* [gentoo-commits] proj/sci:master commit in: sci-misc/pywordnet/
@ 2011-10-25 17:16 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 143b0e42c0097246a07b11bc0e8b8e76ae496b02
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 13:21:12 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 13:21:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=143b0e42
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
sci-misc/pywordnet/ChangeLog | 5 ++++-
sci-misc/pywordnet/metadata.xml | 9 ++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/sci-misc/pywordnet/ChangeLog b/sci-misc/pywordnet/ChangeLog
index 968629c..6d8c0d8 100644
--- a/sci-misc/pywordnet/ChangeLog
+++ b/sci-misc/pywordnet/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-misc/pywordnet
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
29 Jun 2010; Justin Lecher <jlec@gentoo.org> pywordnet-2.0.1.ebuild:
Python ABI fixes
diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml
index 9cbe24c..3c3cfcb 100644
--- a/sci-misc/pywordnet/metadata.xml
+++ b/sci-misc/pywordnet/metadata.xml
@@ -1,11 +1,10 @@
<?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>
+ <maintainer>
+ <email>flammie@gentoo.org</email>
+ </maintainer>
+ <longdescription>
Pywordnet contains python bindings to handle wordnet databases.
</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/pywordnet/
@ 2013-12-04 15:00 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-12-04 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 1dab50b0ab22c437e1769bf2de6c78020633080e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 14:57:44 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 14:57:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1dab50b0
sci-misc/pywordnet: Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
---
sci-misc/pywordnet/ChangeLog | 6 +++++-
sci-misc/pywordnet/metadata.xml | 8 ++++----
sci-misc/pywordnet/pywordnet-2.0.1.ebuild | 13 ++++++-------
3 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/sci-misc/pywordnet/ChangeLog b/sci-misc/pywordnet/ChangeLog
index 6d8c0d8..e1b6547 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/metadata.xml b/sci-misc/pywordnet/metadata.xml
index 3c3cfcb..822a0ca 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 10514a9..945831e 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/. )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/pywordnet/
@ 2015-06-08 12:19 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 84f8688c173590a473f43a58e2fb28614c2ecf06
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 11:42:03 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 11:42:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=84f8688c
sci-misc/pywordnet: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
sci-misc/pywordnet/ChangeLog | 5 ++++-
sci-misc/pywordnet/metadata.xml | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/sci-misc/pywordnet/ChangeLog b/sci-misc/pywordnet/ChangeLog
index e1b6547..9a7ca7d 100644
--- a/sci-misc/pywordnet/ChangeLog
+++ b/sci-misc/pywordnet/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-misc/pywordnet
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ sci-misc/pywordnet: Updating remote-id in metadata.xml
+
04 Dec 2013; Justin Lecher <jlec@gentoo.org> pywordnet-2.0.1.ebuild,
metadata.xml:
Bump to distutils-r1 eclass
diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml
index 822a0ca..41b4345 100644
--- a/sci-misc/pywordnet/metadata.xml
+++ b/sci-misc/pywordnet/metadata.xml
@@ -7,4 +7,7 @@
<longdescription>
Pywordnet contains python bindings to handle wordnet databases.
</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">pywordnet</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-misc/pywordnet/
@ 2021-01-03 6:44 Horea Christian
0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2021-01-03 6:44 UTC (permalink / raw
To: gentoo-commits
commit: 666871ecf0e8075515189b0d31cbfb4e97f22606
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 2 14:20:35 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 06:43:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=666871ec
sci-misc/pywordnet: drop pack, py2 only, dead upstream since 2013
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
Closes: https://github.com/gentoo/sci/pull/1029
sci-misc/pywordnet/metadata.xml | 13 -------------
sci-misc/pywordnet/pywordnet-2.0.1.ebuild | 22 ----------------------
2 files changed, 35 deletions(-)
diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml
deleted file mode 100644
index bedc00164..000000000
--- a/sci-misc/pywordnet/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>flammie@gentoo.org</email>
- </maintainer>
- <longdescription>
-Pywordnet contains python bindings to handle wordnet databases.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">pywordnet</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
deleted file mode 100644
index 51066d9d7..000000000
--- a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for wordnet"
-HOMEPAGE="http://pywordnet.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=app-dicts/wordnet-2.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( docs/. )
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-03 6:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 15:00 [gentoo-commits] proj/sci:master commit in: sci-misc/pywordnet/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-01-03 6:44 Horea Christian
2015-06-08 12:19 Justin Lecher
2011-10-25 17:16 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox