diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-06-06 22:34:17 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-06-06 22:34:17 +0000 |
commit | 347958b3873029b02332408e99cf78ba359a79bd (patch) | |
tree | 24f01cf5dd3f959cd1caf626500e896f74c495de /net-print/foomatic-db-engine | |
parent | unbreak other peoples changes. (diff) | |
download | historical-347958b3873029b02332408e99cf78ba359a79bd.tar.gz historical-347958b3873029b02332408e99cf78ba359a79bd.tar.bz2 historical-347958b3873029b02332408e99cf78ba359a79bd.zip |
cleanups
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-print/foomatic-db-engine')
7 files changed, 8 insertions, 114 deletions
diff --git a/net-print/foomatic-db-engine/ChangeLog b/net-print/foomatic-db-engine/ChangeLog index aa35391331e4..ef0666caa827 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 Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.24 2004/12/29 20:39:09 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.25 2005/06/06 22:32:19 lanius Exp $ + + 06 Jun 2005; Heinrich Wendel <lanius@gentoo.org> + -foomatic-db-engine-3.0.0.ebuild, + -foomatic-db-engine-3.0.0.20031018.ebuild, + -foomatic-db-engine-3.0.1.ebuild: + cleanups 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0 b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0 deleted file mode 100644 index 94c990826c37..000000000000 --- a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a3c0b0fc6662a7b9afab09cbe74bb292 foomatic-db-engine-3.0.0.tar.gz 271044 diff --git a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0.20031018 b/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0.20031018 deleted file mode 100644 index 481ce73979a3..000000000000 --- a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.0.20031018 +++ /dev/null @@ -1 +0,0 @@ -MD5 5b1b4520d24af2969bc8582273d20996 foomatic-db-engine-3.0-20031018.tar.gz 273690 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 deleted file mode 100644 index e8dc13c58f94..000000000000 --- a/net-print/foomatic-db-engine/files/digest-foomatic-db-engine-3.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 89070d0acc245d350faeb0c49a5f3f7f foomatic-db-engine-3.0.1.tar.gz 290338 diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.20031018.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.20031018.ebuild deleted file mode 100644 index edf6c1e6f8c9..000000000000 --- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.20031018.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.0.20031018.ebuild,v 1.6 2004/07/15 03:53:23 agriffis Exp $ - -inherit perl-module eutils - -MY_P=${P/3.0.0./3.0-} - -DESCRIPTION="Foomatic printer database engine" -HOMEPAGE="http://www.linuxprinting.org/foomatic" -SRC_URI="http://www.linuxprinting.org/download/foomatic/${MY_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-misc/curl - net-print/foomatic-filters" - -S=${WORKDIR}/${MY_P} - -src_compile() { - epatch ${FILESDIR}/perl-module.diff - econf || die - 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 -} diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild deleted file mode 100644 index a30f5e4da3b3..000000000000 --- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.0.ebuild,v 1.8 2004/07/15 03:53:23 agriffis Exp $ - -inherit perl-module eutils - -DESCRIPTION="Foomatic printer database engine" -HOMEPAGE="http://www.linuxprinting.org/foomatic" -SRC_URI="http://www.linuxprinting.org/download/foomatic/foomatic-db-engine-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64" -IUSE="" - -DEPEND="dev-libs/libxml2 - net-misc/wget - net-misc/curl - net-print/foomatic-filters" - -src_compile() { - epatch ${FILESDIR}/perl-module.diff - econf || die - 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 -} 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 deleted file mode 100644 index dd310710aefe..000000000000 --- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.12 2004/07/19 00:40:43 kloeri Exp $ - -inherit perl-module eutils - -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" -IUSE="" -KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ~ia64 ~mips ppc64" - -DEPEND="dev-libs/libxml2 - net-misc/wget - net-misc/curl - net-print/foomatic-filters" - -src_compile() { - epatch ${FILESDIR}/perl-module-${PV}.diff - econf || die - 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 -} |