We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e807c1 commit 4516873Copy full SHA for 4516873
gentoo/media-gfx/insaned/insaned-0.0.2.ebuild
@@ -7,18 +7,14 @@ EAPI=5
7
inherit eutils
8
9
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
+HOMEPAGE="https://github.com/abusenius/insaned/"
+SRC_URI="https://github.com/abusenius/insaned/archive/${PF}.tar.bz2"
12
13
LICENSE="GPL-2"
14
SLOT="0"
15
KEYWORDS="~x86 ~amd64"
16
IUSE=""
17
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
-
22
RDEPEND=">=media-gfx/sane-backends-1.0.23"
23
24
DEPEND="${RDEPEND}"
0 commit comments