summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-01-17 13:48:46 +0000
committerJustin Lecher <jlec@gentoo.org>2012-01-17 13:48:46 +0000
commit77bc8c6fb173c3d333692d4b2af8b5be09ce42ae (patch)
tree8b61f65eafec2c49b19ed515c270c046a13c70b0 /net-print/foomatic-db-ppds
parentVersion Bump (diff)
downloadgentoo-2-77bc8c6fb173c3d333692d4b2af8b5be09ce42ae.tar.gz
gentoo-2-77bc8c6fb173c3d333692d4b2af8b5be09ce42ae.tar.bz2
gentoo-2-77bc8c6fb173c3d333692d4b2af8b5be09ce42ae.zip
Version Bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-print/foomatic-db-ppds')
-rw-r--r--net-print/foomatic-db-ppds/ChangeLog11
-rw-r--r--net-print/foomatic-db-ppds/files/Makefile.in-4.0.20120117.patch24
-rw-r--r--net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117.ebuild26
-rw-r--r--net-print/foomatic-db-ppds/metadata.xml2
4 files changed, 60 insertions, 3 deletions
diff --git a/net-print/foomatic-db-ppds/ChangeLog b/net-print/foomatic-db-ppds/ChangeLog
index 18661d7afd76..ea25ce864d3e 100644
--- a/net-print/foomatic-db-ppds/ChangeLog
+++ b/net-print/foomatic-db-ppds/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-print/foomatic-db-ppds
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.20 2011/05/06 16:17:46 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.21 2012/01/17 13:48:46 jlec Exp $
+
+*foomatic-db-ppds-4.0.20120117 (17 Jan 2012)
+
+ 17 Jan 2012; Justin Lecher <jlec@gentoo.org>
+ +foomatic-db-ppds-4.0.20120117.ebuild, +files/Makefile.in-4.0.20120117.patch,
+ metadata.xml:
+ Version Bump
*foomatic-db-ppds-4.0.20110506 (06 May 2011)
diff --git a/net-print/foomatic-db-ppds/files/Makefile.in-4.0.20120117.patch b/net-print/foomatic-db-ppds/files/Makefile.in-4.0.20120117.patch
new file mode 100644
index 000000000000..67928e3f46f9
--- /dev/null
+++ b/net-print/foomatic-db-ppds/files/Makefile.in-4.0.20120117.patch
@@ -0,0 +1,24 @@
+diff -urN foomatic-db-20070508.orig/Makefile.in foomatic-db-20070508/Makefile.in
+--- foomatic-db-20070508.orig/Makefile.in 2007-05-08 09:22:03.000000000 +0200
++++ foomatic-db-20070508/Makefile.in 2007-05-08 13:08:48.000000000 +0200
+@@ -66,13 +66,13 @@
+ install -d $(DESTDIR)$(LIBDIR)/db/source/opt
+ install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
+ install -d $(DESTDIR)$(LIBDIR)/xmlschema
+- cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
+- cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
+- ( cd db/source/driver/; \
+- for d in $(DRIVERXMLS); do \
+- cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
+- done )
+- cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
++# cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
++# cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
++# ( cd db/source/driver/; \
++# for d in $(DRIVERXMLS); do \
++# cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \
++# done )
++# cp db/source/opt/*.xml $(DESTDIR)$(LIBDIR)/db/source/opt
+ ( cd db/source && tar cf - --exclude=.svn PPD ) | \
+ ( cd $(DESTDIR)$(LIBDIR)/db/source && tar xf -)
+ if test $(GZIP) != GZIP_NOT_FOUND -a $(GZIP_PPDS) != no ; then \
diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117.ebuild
new file mode 100644
index 000000000000..bc6c4ab03165
--- /dev/null
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20120117.ebuild,v 1.1 2012/01/17 13:48:46 jlec Exp $
+
+EAPI=4
+
+inherit eutils versionator
+
+MY_P=${PN/-ppds}-$(replace_version_separator 2 '-')
+
+DESCRIPTION="linuxprinting.org PPD files for postscript printers"
+HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
+SRC_URI="
+ http://dev.gentoo.org/~jlec/distfiles/${MY_P}.tar.gz
+ http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
+
+src_prepare() {
+ epatch "${FILESDIR}/Makefile.in-${PV}.patch"
+}
diff --git a/net-print/foomatic-db-ppds/metadata.xml b/net-print/foomatic-db-ppds/metadata.xml
index 1fa0ca569505..e450ba260ec9 100644
--- a/net-print/foomatic-db-ppds/metadata.xml
+++ b/net-print/foomatic-db-ppds/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>printing</herd>
+ <herd>printing</herd>
</pkgmetadata>