summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-29 00:21:56 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-29 00:21:56 +0000
commit88ec3f6bdfeed3174a28577e2be0d63fe73434e4 (patch)
treeaed08e1ad9c56c18fefef0fb4befe97d2c87d5ac /dev-python/networkx
parenteapi=3; stable amd64 (diff)
downloadhistorical-88ec3f6bdfeed3174a28577e2be0d63fe73434e4.tar.gz
historical-88ec3f6bdfeed3174a28577e2be0d63fe73434e4.tar.bz2
historical-88ec3f6bdfeed3174a28577e2be0d63fe73434e4.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/networkx')
-rw-r--r--dev-python/networkx/networkx-1.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/networkx/networkx-1.2.ebuild b/dev-python/networkx/networkx-1.2.ebuild
deleted file mode 100644
index ba0894ab12bb..000000000000
--- a/dev-python/networkx/networkx-1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.2.ebuild,v 1.2 2010/12/19 17:54:41 bicatali Exp $
-
-EAPI=3
-SUPPORT_PYTHON_ABIS="1"
-inherit distutils
-
-DESCRIPTION="Python tools to manipulate graphs and complex networks"
-HOMEPAGE="http://networkx.lanl.gov"
-SRC_URI="http://networkx.lanl.gov/download/networkx/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
-LICENSE="LGPL-2.1"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND="examples? (
- dev-python/pygraphviz
- dev-python/matplotlib
- dev-python/pyyaml
- dev-python/pyparsing
- sci-libs/scipy )"
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_install() {
- distutils_src_install
- rm "${ED}"usr/share/doc/${PF}/{LICENSE,INSTALL}.txt || die
- use examples || rm -r "${ED}"usr/share/doc/${PF}/examples
-}