summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-28 13:37:57 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-28 13:37:57 +0000
commit862341f9099b4d302b7978f482a7df0a25b2b31b (patch)
tree5de46ae0fc181eae84b32710f2b9bd7667087828 /net-print
parentStable for ia64, wrt bug #532648 (diff)
downloadgentoo-2-862341f9099b4d302b7978f482a7df0a25b2b31b.tar.gz
gentoo-2-862341f9099b4d302b7978f482a7df0a25b2b31b.tar.bz2
gentoo-2-862341f9099b4d302b7978f482a7df0a25b2b31b.zip
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-print')
-rw-r--r--net-print/foomatic-db-engine/ChangeLog5
-rw-r--r--net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild59
2 files changed, 4 insertions, 60 deletions
diff --git a/net-print/foomatic-db-engine/ChangeLog b/net-print/foomatic-db-engine/ChangeLog
index b5af2926fea1..fe5eac3cb124 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.92 2015/02/28 13:36:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.93 2015/02/28 13:37:57 mrueg Exp $
+
+ 28 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -foomatic-db-engine-4.0.9.ebuild:
+ Remove old.
28 Feb 2015; Agostino Sarubbo <ago@gentoo.org>
foomatic-db-engine-4.0.11.ebuild:
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild
deleted file mode 100644
index 490679c39665..000000000000
--- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild
+++ /dev/null
@@ -1,59 +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.9.ebuild,v 1.13 2014/11/29 19:16:49 dilfridge Exp $
-
-EAPI=5
-
-GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
-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):" Makefile.in || die
-}
-
-src_configure() {
- default
- emake defaults
-
- cd lib
- perl-app_src_configure
-}
-
-src_compile() {
- emake
-
- cd lib
- perl-app_src_compile
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README TODO USAGE
-
- cd lib
- perl-module_src_install
-}
-
-src_test() {
- cd lib
- perl-module_src_test
-}