summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-10-25 14:45:32 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-10-25 14:45:32 +0000
commit10ff720ca1412c518ad5edcc6428f0acc87e17de (patch)
tree56d34ba95e92ec028ce93a7bd2bba083dee1b411 /net-print/foomatic-db
parentarm stable, bug #525984 (diff)
downloadgentoo-2-10ff720ca1412c518ad5edcc6428f0acc87e17de.tar.gz
gentoo-2-10ff720ca1412c518ad5edcc6428f0acc87e17de.tar.bz2
gentoo-2-10ff720ca1412c518ad5edcc6428f0acc87e17de.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-print/foomatic-db')
-rw-r--r--net-print/foomatic-db/ChangeLog7
-rw-r--r--net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild41
2 files changed, 47 insertions, 1 deletions
diff --git a/net-print/foomatic-db/ChangeLog b/net-print/foomatic-db/ChangeLog
index 32880a32ca50..89b571da2f19 100644
--- a/net-print/foomatic-db/ChangeLog
+++ b/net-print/foomatic-db/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-print/foomatic-db
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.102 2014/08/12 13:21:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.103 2014/10/25 14:45:32 mrueg Exp $
+
+*foomatic-db-4.0.20141025 (25 Oct 2014)
+
+ 25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> +foomatic-db-4.0.20141025.ebuild:
+ Version bump.
12 Aug 2014; Manuel Rüger <mrueg@gentoo.org> -foomatic-db-4.0.20120831.ebuild,
-foomatic-db-4.0.20130805.ebuild:
diff --git a/net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild b/net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild
new file mode 100644
index 000000000000..fc2c696293ee
--- /dev/null
+++ b/net-print/foomatic-db/foomatic-db-4.0.20141025.ebuild
@@ -0,0 +1,41 @@
+# 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/foomatic-db-4.0.20141025.ebuild,v 1.1 2014/10/25 14:45:32 mrueg Exp $
+
+EAPI=5
+
+inherit versionator
+
+DESCRIPTION="Printer information files for foomatic-db-engine to generate ppds"
+HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
+SRC_URI="http://www.openprinting.org/download/foomatic/${PN}-$(replace_version_separator 2 -).tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ net-print/foomatic-db-engine
+ !net-print/foo2zjs[hp2600n]"
+
+S="${WORKDIR}/${PN}-$(get_version_component_range 3 ${PV})"
+
+src_prepare() {
+ # ppd files do not belong to this package
+ rm -r db/source/PPD || die
+}
+
+src_configure() {
+ econf \
+ --disable-gzip-ppds \
+ --disable-ppds-to-cups
+}
+
+src_install() {
+ default
+ rmdir "${ED}"/usr/share/foomatic/db/source/PPD || die
+ # Avoid collision with foo2zjs, bug 185486
+ rm "${ED}"/usr/share/foomatic/db/source/{driver/foo2{hp,lava,xqx,zjs}.xml,printer/{Generic-ZjStream_Printer,HP-{Color_LaserJet_{1500,1600,2600n},LaserJet_{10{00,05,18,20,22},M1005_MFP}},Minolta-{Color_PageWorks_Pro_L,magicolor_2{20,30,43}0_DL},Samsung-CLP-{3,6}00}.xml} || die
+}