summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-03-02 13:44:45 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-03-02 13:44:45 +0000
commit1806909df81700a19375f796e871a57d47332bd2 (patch)
tree594b7f4539a9cb83c85aa17d48972557fa96790e /net-print
parentAdd amd64 keyword. (Manifest recommit) (diff)
downloadgentoo-2-1806909df81700a19375f796e871a57d47332bd2.tar.gz
gentoo-2-1806909df81700a19375f796e871a57d47332bd2.tar.bz2
gentoo-2-1806909df81700a19375f796e871a57d47332bd2.zip
version bump
Diffstat (limited to 'net-print')
-rw-r--r--net-print/foomatic-db-engine/ChangeLog8
-rw-r--r--net-print/foomatic-db-engine/Manifest8
-rw-r--r--net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.11
-rw-r--r--net-print/foomatic-db-engine/files/perl-module-3.0.1.diff30
-rw-r--r--net-print/foomatic-db-engine/foomatic-db-engine-3.0.1.ebuild34
-rw-r--r--net-print/foomatic/ChangeLog5
-rw-r--r--net-print/foomatic/Manifest8
-rw-r--r--net-print/foomatic/files/digest-foomatic-3.0.10
-rw-r--r--net-print/foomatic/foomatic-3.0.1.ebuild15
9 files changed, 101 insertions, 8 deletions
diff --git a/net-print/foomatic-db-engine/ChangeLog b/net-print/foomatic-db-engine/ChangeLog
index aa53e1e0b483..fa29f719f62d 100644
--- a/net-print/foomatic-db-engine/ChangeLog
+++ b/net-print/foomatic-db-engine/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-print/foomatic-db-engine
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.6 2004/01/29 02:31:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.7 2004/03/02 13:40:23 lanius Exp $
+
+*foomatic-db-engine-3.0.1 (02 Mar 2004)
+
+ 02 Mar 2004; Heinrich Wendel <lanius@gentoo.org>
+ foomatic-db-engine-3.0.1.ebuild, files/perl-module-3.0.1.diff:
+ version bump
*foomatic-db-engine-3.0.0.20031018 (28 Jan 2004)
diff --git a/net-print/foomatic-db-engine/Manifest b/net-print/foomatic-db-engine/Manifest
index 101a9099a221..ac9598f700b6 100644
--- a/net-print/foomatic-db-engine/Manifest
+++ b/net-print/foomatic-db-engine/Manifest
@@ -1,7 +1,9 @@
+MD5 12af441e28878a8d076bcac60291547b foomatic-db-engine-3.0.0.20031018.ebuild 938
+MD5 92ff89dc27ef2e32ef94186c7d18601d foomatic-db-engine-3.0.1.ebuild 898
MD5 5b92046ea513289fadce918fa538dec9 ChangeLog 1059
-MD5 5a8b5f424ca9e77c3aa2ef21d2a83b84 foomatic-db-engine-3.0.0.ebuild 894
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 12af441e28878a8d076bcac60291547b foomatic-db-engine-3.0.0.20031018.ebuild 938
+MD5 5a8b5f424ca9e77c3aa2ef21d2a83b84 foomatic-db-engine-3.0.0.ebuild 894
MD5 8d4bb9556fc4abdf74109f920db4dfff files/digest-foomatic-db-engine-3.0.0 76
-MD5 a61100174a95d158d5ce23eedf1f2cea files/perl-module.diff 1050
+MD5 96a586bac8191ed98458069ec60f0b6c files/digest-foomatic-db-engine-3.0.1 76
MD5 038b96ec618bdb4276688efb460374d9 files/digest-foomatic-db-engine-3.0.0.20031018 83
+MD5 a61100174a95d158d5ce23eedf1f2cea files/perl-module.diff 1050
diff --git a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1 b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1
new file mode 100644
index 000000000000..e8dc13c58f94
--- /dev/null
+++ b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1
@@ -0,0 +1 @@
+MD5 89070d0acc245d350faeb0c49a5f3f7f foomatic-db-engine-3.0.1.tar.gz 290338
diff --git a/net-print/foomatic-db-engine/files/perl-module-3.0.1.diff b/net-print/foomatic-db-engine/files/perl-module-3.0.1.diff
new file mode 100644
index 000000000000..3922addf0c9c
--- /dev/null
+++ b/net-print/foomatic-db-engine/files/perl-module-3.0.1.diff
@@ -0,0 +1,30 @@
+diff -urN Makefile.in.1 Makefile.in
+--- Makefile.in.1 2002-07-19 16:18:47.000000000 -0500
++++ Makefile.in 2002-10-17 13:58:09.000000000 -0500
+@@ -182,10 +182,10 @@
+ install-bin: check-config lib/Makefile
+ # This is the only way to get the Perl-generated Makefile using
+ # $(DESTDIR) properly
+- ( cd lib && \
+- $(MAKE) PREFIX=$(PERLPREFIX) && \
+- $(MAKE) PREFIX=$(PERLPREFIX) pure_install \
+- )
++# ( cd lib && \
++# $(MAKE) PREFIX=$(PERLPREFIX) && \
++# $(MAKE) PREFIX=$(PERLPREFIX) pure_install \
++# )
+ ${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR)
+ ${SRC}/mkinstalldirs $(DESTDIR)$(SBINDIR)
+ ${SRC}/mkinstalldirs $(DESTDIR)$(ETCDIR)
+diff -Naur Makefile.in.1 Makefile.in
+--- Makefile.in.1 2003-07-11 16:00:57.000000000 +0200
++++ Makefile.in 2003-07-11 16:01:02.000000000 +0200
+@@ -40,7 +40,7 @@
+ FOOMATIC_RIP=@FOOMATIC_RIP@
+
+ # foomatic-rip path for a "make inplace" installation
+-LOCAL_FOOMATIC_RIP=@LOCAL_FOOMATIC_RIP@
++LOCAL_FOOMATIC_RIP=@FOOMATIC_RIP@
+
+ # Locations for installing the components of this package
+ BINDIR=$(bindir)
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.1.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.1.ebuild
new file mode 100644
index 000000000000..5205122b4006
--- /dev/null
+++ b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.1.ebuild,v 1.1 2004/03/02 13:40:23 lanius Exp $
+
+inherit perl-module
+
+DESCRIPTION="Foomatic printer database engine"
+HOMEPAGE="http://www.linuxprinting.org/foomatic"
+SRC_URI="http://www.linuxprinting.org/download/foomatic/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64"
+IUSE=""
+
+DEPEND="dev-libs/libxml2
+ net-misc/wget
+ net-ftp/curl
+ net-print/foomatic-filters"
+
+src_compile() {
+ epatch ${FILESDIR}/perl-module-${PV}.diff
+ econf
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ # install perl modules
+ cd lib
+ perl-module_src_prep
+ perl-module_src_compile
+ perl-module_src_test
+ perl-module_src_install
+}
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog
index 524bc5d95512..2c76126ddfb9 100644
--- a/net-print/foomatic/ChangeLog
+++ b/net-print/foomatic/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-print/foomatic
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.19 2004/02/23 01:00:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.20 2004/03/02 13:44:45 lanius Exp $
*foomatic-3.0.0.20031018 (22 Feb 2004)
@@ -8,6 +8,9 @@
foomatic-3.0.0.20031018.ebuild:
stable on ia64
+ 02 Mar 2004; Heinrich Wendel <lanius@gentoo.org> foomatic-3.0.1.ebuild:
+ version bump
+
30 Jan 2004; Heinrich Wendel <lanius@gentoo.org> foomatic-2.0.2.ebuild:
remove old version
diff --git a/net-print/foomatic/Manifest b/net-print/foomatic/Manifest
index ce4824b1f5f1..e47409f2956e 100644
--- a/net-print/foomatic/Manifest
+++ b/net-print/foomatic/Manifest
@@ -1,7 +1,9 @@
-MD5 7855d36989a3eb98bb0cd5f6fa37706a ChangeLog 2605
MD5 0731ad88064b930e1e202ec6698b7a90 foomatic-3.0.0.20031018.ebuild 724
+MD5 a12d2bbe46c313aad130f7d2a59fc057 foomatic-3.0.1.ebuild 549
MD5 71cd9f13701b29a8ac1a59466e1e98ad foomatic-3.0.0.ebuild 674
+MD5 2d0659cf7779a16e7627f02b7f6af8be ChangeLog 2695
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 19c39503a125b48caf5e4f2bd956bc61 files/perl-module.diff 722
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-foomatic-3.0.0 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-foomatic-3.0.0.20031018 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-foomatic-3.0.0 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-foomatic-3.0.1 0
+MD5 19c39503a125b48caf5e4f2bd956bc61 files/perl-module.diff 722
diff --git a/net-print/foomatic/files/digest-foomatic-3.0.1 b/net-print/foomatic/files/digest-foomatic-3.0.1
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/net-print/foomatic/files/digest-foomatic-3.0.1
diff --git a/net-print/foomatic/foomatic-3.0.1.ebuild b/net-print/foomatic/foomatic-3.0.1.ebuild
new file mode 100644
index 000000000000..267f127f1cad
--- /dev/null
+++ b/net-print/foomatic/foomatic-3.0.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-3.0.1.ebuild,v 1.1 2004/03/02 13:44:45 lanius Exp $
+
+DESCRIPTION="The Foomatic printing meta package"
+HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
+SRC_URI=""
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64"
+IUSE=""
+
+DEPEND="=net-print/foomatic-filters-3.0.1
+ =net-print/foomatic-db-engine-3.0.1
+ net-print/foomatic-db"