diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-07-04 16:24:37 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-07-04 16:24:37 +0000 |
commit | ef357e9923a9ce454b00ca970f6a7c65f5258547 (patch) | |
tree | 974b2f16d76a187cdb2a721b58701df20cc19bf9 /net-print | |
parent | Bump to stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-ef357e9923a9ce454b00ca970f6a7c65f5258547.tar.gz gentoo-2-ef357e9923a9ce454b00ca970f6a7c65f5258547.tar.bz2 gentoo-2-ef357e9923a9ce454b00ca970f6a7c65f5258547.zip |
Add IUSE and correct HOMEPAGE and SRC_URI to new location on sourceforge.net.
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/ink/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/ink/ink-0.3.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-print/ink/ChangeLog b/net-print/ink/ChangeLog index f2543afc5851..a97b049ae9fe 100644 --- a/net-print/ink/ChangeLog +++ b/net-print/ink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/ink # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.5 2004/06/25 00:39:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.6 2004/07/04 16:24:37 centic Exp $ + + 04 Jul 2004; Dominik Stadler <centic@gentoo.org> ink-0.3.ebuild: + Add IUSE and correct HOMEPAGE and SRC_URI to new location on sourceforge.net 15 Jan 2004; Heinrich Wendel <lanius@gentoo.org> ink-0.2.ebuild, ink-0.3.ebuild: diff --git a/net-print/ink/ink-0.3.ebuild b/net-print/ink/ink-0.3.ebuild index 9887e94d6b3c..1136bd9e5acf 100644 --- a/net-print/ink/ink-0.3.ebuild +++ b/net-print/ink/ink-0.3.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.3.ebuild,v 1.3 2004/06/25 00:39:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.3.ebuild,v 1.4 2004/07/04 16:24:37 centic Exp $ DESCRIPTION="A command line utility to display the ink level of your printer" -SRC_URI="http://home.arcor.de/markusheinz/${P}.tar.gz" -HOMEPAGE="http://home.arcor.de/markusheinz/ink.html" +SRC_URI="mirror:/sourceforge/ink/${P}.tar.gz" +HOMEPAGE="http://ink.sourceforge.net/" SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" +IUSE="" DEPEND=">=net-print/libinklevel-0.6" |