diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 01:24:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 01:24:10 +0000 |
commit | e191871b25f826ad9c0e4482a91f03216275a67b (patch) | |
tree | a4f17e7a44d5b77f19b52a45b67bdf938b3e5b91 /net-print/foomatic-db-engine | |
parent | old (diff) | |
download | gentoo-2-e191871b25f826ad9c0e4482a91f03216275a67b.tar.gz gentoo-2-e191871b25f826ad9c0e4482a91f03216275a67b.tar.bz2 gentoo-2-e191871b25f826ad9c0e4482a91f03216275a67b.zip |
move from net-ftp #45968
Diffstat (limited to 'net-print/foomatic-db-engine')
3 files changed, 15 insertions, 15 deletions
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 index 243eab1a78ba..a18b5bd254f2 100644 --- 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 @@ -1,6 +1,6 @@ # 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.0.20031018.ebuild,v 1.2 2004/01/29 02:31:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.20031018.ebuild,v 1.3 2004/03/29 01:24:10 vapier Exp $ inherit perl-module @@ -9,21 +9,21 @@ 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="" - -S=${WORKDIR}/${MY_P} DEPEND="dev-libs/libxml2 net-misc/wget - net-ftp/curl + net-misc/curl net-print/foomatic-filters" +S=${WORKDIR}/${MY_P} + src_compile() { epatch ${FILESDIR}/perl-module.diff - econf + econf || die make || die } 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 index 99dd2925566a..b8f386f50c38 100644 --- 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 @@ -1,25 +1,25 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.0.ebuild,v 1.4 2003/07/29 13:16:41 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild,v 1.5 2004/03/29 01:24:10 vapier Exp $ inherit perl-module 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-ftp/curl + net-misc/curl net-print/foomatic-filters" src_compile() { epatch ${FILESDIR}/perl-module.diff - econf + econf || die make || die } 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 index af9d548f4274..5b2267ee02cc 100644 --- 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 @@ -1,25 +1,25 @@ # 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.2 2004/03/14 00:57:41 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.1.ebuild,v 1.3 2004/03/29 01:24:10 vapier 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 ~mips" -IUSE="" DEPEND="dev-libs/libxml2 net-misc/wget - net-ftp/curl + net-misc/curl net-print/foomatic-filters" src_compile() { epatch ${FILESDIR}/perl-module-${PV}.diff - econf + econf || die make || die } |