Skip to content

Commit 4516873

Browse files
committed
Corrected URLs in ebuild
1 parent 2e807c1 commit 4516873

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

gentoo/media-gfx/insaned/insaned-0.0.2.ebuild

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@ EAPI=5
77
inherit eutils
88

99
DESCRIPTION="A simple daemon polling button presses on SANE scanners"
10-
HOMEPAGE="http://foo.bar.com/insaned/" # TODO
11-
SRC_URI="ftp://foo.bar.com/files/${PF}.tar.bz2" # TODO
10+
HOMEPAGE="https://github.com/abusenius/insaned/"
11+
SRC_URI="https://github.com/abusenius/insaned/archive/${PF}.tar.bz2"
1212

1313
LICENSE="GPL-2"
1414
SLOT="0"
1515
KEYWORDS="~x86 ~amd64"
1616
IUSE=""
1717

18-
# Do not fetch neither from SRC_URI nor Gentoo mirrors, since the file isn't
19-
# there at the moment
20-
RESTRICT="mirror fetch"
21-
2218
RDEPEND=">=media-gfx/sane-backends-1.0.23"
2319

2420
DEPEND="${RDEPEND}"

0 commit comments

Comments
 (0)