diff options
Diffstat (limited to 'sci-misc/pywordnet')
-rw-r--r-- | sci-misc/pywordnet/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/pywordnet/Manifest | 4 | ||||
-rw-r--r-- | sci-misc/pywordnet/metadata.xml | 11 | ||||
-rw-r--r-- | sci-misc/pywordnet/pywordnet-2.0.1.ebuild | 21 |
4 files changed, 44 insertions, 0 deletions
diff --git a/sci-misc/pywordnet/ChangeLog b/sci-misc/pywordnet/ChangeLog new file mode 100644 index 000000000..4904e05b5 --- /dev/null +++ b/sci-misc/pywordnet/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-misc/pywordnet +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pywordnet-2.0.1 (23 Dec 2007) + + 23 Dec 2007; Flammie Pirinen <flammie@gentoo.org> +pywordnet-2.0.1.ebuild: + Initial import. diff --git a/sci-misc/pywordnet/Manifest b/sci-misc/pywordnet/Manifest new file mode 100644 index 000000000..d0ff1e7b5 --- /dev/null +++ b/sci-misc/pywordnet/Manifest @@ -0,0 +1,4 @@ +DIST pywordnet-2.0.1.tar.gz 38052 RMD160 7db7bd8943835dc0557fc2d91b3c93a161a8197d SHA1 145b8d5149786a693377cf3e0eaa32381631e772 SHA256 02fa970e65f4807810d1f81dbec0bd3fbc63cdd68c716e4ddea938c9323893a2 +EBUILD pywordnet-2.0.1.ebuild 398 RMD160 84b20041d227a7d4348320ab941bad9f15be7272 SHA1 41ca243b5bbc820ac878c9194dfb3c5f2b77266c SHA256 c87337b3e264dceaa4bd32c77ace6bfed9a838c3580515e779e205b36ca850bc +MISC ChangeLog 246 RMD160 513b7607e6bbfa6987d03b77210ff8d1ce42d3b7 SHA1 91f98c569c65a7732efde46ac41e1ab612262122 SHA256 705d4fe6f78276a4de4eb639d63cdb560c6d7b66561af934a7f3bac418ce16ff +MISC metadata.xml 324 RMD160 8b58e53ff3e4e4587b16b8691cf4f80a16863e81 SHA1 8924b11e0ee6f526c0da15d2a3383b034a25e21c SHA256 516f23bcead20ffb83e04cf0a0ed19dab9bdfb4895a9e830a0c2543c2d83acad diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml new file mode 100644 index 000000000..9cbe24cf6 --- /dev/null +++ b/sci-misc/pywordnet/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>flammie@gentoo.org</email> +</maintainer> +<longdescription> +Pywordnet contains python bindings to handle wordnet databases. +</longdescription> +</pkgmetadata> diff --git a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild new file mode 100644 index 000000000..6e59db49d --- /dev/null +++ b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +DESCRIPTION="Python bindings for wordnet" +HOMEPAGE="http://pywordnet.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=app-dicts/wordnet-2.0" +RDEPEND="${DEPEND}" + +DOCS=docs/* + + |