summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-07-29 15:43:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-07-29 15:43:01 +0000
commit220a1d75d45958fdc0a809bd3a5b1016557d2049 (patch)
tree7a95bab0027e44251f6ee5a5338dd8bfcc13c67e /dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild
parentBug 24879 dep for Request tracker (diff)
downloadhistorical-220a1d75d45958fdc0a809bd3a5b1016557d2049.tar.gz
historical-220a1d75d45958fdc0a809bd3a5b1016557d2049.tar.bz2
historical-220a1d75d45958fdc0a809bd3a5b1016557d2049.zip
Bug 24879 dep for Request tracker
Diffstat (limited to 'dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild')
-rw-r--r--dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild b/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild
new file mode 100644
index 000000000000..c08dec078bbf
--- /dev/null
+++ b/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-fuzzy/locale-maketext-fuzzy-0.02.ebuild,v 1.1 2003/07/29 15:42:57 mcummings Exp $
+
+inherit perl-module
+
+MY_P=Locale-Maketext-Fuzzy-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Maketext from already interpolated strings"
+SRC_URI="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/authors/id/A/AU/AUTRIJUS/"
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa"
+
+DEPEND="${DEPEND}"