summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-05-08 12:07:32 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-05-08 12:07:32 +0000
commitb871672890939a71628d8a45f81afb45973c2815 (patch)
treee59b839d9660f7b3cf82ee330117f239ce685e80
parentVersion bump. Fixed copyright dates. (diff)
downloadgentoo-2-b871672890939a71628d8a45f81afb45973c2815.tar.gz
gentoo-2-b871672890939a71628d8a45f81afb45973c2815.tar.bz2
gentoo-2-b871672890939a71628d8a45f81afb45973c2815.zip
Version bump. Fixed copyright dates.
(Portage version: 2.1.2.7)
-rw-r--r--net-print/foomatic-db-ppds/ChangeLog10
-rw-r--r--net-print/foomatic-db-ppds/files/Makefile.in-20070508.patch24
-rw-r--r--net-print/foomatic-db-ppds/files/digest-foomatic-db-ppds-200705083
-rw-r--r--net-print/foomatic-db-ppds/foomatic-db-ppds-20060720.ebuild4
-rw-r--r--net-print/foomatic-db-ppds/foomatic-db-ppds-20070508.ebuild32
5 files changed, 69 insertions, 4 deletions
diff --git a/net-print/foomatic-db-ppds/ChangeLog b/net-print/foomatic-db-ppds/ChangeLog
index e9e8936117be..a68ebf2a8b18 100644
--- a/net-print/foomatic-db-ppds/ChangeLog
+++ b/net-print/foomatic-db-ppds/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-print/foomatic-db-ppds
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.11 2006/12/03 19:06:30 dertobi123 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/ChangeLog,v 1.12 2007/05/08 12:07:32 calchan Exp $
+
+*foomatic-db-ppds-20070508 (08 May 2007)
+
+ 08 May 2007; Denis Dupeyron <calchan@gentoo.org>
+ +files/Makefile.in-20070508.patch, +foomatic-db-ppds-20070508.ebuild:
+ Version bump. Fixed copyright dates.
03 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
foomatic-db-ppds-20060720.ebuild:
diff --git a/net-print/foomatic-db-ppds/files/Makefile.in-20070508.patch b/net-print/foomatic-db-ppds/files/Makefile.in-20070508.patch
new file mode 100644
index 000000000000..3f2950f4aa55
--- /dev/null
+++ b/net-print/foomatic-db-ppds/files/Makefile.in-20070508.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
+@@ -65,13 +65,13 @@
+ install -d $(DESTDIR)$(LIBDIR)/db/source/driver
+ install -d $(DESTDIR)$(LIBDIR)/db/source/opt
+ install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
+- 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/files/digest-foomatic-db-ppds-20070508 b/net-print/foomatic-db-ppds/files/digest-foomatic-db-ppds-20070508
new file mode 100644
index 000000000000..ee9dd3c17352
--- /dev/null
+++ b/net-print/foomatic-db-ppds/files/digest-foomatic-db-ppds-20070508
@@ -0,0 +1,3 @@
+MD5 9321f856339fb5fbb12b839926ce4dc1 foomatic-db-3.0-20070508.tar.gz 15776865
+RMD160 e3fe45c0b24bc51c10c20f67eebaf5fb6d9ca372 foomatic-db-3.0-20070508.tar.gz 15776865
+SHA256 8b05c00b054323735e34d08a10c3163fdf5b037b7bf03702b821eb219eee1098 foomatic-db-3.0-20070508.tar.gz 15776865
diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-20060720.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-20060720.ebuild
index 2f5d60e5e994..f52512bcb535 100644
--- a/net-print/foomatic-db-ppds/foomatic-db-ppds-20060720.ebuild
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-20060720.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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-20060720.ebuild,v 1.11 2006/12/03 19:06:30 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-ppds/foomatic-db-ppds-20060720.ebuild,v 1.12 2007/05/08 12:07:32 calchan Exp $
DESCRIPTION="linuxprinting.org PPD files for postscript printers"
HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-20070508.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-20070508.ebuild
new file mode 100644
index 000000000000..594bcc464d1f
--- /dev/null
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-20070508.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2007 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-20070508.ebuild,v 1.1 2007/05/08 12:07:32 calchan Exp $
+
+inherit eutils
+
+DESCRIPTION="linuxprinting.org PPD files for postscript printers"
+HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
+SRC_URI="http://linuxprinting.org/download/foomatic/${PN/-ppds}-3.0-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+S=${WORKDIR}/${P/-ppds}
+
+src_unpack() {
+ unpack "${A}"
+ cd "${S}"
+ epatch "${FILESDIR}/Makefile.in-${PV}.patch"
+ # scripts do not belong to this package, no translated ppds, no html and text files
+ rm -r db/source/PPD/{*.sh,Kyocera/{de,es,fr,it,pt,*.htm,*.txt}}
+}
+
+src_compile() {
+ econf || die "econf failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}