summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-10-27 21:09:11 +0000
committerThilo Bangert <bangert@gentoo.org>2009-10-27 21:09:11 +0000
commit54614a4d027732950e702befbace90f880b61738 (patch)
tree21fce438f3e685d7a30bbe48562cb49d823db4f9 /net-print/ink
parentBump, closes #290808 (diff)
downloadhistorical-54614a4d027732950e702befbace90f880b61738.tar.gz
historical-54614a4d027732950e702befbace90f880b61738.tar.bz2
historical-54614a4d027732950e702befbace90f880b61738.zip
version bump
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'net-print/ink')
-rw-r--r--net-print/ink/ChangeLog7
-rw-r--r--net-print/ink/ink-0.5.0.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/net-print/ink/ChangeLog b/net-print/ink/ChangeLog
index fee4632dc1be..b834e990c7ab 100644
--- a/net-print/ink/ChangeLog
+++ b/net-print/ink/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-print/ink
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.12 2009/06/02 13:20:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.13 2009/10/27 21:09:11 bangert Exp $
+
+*ink-0.5.0 (27 Oct 2009)
+
+ 27 Oct 2009; Thilo Bangert <bangert@gentoo.org> +ink-0.5.0.ebuild:
+ version bump
02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> ink-0.4.1.ebuild,
+files/ink-0.4.1-asneeded.patch:
diff --git a/net-print/ink/ink-0.5.0.ebuild b/net-print/ink/ink-0.5.0.ebuild
new file mode 100644
index 000000000000..2612712041a2
--- /dev/null
+++ b/net-print/ink/ink-0.5.0.ebuild
@@ -0,0 +1,27 @@
+# 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.5.0.ebuild,v 1.1 2009/10/27 21:09:11 bangert Exp $
+
+EAPI="2"
+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.8"
+RDEPEND="${DEPEND}"
+
+#src_prepare() {
+# epatch "${FILESDIR}"/${P}-asneeded.patch
+#}
+
+src_install () {
+ emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
+ dodoc README || die
+}