diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-08-04 16:18:38 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-08-04 16:18:38 +0000 |
commit | 7d3e0547c28c09e4b5f8d095058ec0e5453a7575 (patch) | |
tree | 1a704ca7cb2eff02e1e1adf71e04fbf053b74bf5 /net-print/hpijs | |
parent | Added qt-immodule patch. Thanks to Ken Deeter <ktdeeter@alumni.princeton.edu>... (diff) | |
download | gentoo-2-7d3e0547c28c09e4b5f8d095058ec0e5453a7575.tar.gz gentoo-2-7d3e0547c28c09e4b5f8d095058ec0e5453a7575.tar.bz2 gentoo-2-7d3e0547c28c09e4b5f8d095058ec0e5453a7575.zip |
version bump, bug #48114
Diffstat (limited to 'net-print/hpijs')
-rw-r--r-- | net-print/hpijs/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/hpijs/Manifest | 2 | ||||
-rw-r--r-- | net-print/hpijs/files/digest-hpijs-1.6.1 | 1 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.6.1.ebuild | 74 |
4 files changed, 83 insertions, 1 deletions
diff --git a/net-print/hpijs/ChangeLog b/net-print/hpijs/ChangeLog index c6f8eb22cd68..3ccfbad92e30 100644 --- a/net-print/hpijs/ChangeLog +++ b/net-print/hpijs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/hpijs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.28 2004/06/25 00:39:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.29 2004/08/04 16:18:38 lanius Exp $ + +*hpijs-1.6.1 (4 Aug 2004) + + 04 Aug 2004; Heinrich Wendel <lanius@gentoo.org> hpijs-1.6.1.ebuild: + version bump, bug #48114 16 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> hpijs-1.5.ebuild: Stable on hppa diff --git a/net-print/hpijs/Manifest b/net-print/hpijs/Manifest index 81c7a03925e2..888bbbab7c72 100644 --- a/net-print/hpijs/Manifest +++ b/net-print/hpijs/Manifest @@ -1,8 +1,10 @@ MD5 bae2f23750b4f8f65cc831e3721e6331 hpijs-1.5.ebuild 2074 MD5 3b917cf4ef8f616597347e806ce8c5e2 hpijs-1.4.1.ebuild 2006 +MD5 754f344f6fed233b77b5ad86148c8917 hpijs-1.6.1.ebuild 2098 MD5 97999298d6be726ffcee144c086bd4c8 ChangeLog 2984 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 153b11771cdc5889cbe726925c862292 files/hpijs-1.4.1-rss.1.patch 6182 MD5 f332f0c4b395ed9a2c8d89cf38787447 files/hpijs-1.5-gcc34.patch 1482 MD5 9eb7c84d396d9a290a23086489dc1a2c files/digest-hpijs-1.4.1 137 +MD5 58fac4387f6a0b15374d24019eac6816 files/digest-hpijs-1.6.1 63 MD5 4a45d7f2afffa6ae0b5a8c27d7608ddc files/digest-hpijs-1.5 143 diff --git a/net-print/hpijs/files/digest-hpijs-1.6.1 b/net-print/hpijs/files/digest-hpijs-1.6.1 new file mode 100644 index 000000000000..60bba798aa6d --- /dev/null +++ b/net-print/hpijs/files/digest-hpijs-1.6.1 @@ -0,0 +1 @@ +MD5 03563d737f03ff94432423ad885db763 hpijs-1.6.1.tar.gz 614264 diff --git a/net-print/hpijs/hpijs-1.6.1.ebuild b/net-print/hpijs/hpijs-1.6.1.ebuild new file mode 100644 index 000000000000..e51500492ace --- /dev/null +++ b/net-print/hpijs/hpijs-1.6.1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.6.1.ebuild,v 1.1 2004/08/04 16:18:38 lanius Exp $ + +inherit eutils + +DB_V=${PV}-20031125 +DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers and some LaserJets" +HOMEPAGE="http://hpinkjet.sourceforge.net/" +SRC_URI="mirror://sourceforge/hpinkjet/${P}.tar.gz" +# http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-${DB_V}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86 ~ppc ~alpha sparc hppa amd64" +#IUSE="cups foomaticdb ppds" +IUSE="cups ppds" + +DEPEND="virtual/ghostscript + cups? ( net-print/cups ) + net-print/foomatic-filters" + #foomaticdb? ( net-print/foomatic-db-engine )" + +src_unpack() { + unpack ${A} + cd ${S} + #gnuconfig_update + #epatch ${FILESDIR}/${P}-gcc34.patch + epatch ${FILESDIR}/hpijs-1.4.1-rss.1.patch +} + +src_compile () { + econf --disable-cups-install \ + $(use_enable ppds foomatic-install) || die "econf failed" + + sed -i -e 's|/usr/share/cups|${prefix}/share/cups|g' \ + -e 's|/usr/lib/cups|${prefix}/lib/cups|g' Makefile \ + || die "sed failed" + + make || die "make failed" + + #if use foomaticdb ; then + # cd ${WORKDIR}/foomatic-db-hpijs-${DB_V} + # econf || die "econf failed" + # rm -fR data-generators/hpijs-rss + # make || die + #fi +} + +src_install() { + einstall || die + + if use cups && use ppds ; then + dodir /usr/share/cups/model + dosym /usr/share/ppd /usr/share/cups/model/foomatic-ppds + fi + + use ppds && rm -f ${D}/usr/bin/foomatic-rip + + #if use foomaticdb ; then + # cd ../foomatic-db-hpijs-${DB_V} + # make DESTDIR=${D} install || die + #fi +} + +pkg_postinst() { + einfo "To use the hpijs driver with the PDQ spooler you will need the PDQ" + einfo "driver file for your printer from" + einfo "http://www.linuxprinting.org/show_driver.cgi?driver=hpijs" + einfo "This file should be installed in /etc/pdq/drivers" + einfo + einfo "The hpijs ebuild no longer creates the ppds automatically, please use" + einfo "foomatic to do so or remerge hpijs with the ppds use flag." +} |