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

commit:     35499f3141ae447d03a553ff7459140266aa8f34
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 14:14:42 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 14:14:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=35499f31

'http://pypi.python.org/packages/source' found in thirdpartymirrors

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

---
 dev-python/numscons/ChangeLog              |    6 +++++-
 dev-python/numscons/metadata.xml           |    4 ++--
 dev-python/numscons/numscons-0.10.1.ebuild |   10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/dev-python/numscons/ChangeLog b/dev-python/numscons/ChangeLog
index eb85984..e25d3b8 100644
--- a/dev-python/numscons/ChangeLog
+++ b/dev-python/numscons/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-python/numscons
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> numscons-0.10.1.ebuild,
+  metadata.xml:
+  'http://pypi.python.org/packages/source' found in thirdpartymirrors
+
   26 Jun 2010; Justin Lecher <jlec@gentoo.org> numscons-0.10.1.ebuild:
   Python ABI fixes
 

diff --git a/dev-python/numscons/metadata.xml b/dev-python/numscons/metadata.xml
index 4ee20d4..34d18a4 100644
--- a/dev-python/numscons/metadata.xml
+++ b/dev-python/numscons/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>python</herd>
-<longdescription lang="en">
+	<herd>python</herd>
+	<longdescription lang="en">
   The aim is to provide a library to support most needs for compiled
   code building in numpy. Concretely, this means more advanced tools ala
   autoconf, better fortran support, more tools, and support for

diff --git a/dev-python/numscons/numscons-0.10.1.ebuild b/dev-python/numscons/numscons-0.10.1.ebuild
index 2dd1c1c..86a7c55 100644
--- a/dev-python/numscons/numscons-0.10.1.ebuild
+++ b/dev-python/numscons/numscons-0.10.1.ebuild
@@ -1,8 +1,8 @@
-# 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"
@@ -13,13 +13,13 @@ MP="$(get_version_component_range 1-2)"
 
 DESCRIPTION="Support library for building numpy with scons"
 HOMEPAGE="http://github.com/cournape/numscons/tree/master"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 IUSE=""
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 LICENSE="BSD"
 
-DEPEND="dev-util/scons"
 #yes, it needs scons to work
-RDEPEND="dev-util/scons"
+DEPEND="dev-util/scons"
+RDEPEND="${DEPEND}"



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

* [gentoo-commits] proj/sci:master commit in: dev-python/numscons/
@ 2011-08-15 17:31 Kacper Kowalik
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik @ 2011-08-15 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     25472952dde6cf1e1c106c813dce6feb32d1638d
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 17:30:58 2011 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 17:30:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=25472952

[dev-python/numscons] obsolete

---
 dev-python/numscons/ChangeLog              |   17 -----------------
 dev-python/numscons/metadata.xml           |   11 -----------
 dev-python/numscons/numscons-0.10.1.ebuild |   25 -------------------------
 3 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/dev-python/numscons/ChangeLog b/dev-python/numscons/ChangeLog
deleted file mode 100644
index e25d3b8..0000000
--- a/dev-python/numscons/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for dev-python/numscons
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  25 Jun 2011; Justin Lecher <jlec@gentoo.org> numscons-0.10.1.ebuild,
-  metadata.xml:
-  'http://pypi.python.org/packages/source' found in thirdpartymirrors
-
-  26 Jun 2010; Justin Lecher <jlec@gentoo.org> numscons-0.10.1.ebuild:
-  Python ABI fixes
-
-*numscons-0.10.1 (04 Sep 2009)
-
-  04 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org>
-  +numscons-0.10.1.ebuild, +metadata.xml:
-  Initial import
-

diff --git a/dev-python/numscons/metadata.xml b/dev-python/numscons/metadata.xml
deleted file mode 100644
index 34d18a4..0000000
--- a/dev-python/numscons/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>python</herd>
-	<longdescription lang="en">
-  The aim is to provide a library to support most needs for compiled
-  code building in numpy. Concretely, this means more advanced tools ala
-  autoconf, better fortran support, more tools, and support for
-  numpy.distutils / scons cooperation.
-</longdescription>
-</pkgmetadata>

diff --git a/dev-python/numscons/numscons-0.10.1.ebuild b/dev-python/numscons/numscons-0.10.1.ebuild
deleted file mode 100644
index 86a7c55..0000000
--- a/dev-python/numscons/numscons-0.10.1.ebuild
+++ /dev/null
@@ -1,25 +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"
-
-inherit distutils versionator
-
-MP="$(get_version_component_range 1-2)"
-
-DESCRIPTION="Support library for building numpy with scons"
-HOMEPAGE="http://github.com/cournape/numscons/tree/master"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-
-#yes, it needs scons to work
-DEPEND="dev-util/scons"
-RDEPEND="${DEPEND}"



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

end of thread, other threads:[~2011-08-15 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15 17:31 [gentoo-commits] proj/sci:master commit in: dev-python/numscons/ Kacper Kowalik
  -- strict thread matches above, loose matches on Subject: below --
2011-06-25 17:22 Justin Lecher

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