From 76ffb781ed7a917f23b67454e9f950e5e3b83527 Mon Sep 17 00:00:00 2001 From: bicatali Date: Mon, 17 Mar 2008 16:21:32 +0000 Subject: moved overlay to new directory git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@979 32389bae-6d03-0410-99cf-db05cde120eb --- sci-misc/pywordnet/ChangeLog | 8 ++++++++ sci-misc/pywordnet/Manifest | 4 ++++ sci-misc/pywordnet/metadata.xml | 11 +++++++++++ sci-misc/pywordnet/pywordnet-2.0.1.ebuild | 21 +++++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 sci-misc/pywordnet/ChangeLog create mode 100644 sci-misc/pywordnet/Manifest create mode 100644 sci-misc/pywordnet/metadata.xml create mode 100644 sci-misc/pywordnet/pywordnet-2.0.1.ebuild (limited to 'sci-misc/pywordnet') 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 +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 @@ + + + +no-herd + + flammie@gentoo.org + + +Pywordnet contains python bindings to handle wordnet databases. + + 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/* + + -- cgit v1.2.3-18-g5258