diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 20:41:22 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 20:41:22 +0000 |
commit | baf61c80cdca1669c15fe6f1e2fbbd1b37b2bca0 (patch) | |
tree | ae8577d2ce3e31af079d2429583dbb9d96f9d69f /net-print/hpijs | |
parent | Added LICENSE, KEYWORDS and SLOT tags (diff) | |
download | historical-baf61c80cdca1669c15fe6f1e2fbbd1b37b2bca0.tar.gz historical-baf61c80cdca1669c15fe6f1e2fbbd1b37b2bca0.tar.bz2 historical-baf61c80cdca1669c15fe6f1e2fbbd1b37b2bca0.zip |
LICENSE, KEYWORDS and SLOT tags added
Diffstat (limited to 'net-print/hpijs')
-rw-r--r-- | net-print/hpijs/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.0.4.ebuild | 5 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.1.ebuild | 3 |
3 files changed, 13 insertions, 3 deletions
diff --git a/net-print/hpijs/ChangeLog b/net-print/hpijs/ChangeLog index e2ff9216d81c..a25187a919ed 100644 --- a/net-print/hpijs/ChangeLog +++ b/net-print/hpijs/ChangeLog @@ -1,11 +1,17 @@ # 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.2 2002/06/07 02:01:45 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.3 2002/07/14 20:41:22 aliz Exp $ *hpijs-1.1 (6 Jun 2002) + + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> hpijs-1.1.ebuild : + Added KEYWORDS. 6 Jun 2002; Donny Davies <woodchip@gentoo.org> : Chase latest release, add LICENSE + SLOT; close #3080. *hpijs-1.0.4 (10 Apr 2002) + + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> hpijs-1.0.4.ebuild : + Added LICENSE, KEYWORDS, SLOT. 10 Apr 2002; Donny Davies <woodchip@gentoo.org> hpijs-1.0.4.ebuild : New package contributed by Steve Flack <steve_flack@ntlworld.com>. diff --git a/net-print/hpijs/hpijs-1.0.4.ebuild b/net-print/hpijs/hpijs-1.0.4.ebuild index 3a24c56dd7a6..fa010b0f747b 100644 --- a/net-print/hpijs/hpijs-1.0.4.ebuild +++ b/net-print/hpijs/hpijs-1.0.4.ebuild @@ -1,12 +1,15 @@ # 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.3 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.0.4.ebuild,v 1.4 2002/07/14 20:41:22 aliz Exp $ # Though this program runs on it's own it makes no sense to run it without ghostscript 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" diff --git a/net-print/hpijs/hpijs-1.1.ebuild b/net-print/hpijs/hpijs-1.1.ebuild index dfbddc441885..fb8213679bac 100644 --- a/net-print/hpijs/hpijs-1.1.ebuild +++ b/net-print/hpijs/hpijs-1.1.ebuild @@ -1,12 +1,13 @@ # 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.1.ebuild,v 1.1 2002/06/07 02:01:45 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.1.ebuild,v 1.2 2002/07/14 20:41:22 aliz Exp $ # Though this program runs on it's own it makes no sense to run it without ghostscript S=${WORKDIR}/${P} DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers" HOMEPAGE="http://hpinkjet.sourceforge.net" +KEYWORDS="x86" SRC_URI="mirror://sourceforge/hpinkjet/${P}.tar.gz" DEPEND="virtual/glibc" RDEPEND="${DEPEND} app-text/ghostscript" |