summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/WordNet-QueryData
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/WordNet-QueryData')
-rw-r--r--dev-perl/WordNet-QueryData/Manifest1
-rw-r--r--dev-perl/WordNet-QueryData/WordNet-QueryData-1.490.0-r1.ebuild23
-rw-r--r--dev-perl/WordNet-QueryData/metadata.xml9
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/WordNet-QueryData/Manifest b/dev-perl/WordNet-QueryData/Manifest
new file mode 100644
index 000000000000..c594fc9ab1a3
--- /dev/null
+++ b/dev-perl/WordNet-QueryData/Manifest
@@ -0,0 +1 @@
+DIST WordNet-QueryData-1.49.tar.gz 19656 SHA256 cbb6b5c6caa752ab440e4b3f174089d67bdde4dd58e69b19ced532c7c3e46b38 SHA512 41a092f762da0048367648b1c3bcdfb311b7241329ebfb0569b5bd3d5918304d34319c74e9bf8c60ce7316d084c434bfcc54963e21c4ab0999ab0ba022dcb192 WHIRLPOOL e2defbf911e9bba8bbc4550b6c046ddaf8f82ae47d555f0eac616a57c4685226a6f9bcd718c747d07c402f31180d2daf8b093288f690df213fc8c49cf3220b0a
diff --git a/dev-perl/WordNet-QueryData/WordNet-QueryData-1.490.0-r1.ebuild b/dev-perl/WordNet-QueryData/WordNet-QueryData-1.490.0-r1.ebuild
new file mode 100644
index 000000000000..06697c5f04c3
--- /dev/null
+++ b/dev-perl/WordNet-QueryData/WordNet-QueryData-1.490.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=JRENNIE
+MODULE_VERSION=1.49
+inherit perl-module
+
+DESCRIPTION="Direct perl interface to WordNet database"
+
+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..8c89c88f0bec
--- /dev/null
+++ b/dev-perl/WordNet-QueryData/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">WordNet-QueryData</remote-id>
+ <remote-id type="cpan-module">WordNet::QueryData</remote-id>
+ </upstream>
+</pkgmetadata>