diff options
-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" |