diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-02 16:59:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-02 16:59:28 +0000 |
commit | f7dfbed4116305edecf91ee2d10bd342e7f93b69 (patch) | |
tree | e3d893d24d7aa0643afb57c119ed42f0c2451d46 /dev-perl/Locale-PO/Locale-PO-0.11.ebuild | |
parent | for raker, bug 7696 (diff) | |
download | gentoo-2-f7dfbed4116305edecf91ee2d10bd342e7f93b69.tar.gz gentoo-2-f7dfbed4116305edecf91ee2d10bd342e7f93b69.tar.bz2 gentoo-2-f7dfbed4116305edecf91ee2d10bd342e7f93b69.zip |
For bug 7735
Diffstat (limited to 'dev-perl/Locale-PO/Locale-PO-0.11.ebuild')
-rw-r--r-- | dev-perl/Locale-PO/Locale-PO-0.11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Locale-PO/Locale-PO-0.11.ebuild b/dev-perl/Locale-PO/Locale-PO-0.11.ebuild new file mode 100644 index 000000000000..137490f01ad7 --- /dev/null +++ b/dev-perl/Locale-PO/Locale-PO-0.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-PO/Locale-PO-0.11.ebuild,v 1.1 2002/12/02 16:59:28 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Object-oriented interface to gettext po-file entries" +SRC_URI="http://www.cpan.org/authors/id/ALANSZ/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/authors/id/ALANSZ/${P}.readme" + +DEPEND="${DEPEND} + sys-devel/gettext" +RDEPEND="${DEPEND}" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" |