summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-11-28 13:20:49 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-11-28 13:20:49 +0000
commit21b516dd78818219393b0e379b3712ef6131395a (patch)
tree7e1fa0f632321c346a010a6e76a17d4c8c00d20c /net-print/foomatic-db-engine
parentAdded ~amd64 keyword. Closes bug #112475. (diff)
downloadgentoo-2-21b516dd78818219393b0e379b3712ef6131395a.tar.gz
gentoo-2-21b516dd78818219393b0e379b3712ef6131395a.tar.bz2
gentoo-2-21b516dd78818219393b0e379b3712ef6131395a.zip
Switched from perl-module to perl-app eclass
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-print/foomatic-db-engine')
-rw-r--r--net-print/foomatic-db-engine/ChangeLog5
-rw-r--r--net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-print/foomatic-db-engine/ChangeLog b/net-print/foomatic-db-engine/ChangeLog
index ef0666caa827..3184dd3c3a8f 100644
--- a/net-print/foomatic-db-engine/ChangeLog
+++ b/net-print/foomatic-db-engine/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-print/foomatic-db-engine
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 1.26 2005/11/28 13:19:23 mcummings Exp $
+
+ 28 Nov 2005; <mcumming@gentoo.org> foomatic-db-engine-3.0.2.ebuild:
+ Switched from perl-module to perl-app eclass
06 Jun 2005; Heinrich Wendel <lanius@gentoo.org>
-foomatic-db-engine-3.0.0.ebuild,
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild
index 4499c1b0c683..c0072a3c9619 100644
--- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild
+++ b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 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.2.ebuild,v 1.11 2005/08/16 05:21:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild,v 1.12 2005/11/28 13:19:23 mcummings Exp $
-inherit perl-module eutils
+inherit perl-app eutils
DESCRIPTION="Foomatic printer database engine"
HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
@@ -28,8 +28,8 @@ src_install() {
make DESTDIR=${D} install || die "make install failed"
# install perl modules
cd lib
- perl-module_src_prep
- perl-module_src_compile
+ perl-app_src_prep
+ perl-app_src_compile
perl-module_src_test
perl-module_src_install
}