summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-03 20:00:48 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-03 20:00:48 +0000
commita756d56513024da355b55235ef8a1fcefa636001 (patch)
treeb2a32d11f3f29040f118cb38bd9e22fcb2547e52 /net-print
parentbump (diff)
downloadhistorical-a756d56513024da355b55235ef8a1fcefa636001.tar.gz
historical-a756d56513024da355b55235ef8a1fcefa636001.tar.bz2
historical-a756d56513024da355b55235ef8a1fcefa636001.zip
bump
Diffstat (limited to 'net-print')
-rw-r--r--net-print/ink/Manifest4
-rw-r--r--net-print/ink/files/digest-ink-0.31
-rw-r--r--net-print/ink/ink-0.3.ebuild20
3 files changed, 23 insertions, 2 deletions
diff --git a/net-print/ink/Manifest b/net-print/ink/Manifest
index 5eaca4b6b309..e927d0104a08 100644
--- a/net-print/ink/Manifest
+++ b/net-print/ink/Manifest
@@ -1,5 +1,5 @@
-MD5 50b4bcd1473b20efcfa059faebbc37e7 ink-0.3.ebuild 586
-MD5 ab8d7e7c1066f378133dbd264f6e0f4f ChangeLog 446
+MD5 fdc66f5a06247c27c57e66f3d0523006 ink-0.3.ebuild 586
+MD5 20b13cf551882aa5e2089d6f5fdd5972 ChangeLog 545
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 8bc313a44fa84a71b9602adce13e7102 ink-0.2.ebuild 585
MD5 faf31d90d68403b76d3ae1d11543ef9c files/digest-ink-0.2 57
diff --git a/net-print/ink/files/digest-ink-0.3 b/net-print/ink/files/digest-ink-0.3
new file mode 100644
index 000000000000..401ccf8f497c
--- /dev/null
+++ b/net-print/ink/files/digest-ink-0.3
@@ -0,0 +1 @@
+MD5 1fca7b488c7e37e6809820bd5aed5053 ink-0.3.tar.gz 8373
diff --git a/net-print/ink/ink-0.3.ebuild b/net-print/ink/ink-0.3.ebuild
new file mode 100644
index 000000000000..00a8d61ba765
--- /dev/null
+++ b/net-print/ink/ink-0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/12/03 20:00:43 lanius 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"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+DEPEND=">=net-print/libinklevel-0.6"
+
+S=${WORKDIR}/${PN}
+
+src_install () {
+ make DESTDIR=${D}/usr install || die
+ dodoc COPYING README
+}