diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-15 03:31:39 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-15 03:31:39 +0000 |
commit | 943ea5415b7b89b6cdc9ad1f5691c6af9a7ca69e (patch) | |
tree | 82d415b907dc5e5ba946a188cc5fe86d492c1ee4 /dev-perl/WordNet-QueryData | |
parent | Handle upgrades of .conf files for people #274942 by Peter Volkov. (diff) | |
download | historical-943ea5415b7b89b6cdc9ad1f5691c6af9a7ca69e.tar.gz historical-943ea5415b7b89b6cdc9ad1f5691c6af9a7ca69e.tar.bz2 historical-943ea5415b7b89b6cdc9ad1f5691c6af9a7ca69e.zip |
Initial commit, package or dep for one that cannot be generated correctly by g-cpan and was asked for by a user in a bug.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WordNet-QueryData')
-rw-r--r-- | dev-perl/WordNet-QueryData/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/WordNet-QueryData/WordNet-QueryData-1.49.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/WordNet-QueryData/metadata.xml | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/WordNet-QueryData/ChangeLog b/dev-perl/WordNet-QueryData/ChangeLog new file mode 100644 index 000000000000..01d91f19f488 --- /dev/null +++ b/dev-perl/WordNet-QueryData/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/WordNet-QueryData +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WordNet-QueryData/ChangeLog,v 1.1 2010/02/15 03:30:55 robbat2 Exp $ + +*WordNet-QueryData-1.49 (15 Feb 2010) + + 15 Feb 2010; Robin H. Johnson <robbat2@gentoo.org> + +WordNet-QueryData-1.49.ebuild, +metadata.xml: + Initial commit, package or dep for one that cannot be generated correctly + by g-cpan and was asked for by a user in a bug. + diff --git a/dev-perl/WordNet-QueryData/WordNet-QueryData-1.49.ebuild b/dev-perl/WordNet-QueryData/WordNet-QueryData-1.49.ebuild new file mode 100644 index 000000000000..1401a91145ed --- /dev/null +++ b/dev-perl/WordNet-QueryData/WordNet-QueryData-1.49.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# This ebuild generated by g-cpan 0.16.0 + +EAPI="2" + +MODULE_AUTHOR="JRENNIE" + +inherit perl-module + +DESCRIPTION="direct perl interface to WordNet database" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-dicts/wordnet" +RDEPEND="${DEPEND}" + +src_configure() { + export WNHOME=/usr + perl-module_src_configure +} diff --git a/dev-perl/WordNet-QueryData/metadata.xml b/dev-perl/WordNet-QueryData/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/WordNet-QueryData/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |