diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 01:08:05 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-01-29 01:08:05 +0000 |
commit | 73cbdaa71166c3cea6bc0bd704ab8960eb36b0b0 (patch) | |
tree | 8b578869f6cee561434255cabf4aba07ad08fb2b /net-print/foomatic-db-engine | |
parent | Cleanup old. (diff) | |
download | gentoo-2-73cbdaa71166c3cea6bc0bd704ab8960eb36b0b0.tar.gz gentoo-2-73cbdaa71166c3cea6bc0bd704ab8960eb36b0b0.tar.bz2 gentoo-2-73cbdaa71166c3cea6bc0bd704ab8960eb36b0b0.zip |
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-print/foomatic-db-engine')
-rw-r--r-- | net-print/foomatic-db-engine/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild | 57 |
2 files changed, 4 insertions, 58 deletions
diff --git a/net-print/foomatic-db-engine/ChangeLog b/net-print/foomatic-db-engine/ChangeLog index c8f21787454d..e66996808f54 100644 --- a/net-print/foomatic-db-engine/ChangeLog +++ b/net-print/foomatic-db-engine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/foomatic-db-engine # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.79 2014/01/18 19:53:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.80 2014/01/29 01:08:05 mrueg Exp $ + + 29 Jan 2014; Manuel Rüger <mrueg@gentoo.org> -foomatic-db-engine-4.0.8.ebuild: + Cleanup old. 18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> foomatic-db-engine-4.0.9.ebuild: diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild deleted file mode 100644 index 5cc78684f9e7..000000000000 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.8.ebuild +++ /dev/null @@ -1,57 +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-db-engine/foomatic-db-engine-4.0.8.ebuild,v 1.12 2014/01/05 21:58:33 dilfridge Exp $ - -EAPI="2" - -inherit eutils perl-app versionator - -DESCRIPTION="Generates ppds out of xml foomatic printer description files" -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 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="net-print/cups" -RDEPEND=" - dev-libs/libxml2 - || ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters ) -" -PDEPEND="net-print/foomatic-db" - -src_prepare() { - epatch \ - "${FILESDIR}"/4.0.7-perl-module.patch \ - "${FILESDIR}"/4.0.7-respect-ldflag.patch - sed -i -e "s:@LIB_CUPS@:$(cups-config --serverbin):" "${S}"/Makefile.in -} - -src_configure() { - default - emake defaults || die "emake defaults failed" - - cd lib - perl-app_src_configure -} - -src_compile() { - emake || die "emake failed" - - cd lib - perl-app_src_compile -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - cd lib - perl-module_src_install -} - -src_test() { - cd lib - perl-module_src_test -} |