diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-16 14:47:48 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-16 14:47:48 +0000 |
commit | 9a3918dca2e53c669cbaffa350f52b0d1e45c992 (patch) | |
tree | 65394b73568206902c22419ee332194ebc09f93c /net-print | |
parent | ppc stable (diff) | |
download | gentoo-2-9a3918dca2e53c669cbaffa350f52b0d1e45c992.tar.gz gentoo-2-9a3918dca2e53c669cbaffa350f52b0d1e45c992.tar.bz2 gentoo-2-9a3918dca2e53c669cbaffa350f52b0d1e45c992.zip |
version bump
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/ink/ChangeLog | 9 | ||||
-rw-r--r-- | net-print/ink/files/digest-ink-0.3 | 2 | ||||
-rw-r--r-- | net-print/ink/files/digest-ink-0.3.2_rc1 | 3 | ||||
-rw-r--r-- | net-print/ink/ink-0.3.2_rc1.ebuild | 21 |
4 files changed, 33 insertions, 2 deletions
diff --git a/net-print/ink/ChangeLog b/net-print/ink/ChangeLog index 582c488d3a97..a180642b3f39 100644 --- a/net-print/ink/ChangeLog +++ b/net-print/ink/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/ink -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.8 2005/02/04 23:37:11 cryos Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.9 2006/09/16 14:47:48 genstef Exp $ + +*ink-0.3.2_rc1 (16 Sep 2006) + + 16 Sep 2006; Stefan Schweizer <genstef@gentoo.org> +ink-0.3.2_rc1.ebuild: + version bump 04 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> ink-0.3.ebuild: Marked stable on amd64. diff --git a/net-print/ink/files/digest-ink-0.3 b/net-print/ink/files/digest-ink-0.3 index 401ccf8f497c..3dd33fa680b8 100644 --- a/net-print/ink/files/digest-ink-0.3 +++ b/net-print/ink/files/digest-ink-0.3 @@ -1 +1,3 @@ MD5 1fca7b488c7e37e6809820bd5aed5053 ink-0.3.tar.gz 8373 +RMD160 2b06c710ab2f73ef15c524eed3dcdb4e8376bb98 ink-0.3.tar.gz 8373 +SHA256 b3f19350fb541955f8478a9c11f4559745c3171359b902d4b011c2aa90617edf ink-0.3.tar.gz 8373 diff --git a/net-print/ink/files/digest-ink-0.3.2_rc1 b/net-print/ink/files/digest-ink-0.3.2_rc1 new file mode 100644 index 000000000000..66a215655b83 --- /dev/null +++ b/net-print/ink/files/digest-ink-0.3.2_rc1 @@ -0,0 +1,3 @@ +MD5 1e15e919a22f35173030afa645cf527a ink-0.3.2rc1.tar.gz 8480 +RMD160 1f60ffe4a60c27a80b9c3247fabd745b3d777a1a ink-0.3.2rc1.tar.gz 8480 +SHA256 c728b9fe3ae547582961d48fae6fe79e69a682de8fe7f63df51c23645970b826 ink-0.3.2rc1.tar.gz 8480 diff --git a/net-print/ink/ink-0.3.2_rc1.ebuild b/net-print/ink/ink-0.3.2_rc1.ebuild new file mode 100644 index 000000000000..8ae3c34c930f --- /dev/null +++ b/net-print/ink/ink-0.3.2_rc1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.3.2_rc1.ebuild,v 1.1 2006/09/16 14:47:48 genstef 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.6_rc3" + +S=${WORKDIR}/${PN} + +src_install () { + emake DESTDIR=${D}/usr install || die "emake install failed" + dodoc README +} |