diff options
Diffstat (limited to 'net-print/ink')
-rw-r--r-- | net-print/ink/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/ink/ink-0.3.ebuild | 21 | ||||
-rw-r--r-- | net-print/ink/ink-0.4.1.ebuild | 29 |
3 files changed, 6 insertions, 52 deletions
diff --git a/net-print/ink/ChangeLog b/net-print/ink/ChangeLog index cef4941c5d6a..8cc9643bfbf1 100644 --- a/net-print/ink/ChangeLog +++ b/net-print/ink/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/ink -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.17 2011/08/22 18:00:47 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.18 2012/02/19 23:14:21 dilfridge Exp $ + + 19 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org> -ink-0.3.ebuild, + -ink-0.4.1.ebuild: + Remove old *ink-0.5.1 (22 Aug 2011) diff --git a/net-print/ink/ink-0.3.ebuild b/net-print/ink/ink-0.3.ebuild deleted file mode 100644 index c2c9385e6a85..000000000000 --- a/net-print/ink/ink-0.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 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.7 2005/02/04 23:37:11 cryos Exp $ - -DESCRIPTION="A command line utility to display the ink level of your printer" -SRC_URI="mirror://sourceforge/ink/${P}.tar.gz" -HOMEPAGE="http://ink.sourceforge.net/" - -SLOT="0" -KEYWORDS="x86 amd64" -LICENSE="GPL-2" -IUSE="" - -DEPEND=">=net-print/libinklevel-0.6" - -S=${WORKDIR}/${PN} - -src_install () { - make DESTDIR=${D}/usr install || die - dodoc COPYING README -} diff --git a/net-print/ink/ink-0.4.1.ebuild b/net-print/ink/ink-0.4.1.ebuild deleted file mode 100644 index 69f211074bd5..000000000000 --- a/net-print/ink/ink-0.4.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.4.1.ebuild,v 1.2 2009/06/02 13:20:20 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="A command line utility to display the ink level of your printer" -SRC_URI="mirror://sourceforge/ink/${P/_}.tar.gz" -HOMEPAGE="http://ink.sourceforge.net/" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -LICENSE="GPL-2" -IUSE="" - -DEPEND=">=net-print/libinklevel-0.7.1" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-asneeded.patch -} - -src_install () { - emake DESTDIR="${D}"/usr install || die "emake install failed" - dodoc README || die -} |