summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print')
-rw-r--r--net-print/foomatic-db-engine/Manifest1
-rw-r--r--net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/net-print/foomatic-db-engine/Manifest b/net-print/foomatic-db-engine/Manifest
index 56a42ccfff1a..9676e775e0af 100644
--- a/net-print/foomatic-db-engine/Manifest
+++ b/net-print/foomatic-db-engine/Manifest
@@ -1,2 +1 @@
-DIST foomatic-db-engine-4.0.11.tar.gz 360379 BLAKE2B efef3edd3780f5824c67f4724ec71115999fc159e9fb07bb50f87ad5cac291b57a44316105177acab1f7a95e9f490333925cbea0530ada1496170e8eb56a96f5 SHA512 790d08a7ba69a397988695248de5f1dff2d8461b7da415b73daea133426cc39ea69b59d59a5d1651007388c99276e878dbc3388b54219338090a1a95e6a5ae0a
DIST foomatic-db-engine-4.0.12.tar.gz 360499 BLAKE2B b03ba0a0cddc2d1c59a64ffa33e577f991d36c478e3f7b43f66474c749b7fb546f0ad5b04fee056c69532a6f126b87c95a72e5561443ef79bf3bdfed650d6b07 SHA512 b7e99ace6a632e9b0213183bd2c6c2d11ca072ea0414e8ca569082b7ec183dd81c80594ad63fdee82d761ae36d4fce9d3c881569a95a6085ec326ef7fd21154f
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
deleted file mode 100644
index 9dd5fdc3102c..000000000000
--- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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]
-"
-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
-}