aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/pywordnet/ChangeLog6
-rw-r--r--sci-misc/pywordnet/Manifest2
-rw-r--r--sci-misc/pywordnet/metadata.xml8
-rw-r--r--sci-misc/pywordnet/pywordnet-2.0.1.ebuild13
4 files changed, 16 insertions, 13 deletions
diff --git a/sci-misc/pywordnet/ChangeLog b/sci-misc/pywordnet/ChangeLog
index 6d8c0d88b..e1b6547ae 100644
--- a/sci-misc/pywordnet/ChangeLog
+++ b/sci-misc/pywordnet/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-misc/pywordnet
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Dec 2013; Justin Lecher <jlec@gentoo.org> pywordnet-2.0.1.ebuild,
+ metadata.xml:
+ Bump to distutils-r1 eclass
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/sci-misc/pywordnet/Manifest b/sci-misc/pywordnet/Manifest
index f3b1a22d1..004706161 100644
--- a/sci-misc/pywordnet/Manifest
+++ b/sci-misc/pywordnet/Manifest
@@ -1 +1 @@
-DIST pywordnet-2.0.1.tar.gz 38052 SHA256 02fa970e65f4807810d1f81dbec0bd3fbc63cdd68c716e4ddea938c9323893a2
+DIST pywordnet-2.0.1.tar.gz 38052 SHA256 02fa970e65f4807810d1f81dbec0bd3fbc63cdd68c716e4ddea938c9323893a2 SHA512 2073765c2fa2a2b91c200ded22c60412af1ff89d5104d24d8624602872f34cb6c657aaa9f4ff2c2b203403437f198f908f8e9f9714b2a3f24b6a1ce4375e8d2b WHIRLPOOL e76597564fa3ac4fe1d74cbfd625378c6b70da6babe524c8cc60a0b9d8833fe16245d8853d82bd792198b1149fa69cf53f378afe66c65562618187f2dda9d03e
diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml
index 3c3cfcbc1..822a0ca76 100644
--- a/sci-misc/pywordnet/metadata.xml
+++ b/sci-misc/pywordnet/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>flammie@gentoo.org</email>
- </maintainer>
- <longdescription>
+ <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
index 10514a980..945831ed7 100644
--- a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
+++ b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils
+inherit distutils-r1
DESCRIPTION="Python bindings for wordnet"
HOMEPAGE="http://pywordnet.sourceforge.net/"
@@ -15,10 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=app-dicts/wordnet-2.0"
RDEPEND="${DEPEND}"
-DOCS=docs/*
+DOCS=( docs/. )