diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-14 21:04:48 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-14 21:04:48 +0000 |
commit | 52c47995dfac3187f2f753bca632e80852ace130 (patch) | |
tree | cb0037676ddaac7bd01ff8f165d32fe7a10f4a9e /dev-python/python-biggles | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-52c47995dfac3187f2f753bca632e80852ace130.tar.gz gentoo-2-52c47995dfac3187f2f753bca632e80852ace130.tar.bz2 gentoo-2-52c47995dfac3187f2f753bca632e80852ace130.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/python-biggles')
-rw-r--r-- | dev-python/python-biggles/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-biggles/python-biggles-1.6.3.ebuild | 31 | ||||
-rw-r--r-- | dev-python/python-biggles/python-biggles-1.6.4.ebuild | 39 |
3 files changed, 6 insertions, 72 deletions
diff --git a/dev-python/python-biggles/ChangeLog b/dev-python/python-biggles/ChangeLog index 82e2f3018551..d921f006ac37 100644 --- a/dev-python/python-biggles/ChangeLog +++ b/dev-python/python-biggles/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-biggles -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.13 2008/03/10 15:20:30 beandog Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.14 2009/07/14 21:04:48 fauli Exp $ + + 14 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + -python-biggles-1.6.3.ebuild, -python-biggles-1.6.4.ebuild: + clean up 10 Mar 2008; Steve Dibb <beandog@gentoo.org> python-biggles-1.6.4-r1.ebuild: diff --git a/dev-python/python-biggles/python-biggles-1.6.3.ebuild b/dev-python/python-biggles/python-biggles-1.6.3.ebuild deleted file mode 100644 index c26018177544..000000000000 --- a/dev-python/python-biggles/python-biggles-1.6.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.11 2007/08/24 23:12:49 coldwind Exp $ - -inherit eutils distutils - -DESCRIPTION="A Python module for creating publication-quality 2D scientific plots." -SRC_URI="mirror://sourceforge/biggles/${P}.tar.gz" -HOMEPAGE="http://biggles.sourceforge.net" - -DEPEND="~media-libs/plotutils-2.4.1 - dev-python/numeric - x11-libs/libSM - x11-libs/libXext" -RDEPEND="${DEPEND}" - -IUSE="" -SLOT="0" -KEYWORDS="x86" -LICENSE="GPL-2" - -DOCS="examples/*" - -pkg_setup() { - if ! built_with_use media-libs/plotutils X ; then - eerror "${P} needs media-libs/plotutils built with" - eerror "USE=\"X\", please rebuild it with X enabled" - eerror "and emerge ${P} again." - die "media-libs/plotutils built without USE=\"X\"" - fi -} diff --git a/dev-python/python-biggles/python-biggles-1.6.4.ebuild b/dev-python/python-biggles/python-biggles-1.6.4.ebuild deleted file mode 100644 index 22fdac0def7e..000000000000 --- a/dev-python/python-biggles/python-biggles-1.6.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.4.ebuild,v 1.5 2007/08/24 23:12:49 coldwind Exp $ - -inherit distutils - -MY_P=${P/python/python2} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A Python module for creating publication-quality 2D scientific plots." -SRC_URI="mirror://sourceforge/biggles/${MY_P}.tar.gz" -HOMEPAGE="http://biggles.sourceforge.net" - -DEPEND="~media-libs/plotutils-2.4.1 - dev-python/numeric - x11-libs/libSM - x11-libs/libXext" -RDEPEND="${DEPEND}" - -IUSE="" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" -LICENSE="GPL-2" - -pkg_setup() { - if ! built_with_use media-libs/plotutils X ; then - eerror "${P} needs media-libs/plotutils built with" - eerror "USE=\"X\", please rebuild it with X enabled" - eerror "and emerge ${P} again." - die "media-libs/plotutils built without USE=\"X\"" - fi -} - -src_install() { - distutils_src_install - - dodir /usr/share/doc/${PF}/examples - cp -r examples/* ${D}/usr/share/doc/${PF}/examples -} |