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 | c6a39b6c93df822c1a11021e8175e932b40bf897 (patch) | |
tree | 70b841dc85068000ff993176476f398a27215d55 /net-print | |
parent | Bump to stable on x86 (diff) | |
download | historical-c6a39b6c93df822c1a11021e8175e932b40bf897.tar.gz historical-c6a39b6c93df822c1a11021e8175e932b40bf897.tar.bz2 historical-c6a39b6c93df822c1a11021e8175e932b40bf897.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/Manifest | 4 | ||||
-rw-r--r-- | net-print/ink/ink-0.3.ebuild | 7 |
3 files changed, 10 insertions, 6 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/Manifest b/net-print/ink/Manifest index 1f95690492ba..fa075190b80d 100644 --- a/net-print/ink/Manifest +++ b/net-print/ink/Manifest @@ -1,4 +1,4 @@ -MD5 eb4d32e823591bab6e7393106e8b54b0 ink-0.3.ebuild 578 -MD5 fc8955d2b26394591645ddae6876bc5f ChangeLog 655 +MD5 9dd60498d04bdfb1e778f16152d7b573 ChangeLog 800 +MD5 5d8d327e660159830f09254d41052259 ink-0.3.ebuild 561 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 867a416b30b4398c8ed9b80ee081bd6e files/digest-ink-0.3 57 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" |