public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     25981374027b674ac3e447566d67172b30361f2f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:28:34 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:28:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=25981374

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-misc/nltk/nltk-0.9.5.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sci-misc/nltk/nltk-0.9.5.ebuild b/sci-misc/nltk/nltk-0.9.5.ebuild
index 80fe7f4..83fbf70 100644
--- a/sci-misc/nltk/nltk-0.9.5.ebuild
+++ b/sci-misc/nltk/nltk-0.9.5.ebuild
@@ -10,7 +10,7 @@ PYTHON_USE_WITH="tk"
 RESTRICT_PYTHON_ABIS="3.*"
 PYTHON_MODNAME="yaml nltk_contrib nltk"
 
-inherit eutils distutils
+inherit distutils eutils
 
 DESCRIPTION="Natural language processing tool collection"
 HOMEPAGE="http://www.nltk.org/"



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5b8af7f76dfeb7007cd2cad3126eb51273b76355
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:32:36 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:32:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b8af7f7

Version Bump, cleaned old

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-misc/nltk/ChangeLog                            |    8 ++++++-
 sci-misc/nltk/metadata.xml                         |   10 ++++----
 .../{nltk-0.9.5.ebuild => nltk-2.0.1_rc1.ebuild}   |   22 ++++++-------------
 3 files changed, 19 insertions(+), 21 deletions(-)

diff --git a/sci-misc/nltk/ChangeLog b/sci-misc/nltk/ChangeLog
index 1803c90..e0d6945 100644
--- a/sci-misc/nltk/ChangeLog
+++ b/sci-misc/nltk/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-misc/nltk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*nltk-2.0.1_rc1 (25 Jun 2011)
+
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> -nltk-0.9.5.ebuild,
+  +nltk-2.0.1_rc1.ebuild, metadata.xml:
+  Version Bump, cleaned old
+
   04 Jul 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
   nltk-0.9.5.ebuild:
   Silence repoman, drop ~amd64 since dependencies cannot be fulfilled. No

diff --git a/sci-misc/nltk/metadata.xml b/sci-misc/nltk/metadata.xml
index 498cc9d..d1ecb4f 100644
--- a/sci-misc/nltk/metadata.xml
+++ b/sci-misc/nltk/metadata.xml
@@ -1,11 +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>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>flammie@gentoo.org</email>
+	</maintainer>
+	<longdescription>
 NLTK is collection of natural language tools written in python language. It
 also contains huge corpora.
 </longdescription>

diff --git a/sci-misc/nltk/nltk-0.9.5.ebuild b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
similarity index 54%
rename from sci-misc/nltk/nltk-0.9.5.ebuild
rename to sci-misc/nltk/nltk-2.0.1_rc1.ebuild
index 83fbf70..ca32ec6 100644
--- a/sci-misc/nltk/nltk-0.9.5.ebuild
+++ b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
@@ -1,40 +1,32 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI=3
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_USE_WITH="tk"
 RESTRICT_PYTHON_ABIS="3.*"
-PYTHON_MODNAME="yaml nltk_contrib nltk"
+PYTHON_MODNAME="nltk_contrib nltk"
 
 inherit distutils eutils
 
 DESCRIPTION="Natural language processing tool collection"
 HOMEPAGE="http://www.nltk.org/"
-SRC_URI="
-	mirror://sourceforge/${PN}/${P}.tar.gz
-	mirror://sourceforge/${PN}/${PN}-data-${PV}.zip"
+SRC_URI="http://${PN}.googlecode.com/files/${P/_rc/rc}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="${DEPEND}
-	dev-python/numarray
+DEPEND="
 	dev-python/numpy
 	dev-python/matplotlib
+	dev-python/pyyaml
 	>=app-dicts/wordnet-2.0
 	sci-misc/pywordnet"
 RDEPEND="${DEPEND}"
 
-NLTK_DATA="${WORKDIR}/data/"
-
-src_install() {
-	distutils_src_install
-	insinto /usr/share/nltk/data
-	doins -r "${WORKDIR}"/${PN}_data/* || die
-}
+S="${WORKDIR}"/${P/_rc/rc}



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
@ 2011-10-25 17:16 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     dad9fb5cd531a4984e498f13da136ea59d32a7c5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 16:19:47 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:19:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dad9fb5c

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/nltk/ChangeLog    |    3 +++
 sci-misc/nltk/metadata.xml |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/sci-misc/nltk/ChangeLog b/sci-misc/nltk/ChangeLog
index e0d6945..34b5817 100644
--- a/sci-misc/nltk/ChangeLog
+++ b/sci-misc/nltk/ChangeLog
@@ -2,6 +2,9 @@
 # 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
+
 *nltk-2.0.1_rc1 (25 Jun 2011)
 
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> -nltk-0.9.5.ebuild,

diff --git a/sci-misc/nltk/metadata.xml b/sci-misc/nltk/metadata.xml
index d1ecb4f..bd5a488 100644
--- a/sci-misc/nltk/metadata.xml
+++ b/sci-misc/nltk/metadata.xml
@@ -1,7 +1,6 @@
 <?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>



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
@ 2013-12-04 15:00 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2013-12-04 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     15ca70ddb9583fbd54d5b5173e4e6dc95c6bf4d5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 14:53:44 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 14:53:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15ca70dd

sci-misc/nltk: Version BUmp; Bump to distutils-r1 eclass

Package-Manager: portage-2.2.7

---
 sci-misc/nltk/ChangeLog             |  6 +++++-
 sci-misc/nltk/metadata.xml          |  8 ++++----
 sci-misc/nltk/nltk-2.0.1_rc1.ebuild | 32 --------------------------------
 sci-misc/nltk/nltk-2.0.4.ebuild     | 29 +++++++++++++++++++++++++++++
 4 files changed, 38 insertions(+), 37 deletions(-)

diff --git a/sci-misc/nltk/ChangeLog b/sci-misc/nltk/ChangeLog
index 34b5817..de37c4a 100644
--- a/sci-misc/nltk/ChangeLog
+++ b/sci-misc/nltk/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-misc/nltk
-# 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> -nltk-2.0.1_rc1.ebuild,
+  +nltk-2.0.4.ebuild, metadata.xml:
+  Version BUmp; 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/nltk/metadata.xml b/sci-misc/nltk/metadata.xml
index bd5a488..eefdbc1 100644
--- a/sci-misc/nltk/metadata.xml
+++ b/sci-misc/nltk/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>
 NLTK is collection of natural language tools written in python language. It
 also contains huge corpora.
 </longdescription>

diff --git a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
deleted file mode 100644
index ca32ec6..0000000
--- a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_USE_WITH="tk"
-RESTRICT_PYTHON_ABIS="3.*"
-PYTHON_MODNAME="nltk_contrib nltk"
-
-inherit distutils eutils
-
-DESCRIPTION="Natural language processing tool collection"
-HOMEPAGE="http://www.nltk.org/"
-SRC_URI="http://${PN}.googlecode.com/files/${P/_rc/rc}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	dev-python/numpy
-	dev-python/matplotlib
-	dev-python/pyyaml
-	>=app-dicts/wordnet-2.0
-	sci-misc/pywordnet"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${P/_rc/rc}

diff --git a/sci-misc/nltk/nltk-2.0.4.ebuild b/sci-misc/nltk/nltk-2.0.4.ebuild
new file mode 100644
index 0000000..2e01438
--- /dev/null
+++ b/sci-misc/nltk/nltk-2.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1
+
+DESCRIPTION="Natural language processing tool collection"
+HOMEPAGE="http://www.nltk.org/"
+SRC_URI="https://github.com/nltk/nltk/archive/2.0.4.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/matplotlib[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	>=app-dicts/wordnet-2.0
+	sci-misc/pywordnet[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${P/_rc/rc}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
@ 2015-06-06 10:23 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-06-06 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e0f22babea4ab9b312132e1e4c9bbd31f9dafb40
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 10:22:34 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 10:22:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0f22bab

sci-misc/nltk: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-misc/nltk/ChangeLog    | 5 ++++-
 sci-misc/nltk/metadata.xml | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/sci-misc/nltk/ChangeLog b/sci-misc/nltk/ChangeLog
index 613b269..d91ac2a 100644
--- a/sci-misc/nltk/ChangeLog
+++ b/sci-misc/nltk/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-misc/nltk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-misc/nltk: Add github to remote-id in metadata.xml
+
   04 Dec 2013; Justin Lecher <jlec@gentoo.org> -nltk-2.0.1_rc1.ebuild,
   +nltk-2.0.4.ebuild, metadata.xml:
   Version Bump; Bump to distutils-r1 eclass

diff --git a/sci-misc/nltk/metadata.xml b/sci-misc/nltk/metadata.xml
index eefdbc1..8cf6c1d 100644
--- a/sci-misc/nltk/metadata.xml
+++ b/sci-misc/nltk/metadata.xml
@@ -8,4 +8,7 @@
 NLTK is collection of natural language tools written in python language. It
 also contains huge corpora.
 </longdescription>
+  <upstream>
+    <remote-id type="github">nltk/nltk</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
@ 2020-09-23  0:14 Aisha Tammy
  0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-09-23  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     54b57a036e3a5b75c6fbbbd925c887a3c7b8cc62
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Sep 23 00:08:01 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Sep 23 00:11:52 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=54b57a03

sci-misc/nltk: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-misc/nltk/metadata.xml      | 14 --------------
 sci-misc/nltk/nltk-2.0.4.ebuild | 28 ----------------------------
 2 files changed, 42 deletions(-)

diff --git a/sci-misc/nltk/metadata.xml b/sci-misc/nltk/metadata.xml
deleted file mode 100644
index 844f6974f..000000000
--- a/sci-misc/nltk/metadata.xml
+++ /dev/null
@@ -1,14 +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>
-NLTK is collection of natural language tools written in python language. It
-also contains huge corpora.
-</longdescription>
-	<upstream>
-		<remote-id type="github">nltk/nltk</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sci-misc/nltk/nltk-2.0.4.ebuild b/sci-misc/nltk/nltk-2.0.4.ebuild
deleted file mode 100644
index de413e07e..000000000
--- a/sci-misc/nltk/nltk-2.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1
-
-DESCRIPTION="Natural language processing tool collection"
-HOMEPAGE="http://www.nltk.org/"
-SRC_URI="https://github.com/nltk/nltk/archive/2.0.4.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-	>=app-dicts/wordnet-2.0
-	sci-misc/pywordnet[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${P/_rc/rc}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-23  0:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06 10:23 [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2020-09-23  0:14 Aisha Tammy
2013-12-04 15:00 Justin Lecher
2011-10-25 17:16 Justin Lecher
2011-06-25 17:21 Justin Lecher
2011-06-24 17:09 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox