From bfbcd92aba37e3257235ef8277487c03e7716b61 Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Tue, 8 May 2007 11:59:03 +0000 Subject: Version bump. Fixed copyright dates. (Portage version: 2.1.2.7) --- net-print/foomatic-db/ChangeLog | 10 +++++++-- .../foomatic-db/files/digest-foomatic-db-20070508 | 3 +++ net-print/foomatic-db/foomatic-db-20060720.ebuild | 4 ++-- net-print/foomatic-db/foomatic-db-20070508.ebuild | 26 ++++++++++++++++++++++ 4 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 net-print/foomatic-db/files/digest-foomatic-db-20070508 create mode 100644 net-print/foomatic-db/foomatic-db-20070508.ebuild (limited to 'net-print/foomatic-db') diff --git a/net-print/foomatic-db/ChangeLog b/net-print/foomatic-db/ChangeLog index 4daeaff5b004..dd348b07728a 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.60 2006/12/28 18:52:18 the_paya Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/ChangeLog,v 1.61 2007/05/08 11:59:03 calchan Exp $ + +*foomatic-db-20070508 (08 May 2007) + + 08 May 2007; Denis Dupeyron + +foomatic-db-20070508.ebuild: + Version bump. Fixed copyright dates. 28 Dec 2006; Javier Villavicencio foomatic-db-20060720.ebuild: diff --git a/net-print/foomatic-db/files/digest-foomatic-db-20070508 b/net-print/foomatic-db/files/digest-foomatic-db-20070508 new file mode 100644 index 000000000000..ee9dd3c17352 --- /dev/null +++ b/net-print/foomatic-db/files/digest-foomatic-db-20070508 @@ -0,0 +1,3 @@ +MD5 9321f856339fb5fbb12b839926ce4dc1 foomatic-db-3.0-20070508.tar.gz 15776865 +RMD160 e3fe45c0b24bc51c10c20f67eebaf5fb6d9ca372 foomatic-db-3.0-20070508.tar.gz 15776865 +SHA256 8b05c00b054323735e34d08a10c3163fdf5b037b7bf03702b821eb219eee1098 foomatic-db-3.0-20070508.tar.gz 15776865 diff --git a/net-print/foomatic-db/foomatic-db-20060720.ebuild b/net-print/foomatic-db/foomatic-db-20060720.ebuild index 3b7d25b55753..b4908e685f46 100644 --- a/net-print/foomatic-db/foomatic-db-20060720.ebuild +++ b/net-print/foomatic-db/foomatic-db-20060720.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.10 2006/12/28 18:52:18 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20060720.ebuild,v 1.11 2007/05/08 11:59:03 calchan Exp $ DESCRIPTION="Printer information files for foomatic-db-engine to generate ppds" HOMEPAGE="http://www.linuxprinting.org/foomatic.html" diff --git a/net-print/foomatic-db/foomatic-db-20070508.ebuild b/net-print/foomatic-db/foomatic-db-20070508.ebuild new file mode 100644 index 000000000000..68875da6b749 --- /dev/null +++ b/net-print/foomatic-db/foomatic-db-20070508.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db/foomatic-db-20070508.ebuild,v 1.1 2007/05/08 11:59:03 calchan 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 ~x86-fbsd" +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 +} -- cgit v1.2.3-65-gdbad