Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/pywordnet/
Date: Wed, 04 Dec 2013 15:00:30
Message-Id: 1386169064.1dab50b0ab22c437e1769bf2de6c78020633080e.jlec@gentoo
1 commit: 1dab50b0ab22c437e1769bf2de6c78020633080e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 14:57:44 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 14:57:44 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1dab50b0
7
8 sci-misc/pywordnet: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-misc/pywordnet/ChangeLog | 6 +++++-
14 sci-misc/pywordnet/metadata.xml | 8 ++++----
15 sci-misc/pywordnet/pywordnet-2.0.1.ebuild | 13 ++++++-------
16 3 files changed, 15 insertions(+), 12 deletions(-)
17
18 diff --git a/sci-misc/pywordnet/ChangeLog b/sci-misc/pywordnet/ChangeLog
19 index 6d8c0d8..e1b6547 100644
20 --- a/sci-misc/pywordnet/ChangeLog
21 +++ b/sci-misc/pywordnet/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-misc/pywordnet
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 04 Dec 2013; Justin Lecher <jlec@g.o> pywordnet-2.0.1.ebuild,
29 + metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 25 Oct 2011; Justin Lecher <jlec@g.o> metadata.xml:
33 Removed no-herd from herd tag in metadata.xml
34
35
36 diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml
37 index 3c3cfcb..822a0ca 100644
38 --- a/sci-misc/pywordnet/metadata.xml
39 +++ b/sci-misc/pywordnet/metadata.xml
40 @@ -1,10 +1,10 @@
41 <?xml version="1.0" encoding="UTF-8"?>
42 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 <pkgmetadata>
44 - <maintainer>
45 - <email>flammie@g.o</email>
46 - </maintainer>
47 - <longdescription>
48 + <maintainer>
49 + <email>flammie@g.o</email>
50 + </maintainer>
51 + <longdescription>
52 Pywordnet contains python bindings to handle wordnet databases.
53 </longdescription>
54 </pkgmetadata>
55
56 diff --git a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
57 index 10514a9..945831e 100644
58 --- a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
59 +++ b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
60 @@ -1,13 +1,12 @@
61 -# Copyright 1999-2010 Gentoo Foundation
62 +# Copyright 1999-2013 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: $
65
66 -EAPI="3"
67 +EAPI=5
68
69 -PYTHON_DEPEND="2"
70 -SUPPORT_PYTHON_ABIS="1"
71 +PYTHON_COMPAT=( python{2_6,2_7} )
72
73 -inherit distutils
74 +inherit distutils-r1
75
76 DESCRIPTION="Python bindings for wordnet"
77 HOMEPAGE="http://pywordnet.sourceforge.net/"
78 @@ -15,10 +14,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
79
80 LICENSE="Artistic"
81 SLOT="0"
82 -KEYWORDS="~x86"
83 +KEYWORDS="~amd64 ~x86"
84 IUSE=""
85
86 DEPEND=">=app-dicts/wordnet-2.0"
87 RDEPEND="${DEPEND}"
88
89 -DOCS=docs/*
90 +DOCS=( docs/. )