diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
commit | 32416286aefc014fa525265fea55f774944034c4 (patch) | |
tree | ec0eda004865d0438c2b511faf2e5f8838bc263a /app-text/po4a | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.gz gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.bz2 gentoo-2-32416286aefc014fa525265fea55f774944034c4.zip |
Switched from perl-module to perl-app eclass
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-text/po4a')
-rw-r--r-- | app-text/po4a/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog index f56a437c6523..cc3effba879f 100644 --- a/app-text/po4a/ChangeLog +++ b/app-text/po4a/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/po4a # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.3 2005/05/14 14:09:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.4 2005/11/28 12:10:33 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> po4a-0.21.ebuild: + Switched from perl-module to perl-app eclass *po4a-0.21 (14 May 2005) diff --git a/app-text/po4a/po4a-0.21.ebuild b/app-text/po4a/po4a-0.21.ebuild index 300f4c3befe0..eaf84b6b78c9 100644 --- a/app-text/po4a/po4a-0.21.ebuild +++ b/app-text/po4a/po4a-0.21.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/app-text/po4a/po4a-0.21.ebuild,v 1.1 2005/05/14 14:09:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.21.ebuild,v 1.2 2005/11/28 12:10:33 mcummings Exp $ -inherit perl-module +inherit perl-app MY_PV=${PV/21/20} MY_P="${PN}-${MY_PV}" |