diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 14:12:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 14:12:05 +0000 |
commit | fd49ffbc969709e99f59055e21daa30e5af7e184 (patch) | |
tree | 6a442e0b4982c88d2ed5cf9b9ee42324f846df0d /dev-perl/Locale-PO/Locale-PO-0.17.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-fd49ffbc969709e99f59055e21daa30e5af7e184.tar.gz gentoo-2-fd49ffbc969709e99f59055e21daa30e5af7e184.tar.bz2 gentoo-2-fd49ffbc969709e99f59055e21daa30e5af7e184.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-perl/Locale-PO/Locale-PO-0.17.ebuild')
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.17.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Locale-PO/Locale-PO-0.17.ebuild b/dev-perl/Locale-PO/Locale-PO-0.17.ebuild new file mode 100644 index 000000000000..571127bee80f --- /dev/null +++ b/dev-perl/Locale-PO/Locale-PO-0.17.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.17.ebuild,v 1.1 2007/05/24 14:12:05 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Object-oriented interface to gettext po-file entries" +HOMEPAGE="http://search.cpan.org/~alansz/" +SRC_URI="mirror://cpan/authors/id/A/AL/ALANSZ/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="sys-devel/gettext + dev-lang/perl" + +SRC_TEST="do" |