diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-18 20:15:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-18 20:15:31 +0000 |
commit | f18c4658773460d2f12c0184234ae6e6f5966ca0 (patch) | |
tree | 5fa4a03fd8714b39200909bbf7b5e10646ec5b03 /net-print | |
parent | Stable for alpha, wrt bug #495932 (diff) | |
download | gentoo-2-f18c4658773460d2f12c0184234ae6e6f5966ca0.tar.gz gentoo-2-f18c4658773460d2f12c0184234ae6e6f5966ca0.tar.bz2 gentoo-2-f18c4658773460d2f12c0184234ae6e6f5966ca0.zip |
Remove old
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic-filters/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/foomatic-filters/foomatic-filters-4.0.17.ebuild | 70 |
2 files changed, 5 insertions, 71 deletions
diff --git a/net-print/foomatic-filters/ChangeLog b/net-print/foomatic-filters/ChangeLog index d734fd3b22cd..85c0096136f3 100644 --- a/net-print/foomatic-filters/ChangeLog +++ b/net-print/foomatic-filters/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/foomatic-filters # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/ChangeLog,v 1.101 2014/01/18 19:52:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/ChangeLog,v 1.102 2014/01/18 20:15:31 dilfridge Exp $ + + 18 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -foomatic-filters-4.0.17.ebuild: + Remove old 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> foomatic-filters-4.0.17-r1.ebuild: diff --git a/net-print/foomatic-filters/foomatic-filters-4.0.17.ebuild b/net-print/foomatic-filters/foomatic-filters-4.0.17.ebuild deleted file mode 100644 index c75193e7a24e..000000000000 --- a/net-print/foomatic-filters/foomatic-filters-4.0.17.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/foomatic-filters-4.0.17.ebuild,v 1.4 2014/01/05 23:16:35 dilfridge Exp $ - -EAPI=4 - -inherit autotools eutils versionator - -DESCRIPTION="Foomatic wrapper scripts" -HOMEPAGE="http://www.linuxprinting.org/foomatic.html" -SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="cups dbus" - -RDEPEND=" - dev-lang/perl - app-text/ghostscript-gpl - !=net-print/cups-filters-1.0.43 - !>=net-print/cups-filters-1.0.43-r1[foomatic] - cups? ( - || ( - ( >=net-print/cups-1.6.0 net-print/cups-filters ) - <net-print/cups-1.6.0 - ) - ) - !cups? ( - || ( - app-text/enscript - app-text/a2ps - app-text/mpage - ) - ) - dbus? ( sys-apps/dbus )" -DEPEND="${RDEPEND}" - -src_prepare() { - if use cups; then - CUPS_SERVERBIN="$(cups-config --serverbin)" - else - CUPS_SERVERBIN="" - fi - - # Search for libs in ${libdir}, not just /usr/lib - epatch "${FILESDIR}"/${PN}-4.0.9-multilib.patch - eautoreconf - - export CUPS_BACKENDS=${CUPS_SERVERBIN}/backend \ - CUPS_FILTERS=${CUPS_SERVERBIN}/filter CUPS=${CUPS_SERVERBIN}/ -} - -src_configure() { - econf $(use_enable dbus) -} - -src_install() { - default - - dosym /usr/bin/foomatic-rip /usr/bin/lpdomatic - - if use cups; then - dosym /usr/bin/foomatic-gswrapper "${CUPS_SERVERBIN}/filter/foomatic-gswrapper" - dosym /usr/bin/foomatic-rip "${CUPS_SERVERBIN}/filter/cupsomatic" - else - rm -r "${ED}"/${CUPS_SERVERBIN}/filter - rm -r "${ED}"/${CUPS_SERVERBIN}/backend - fi -} |