summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-22 15:38:50 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-22 15:38:50 +0000
commitd398b1e59a90a23bdf17bf622c8be413076424eb (patch)
tree56e2ffeebbf0826e70450a4df436f490e1a4b0de /dev-python/python-biggles/python-biggles-1.6.5.ebuild
parentMask net-wireless/gnome-bluetooth:0 and net-wireless/libbtctl for removal (diff)
downloadgentoo-2-d398b1e59a90a23bdf17bf622c8be413076424eb.tar.gz
gentoo-2-d398b1e59a90a23bdf17bf622c8be413076424eb.tar.bz2
gentoo-2-d398b1e59a90a23bdf17bf622c8be413076424eb.zip
Delete older ebuilds.
(Portage version: 2.2_rc86_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-biggles/python-biggles-1.6.5.ebuild')
-rw-r--r--dev-python/python-biggles/python-biggles-1.6.5.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/python-biggles/python-biggles-1.6.5.ebuild b/dev-python/python-biggles/python-biggles-1.6.5.ebuild
deleted file mode 100644
index 77dd90c4f5b1..000000000000
--- a/dev-python/python-biggles/python-biggles-1.6.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 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.5.ebuild,v 1.1 2009/07/14 21:14:07 fauli Exp $
-
-EAPI=2
-
-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[X]
- dev-python/numpy
- x11-libs/libSM
- x11-libs/libXext"
-RDEPEND="${DEPEND}"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-LICENSE="GPL-2"
-
-PYTHON_MODNAME=biggles
-
-src_install() {
- distutils_src_install
-
- dodir /usr/share/doc/${PF}/examples
- cp -r examples/* "${D}/usr/share/doc/${PF}/examples"
-}