diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-07-20 09:15:37 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-07-20 09:15:37 +0000 |
commit | 3993affa126c779983a6219f1e170e7b1fcf79c2 (patch) | |
tree | 941276d0f16fde18fb0415f6a2324e907232ea89 /net-print/foomatic-db | |
parent | Version bump. (diff) | |
download | gentoo-2-3993affa126c779983a6219f1e170e7b1fcf79c2.tar.gz gentoo-2-3993affa126c779983a6219f1e170e7b1fcf79c2.tar.bz2 gentoo-2-3993affa126c779983a6219f1e170e7b1fcf79c2.zip |
version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'net-print/foomatic-db')
-rw-r--r-- | net-print/foomatic-db/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/foomatic-db/files/digest-foomatic-db-20060720 | 3 | ||||
-rw-r--r-- | net-print/foomatic-db/foomatic-db-20060720.ebuild | 27 |
3 files changed, 37 insertions, 1 deletions
diff --git a/net-print/foomatic-db/ChangeLog b/net-print/foomatic-db/ChangeLog index 5fbbb04031ec..4e3b1faaf1ee 100644 --- a/net-print/foomatic-db/ChangeLog +++ b/net-print/foomatic-db/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-print/foomatic-db # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.49 2006/07/13 18:16:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.50 2006/07/20 09:15:37 genstef Exp $ + +*foomatic-db-20060720 (20 Jul 2006) + + 20 Jul 2006; Stefan Schweizer <genstef@gentoo.org> + +foomatic-db-20060720.ebuild: + version bump 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> foomatic-db-20050910.ebuild: diff --git a/net-print/foomatic-db/files/digest-foomatic-db-20060720 b/net-print/foomatic-db/files/digest-foomatic-db-20060720 new file mode 100644 index 000000000000..e422c5ce597e --- /dev/null +++ b/net-print/foomatic-db/files/digest-foomatic-db-20060720 @@ -0,0 +1,3 @@ +MD5 405bc0d1000dd4c6ff49f97d2db0dd97 foomatic-db-3.0-20060720.tar.gz 12345043 +RMD160 0cf48903e617ebc5725f9ed42bf1ec8ffb155a0c foomatic-db-3.0-20060720.tar.gz 12345043 +SHA256 28ff1433b9719595caf3f722db166ab8e0e2e6c57184762541dab564bc5bc295 foomatic-db-3.0-20060720.tar.gz 12345043 diff --git a/net-print/foomatic-db/foomatic-db-20060720.ebuild b/net-print/foomatic-db/foomatic-db-20060720.ebuild new file mode 100644 index 000000000000..e77c6982342d --- /dev/null +++ b/net-print/foomatic-db/foomatic-db-20060720.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20060720.ebuild,v 1.1 2006/07/20 09:15:37 genstef Exp $ + +DESCRIPTION="Printer information files for foomatic-db-engine to generate ppds" +HOMEPAGE="http://www.linuxprinting.org/foomatic.html" +SRC_URI="http://gentooexperimental.org/~genstef/dist/${PN}-3.0-${PV}.tar.gz + http://linuxprinting.org/download/foomatic/${PN}-3.0-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="net-print/foomatic-db-engine" + +src_compile() { + econf --disable-gzip-ppds --disable-ppds-to-cups || die "econf failed" + # ppd files do not belong to this package + rm -r db/source/PPD +} + +src_install() { + emake DESTDIR=${D} install || die "emake install failed" + + dodoc ChangeLog README TODO USAGE +} |