diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-18 10:25:41 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-18 10:25:41 +0000 |
commit | 2a5485141a29d1179a4d388ede359f57540abfe6 (patch) | |
tree | 26ba6df45e3190dc12eec058b127106e614098c0 /net-print | |
parent | bump (diff) | |
download | historical-2a5485141a29d1179a4d388ede359f57540abfe6.tar.gz historical-2a5485141a29d1179a4d388ede359f57540abfe6.tar.bz2 historical-2a5485141a29d1179a4d388ede359f57540abfe6.zip |
bump
Diffstat (limited to 'net-print')
3 files changed, 39 insertions, 2 deletions
diff --git a/net-print/foomatic-db-engine/Manifest b/net-print/foomatic-db-engine/Manifest index 3a228c2162d0..0fcb1f5bbe46 100644 --- a/net-print/foomatic-db-engine/Manifest +++ b/net-print/foomatic-db-engine/Manifest @@ -1,7 +1,7 @@ -MD5 5638e48eb514a7b24ef299f938cc4ee5 ChangeLog 454 +MD5 2c5aa064a5302a10397d074fc5fbe4f2 ChangeLog 595 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 5a8b5f424ca9e77c3aa2ef21d2a83b84 foomatic-db-engine-3.0.0.ebuild 894 -MD5 ab7aca48609240c995db216291839305 foomatic-db-engine-20031018.ebuild 921 +MD5 fd3bb677cd70bbd15212208b4981c9ac foomatic-db-engine-20031018.ebuild 924 MD5 8d4bb9556fc4abdf74109f920db4dfff files/digest-foomatic-db-engine-3.0.0 76 MD5 038b96ec618bdb4276688efb460374d9 files/digest-foomatic-db-engine-20031018 83 MD5 a61100174a95d158d5ce23eedf1f2cea files/perl-module.diff 1050 diff --git a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-20031018 b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-20031018 new file mode 100644 index 000000000000..481ce73979a3 --- /dev/null +++ b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-20031018 @@ -0,0 +1 @@ +MD5 5b1b4520d24af2969bc8582273d20996 foomatic-db-engine-3.0-20031018.tar.gz 273690 diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-20031018.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-20031018.ebuild new file mode 100644 index 000000000000..1d10341e9c70 --- /dev/null +++ b/net-print/foomatic-db-engine/foomatic-db-engine-20031018.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 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-20031018.ebuild,v 1.1 2003/10/18 10:25:36 lanius Exp $ + +inherit perl-module + +DESCRIPTION="Foomatic printer database engine" +HOMEPAGE="http://www.linuxprinting.org/foomatic" +SRC_URI="http://www.linuxprinting.org/download/foomatic/${PN}-3.0-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" +IUSE="" + +S=${WORKDIR}/${PN}-3.0-${PV} + +DEPEND="dev-libs/libxml2 + net-misc/wget + net-ftp/curl + net-print/foomatic-filters" + +src_compile() { + epatch ${FILESDIR}/perl-module.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 +} |