summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/aplpy/ChangeLog5
-rw-r--r--dev-python/aplpy/aplpy-0.9.6.ebuild31
-rw-r--r--dev-python/stsci-distutils/ChangeLog8
-rw-r--r--dev-python/stsci-distutils/stsci-distutils-0.3.ebuild (renamed from dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild)2
4 files changed, 12 insertions, 34 deletions
diff --git a/dev-python/aplpy/ChangeLog b/dev-python/aplpy/ChangeLog
index c56ebee69b97..f8c5894eeff6 100644
--- a/dev-python/aplpy/ChangeLog
+++ b/dev-python/aplpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/aplpy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/ChangeLog,v 1.5 2012/03/02 05:37:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/ChangeLog,v 1.6 2012/03/02 10:40:26 xarthisius Exp $
+
+ 02 Mar 2012; Kacper Kowalik <xarthisius@gentoo.org> -aplpy-0.9.6.ebuild:
+ Version bump, drop old
*aplpy-0.9.7 (02 Mar 2012)
diff --git a/dev-python/aplpy/aplpy-0.9.6.ebuild b/dev-python/aplpy/aplpy-0.9.6.ebuild
deleted file mode 100644
index 319d43dfa1ec..000000000000
--- a/dev-python/aplpy/aplpy-0.9.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.6.ebuild,v 1.2 2011/08/09 15:59:21 xarthisius Exp $
-
-EAPI=2
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MYP=APLpy-${PV}
-
-DESCRIPTION="Astronomical Plotting Library in Python"
-HOMEPAGE="http://aplpy.github.com/ http://pypi.python.org/pypi/APLpy"
-SRC_URI="https://github.com/downloads/${PN}/${PN}/${MYP}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/numpy"
-RDEPEND="${DEPEND}
- dev-python/matplotlib
- dev-python/pyfits
- dev-python/pywcs"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-S=${WORKDIR}/${MYP}
diff --git a/dev-python/stsci-distutils/ChangeLog b/dev-python/stsci-distutils/ChangeLog
index 97cc6fb3a876..151a0327eae5 100644
--- a/dev-python/stsci-distutils/ChangeLog
+++ b/dev-python/stsci-distutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/stsci-distutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.3 2012/02/16 09:49:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.4 2012/03/02 10:36:30 xarthisius Exp $
+
+*stsci-distutils-0.3 (02 Mar 2012)
+
+ 02 Mar 2012; Kacper Kowalik <xarthisius@gentoo.org>
+ +stsci-distutils-0.3.ebuild, -stsci-distutils-0.2.2.ebuild:
+ Version bump, drop old
16 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org>
stsci-distutils-0.2.2.ebuild:
diff --git a/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild
index c60dcb9374d7..a97b250a7f19 100644
--- a/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild
+++ b/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.2.2.ebuild,v 1.3 2012/02/16 09:49:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild,v 1.1 2012/03/02 10:36:30 xarthisius Exp $
EAPI=3