diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-08-17 20:03:18 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-08-17 20:03:18 +0000 |
commit | 8c499baf6c1656c3e109dddc5ec2e55f7c0287ec (patch) | |
tree | aacc77b7fd3e0190daa9bd8e91c96f7e868c0985 /net-print | |
parent | only moved (diff) | |
download | historical-8c499baf6c1656c3e109dddc5ec2e55f7c0287ec.tar.gz historical-8c499baf6c1656c3e109dddc5ec2e55f7c0287ec.tar.bz2 historical-8c499baf6c1656c3e109dddc5ec2e55f7c0287ec.zip |
chase latest; close #5955
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hpijs/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/hpijs/files/digest-hpijs-1.0.4 | 1 | ||||
-rw-r--r-- | net-print/hpijs/files/digest-hpijs-1.2 | 1 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.2.ebuild (renamed from net-print/hpijs/hpijs-1.0.4.ebuild) | 7 |
4 files changed, 10 insertions, 6 deletions
diff --git a/net-print/hpijs/ChangeLog b/net-print/hpijs/ChangeLog index a25187a919ed..5201bdc70821 100644 --- a/net-print/hpijs/ChangeLog +++ b/net-print/hpijs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/hpijs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.3 2002/07/14 20:41:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.4 2002/08/17 20:03:18 woodchip Exp $ + +*hpijs-1.2 (17 Aug 2002) + + 17 Aug 2002; Donny Davies <woodchip@gentoo.org> : + Chase latest release, close #5955. *hpijs-1.1 (6 Jun 2002) diff --git a/net-print/hpijs/files/digest-hpijs-1.0.4 b/net-print/hpijs/files/digest-hpijs-1.0.4 deleted file mode 100644 index a1bec4bbef99..000000000000 --- a/net-print/hpijs/files/digest-hpijs-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2b8d2a671fdbcd27f20092691d40bba hpijs-1.0.4.tar.gz 276833 diff --git a/net-print/hpijs/files/digest-hpijs-1.2 b/net-print/hpijs/files/digest-hpijs-1.2 new file mode 100644 index 000000000000..739d2c352e32 --- /dev/null +++ b/net-print/hpijs/files/digest-hpijs-1.2 @@ -0,0 +1 @@ +MD5 cc746fcdabca037b17660084f7ff3284 hpijs-1.2.tar.gz 300019 diff --git a/net-print/hpijs/hpijs-1.0.4.ebuild b/net-print/hpijs/hpijs-1.2.ebuild index fa010b0f747b..86a1f7f3b8e8 100644 --- a/net-print/hpijs/hpijs-1.0.4.ebuild +++ b/net-print/hpijs/hpijs-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.0.4.ebuild,v 1.4 2002/07/14 20:41:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.2.ebuild,v 1.1 2002/08/17 20:03:18 woodchip Exp $ # Though this program runs on it's own it makes no sense to run it without ghostscript @@ -8,12 +8,11 @@ S=${WORKDIR}/${P} DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers" HOMEPAGE="http://hpinkjet.sourceforge.net" KEYWORDS="x86" -SLOT="0" -LICENSE="as-is" SRC_URI="mirror://sourceforge/hpinkjet/${P}.tar.gz" - DEPEND="virtual/glibc" RDEPEND="${DEPEND} app-text/ghostscript" +LICENSE="as-is" +SLOT="0" src_compile () { econf --host=${CHOST} || die "bad ./configure" |