diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-02 13:44:45 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-02 13:44:45 +0000 |
commit | d0d20bd0f2a88a0ed58c4ae894ceeaf283e99315 (patch) | |
tree | 6785a2d89e668d9121eab2d8f47c32a00e98adcb /net-print/foomatic-db-engine | |
parent | Add amd64 keyword. (diff) | |
download | historical-d0d20bd0f2a88a0ed58c4ae894ceeaf283e99315.tar.gz historical-d0d20bd0f2a88a0ed58c4ae894ceeaf283e99315.tar.bz2 historical-d0d20bd0f2a88a0ed58c4ae894ceeaf283e99315.zip |
version bump
Diffstat (limited to 'net-print/foomatic-db-engine')
5 files changed, 77 insertions, 4 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 +} |