diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-05-05 05:25:58 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-05-05 05:25:58 +0000 |
commit | 9b3dfab26ad9394876b169ee2019e67bec97b023 (patch) | |
tree | 1bfcf2a2224448ad4359f0412e9c180f4c2cd114 /net-print | |
parent | Stable on x86; bug #132248 (diff) | |
download | gentoo-2-9b3dfab26ad9394876b169ee2019e67bec97b023.tar.gz gentoo-2-9b3dfab26ad9394876b169ee2019e67bec97b023.tar.bz2 gentoo-2-9b3dfab26ad9394876b169ee2019e67bec97b023.zip |
rev-bump foomatic-filters to force remerge, no changes apart from the foomatic-db-old block, stable from the beginning, bug 131533
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'net-print')
4 files changed, 57 insertions, 2 deletions
diff --git a/net-print/foomatic-filters/ChangeLog b/net-print/foomatic-filters/ChangeLog index 56ee4cc379ae..3b72fe492a99 100644 --- a/net-print/foomatic-filters/ChangeLog +++ b/net-print/foomatic-filters/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-print/foomatic-filters -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/ChangeLog,v 1.30 2005/07/18 17:40:12 herbs Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/ChangeLog,v 1.31 2006/05/05 05:25:58 genstef Exp $ + +*foomatic-filters-3.0.2-r1 (05 May 2006) + + 05 May 2006; Stefan Schweizer <genstef@gentoo.org> + +foomatic-filters-3.0.2-r1.ebuild: + rev-bump foomatic-filters to force remerge, no changes apart from the + foomatic-db-old block, stable from the beginning, bug 131533 18 Jul 2005; Herbie Hopkins <herbs@gentoo.org> +files/foomatic-filters-3.0.2-multilib.patch, diff --git a/net-print/foomatic-filters/files/digest-foomatic-filters-3.0.2 b/net-print/foomatic-filters/files/digest-foomatic-filters-3.0.2 index 54b555e2840f..987e1cbf061d 100644 --- a/net-print/foomatic-filters/files/digest-foomatic-filters-3.0.2 +++ b/net-print/foomatic-filters/files/digest-foomatic-filters-3.0.2 @@ -1 +1,3 @@ MD5 f0f4c90fa0ae346f53bf19a165e071a6 foomatic-filters-3.0.2.tar.gz 125875 +RMD160 612529ea462f7f1500f30ffed4aec105b410936c foomatic-filters-3.0.2.tar.gz 125875 +SHA256 161dc80957cdbcb0c43dc4f1db08968e3ee645b64eff9342294b33fe95436792 foomatic-filters-3.0.2.tar.gz 125875 diff --git a/net-print/foomatic-filters/files/digest-foomatic-filters-3.0.2-r1 b/net-print/foomatic-filters/files/digest-foomatic-filters-3.0.2-r1 new file mode 100644 index 000000000000..987e1cbf061d --- /dev/null +++ b/net-print/foomatic-filters/files/digest-foomatic-filters-3.0.2-r1 @@ -0,0 +1,3 @@ +MD5 f0f4c90fa0ae346f53bf19a165e071a6 foomatic-filters-3.0.2.tar.gz 125875 +RMD160 612529ea462f7f1500f30ffed4aec105b410936c foomatic-filters-3.0.2.tar.gz 125875 +SHA256 161dc80957cdbcb0c43dc4f1db08968e3ee645b64eff9342294b33fe95436792 foomatic-filters-3.0.2.tar.gz 125875 diff --git a/net-print/foomatic-filters/foomatic-filters-3.0.2-r1.ebuild b/net-print/foomatic-filters/foomatic-filters-3.0.2-r1.ebuild new file mode 100644 index 000000000000..e53af04a2a52 --- /dev/null +++ b/net-print/foomatic-filters/foomatic-filters-3.0.2-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/foomatic-filters-3.0.2-r1.ebuild,v 1.1 2006/05/05 05:25:58 genstef Exp $ + +inherit eutils + +DESCRIPTION="Foomatic wrapper scripts" +HOMEPAGE="http://www.linuxprinting.org/foomatic.html" +SRC_URI="http://www.linuxprinting.org/download/foomatic/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +IUSE="cups samba" + +DEPEND="samba? ( net-fs/samba ) + cups? ( >=net-print/cups-1.1.19 ) + || ( + app-text/enscript + net-print/cups + app-text/a2ps + app-text/mpage + ) + virtual/ghostscript + !<net-print/foomatic-db-20050910" + +src_unpack() { + unpack ${A} + cd ${S} + # Search for libs in ${libdir}, not just /usr/lib + epatch ${FILESDIR}/${P}-multilib.patch + autoconf || die "autoconf failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + + if use cups; then + dosym /usr/bin/foomatic-gswrapper /usr/$(get_libdir)/cups/filter/foomatic-gswrapper + dosym /usr/bin/foomatic-rip /usr/$(get_libdir)/cups/filter/cupsomatic + fi + dosym /usr/bin/foomatic-rip /usr/bin/lpdomatic +} |