diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-05-08 11:50:01 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-05-08 11:50:01 +0000 |
commit | e47dba57e81a7a89ea35f802b537fc948bc67df9 (patch) | |
tree | e728e51f05e232c961db6499fc01da6ae0a4c5da /net-print/foomatic-db-engine/files | |
parent | Version bump, bug 177252 (diff) | |
download | gentoo-2-e47dba57e81a7a89ea35f802b537fc948bc67df9.tar.gz gentoo-2-e47dba57e81a7a89ea35f802b537fc948bc67df9.tar.bz2 gentoo-2-e47dba57e81a7a89ea35f802b537fc948bc67df9.zip |
Version bump. Fixed copyright dates.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-print/foomatic-db-engine/files')
-rw-r--r-- | net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.20070508 | 3 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/files/perl-module-3.0.20070508.diff | 27 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.20070508 b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.20070508 new file mode 100644 index 000000000000..0b132bd3e07e --- /dev/null +++ b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.20070508 @@ -0,0 +1,3 @@ +MD5 a1ce474a582a3f4e12d9e0ab43e1f2ce foomatic-db-engine-3.0-20070508.tar.gz 330272 +RMD160 a2881c9178a7a0431567cc9d164dfeb08dc583a9 foomatic-db-engine-3.0-20070508.tar.gz 330272 +SHA256 a7317dd175ee476b4956205d32eee4fd84bba95e9065e04d41179311cc9535d7 foomatic-db-engine-3.0-20070508.tar.gz 330272 diff --git a/net-print/foomatic-db-engine/files/perl-module-3.0.20070508.diff b/net-print/foomatic-db-engine/files/perl-module-3.0.20070508.diff new file mode 100644 index 000000000000..5b85e0de4998 --- /dev/null +++ b/net-print/foomatic-db-engine/files/perl-module-3.0.20070508.diff @@ -0,0 +1,27 @@ +diff -urN foomatic-db-engine-3.0-20070508.orig/Makefile.in foomatic-db-engine-3.0-20070508/Makefile.in +--- foomatic-db-engine-3.0-20070508.orig/Makefile.in 2007-05-08 09:20:05.000000000 +0200 ++++ foomatic-db-engine-3.0-20070508/Makefile.in 2007-05-08 11:21:23.000000000 +0200 +@@ -42,7 +42,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) +@@ -186,10 +186,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=$(DESTDIR)$(PERLPREFIX) pure_install \ +- ) ++# ( cd lib && \ ++# $(MAKE) PREFIX=$(PERLPREFIX) && \ ++# $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \ ++# ) + ${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR) + ${SRC}/mkinstalldirs $(DESTDIR)$(SBINDIR) + ${SRC}/mkinstalldirs $(DESTDIR)$(ETCDIR) |