summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-22 10:58:03 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-22 10:58:03 +0000
commit7a55b711896b3a54d55c683e46a410d7d225757d (patch)
treea4233c3904352832d2fa3307bb4d0340edc5e063 /dev-python/ets
parentamd64/ppc/ppc64/x86 stable, bug #540494 (diff)
downloadgentoo-2-7a55b711896b3a54d55c683e46a410d7d225757d.tar.gz
gentoo-2-7a55b711896b3a54d55c683e46a410d7d225757d.tar.bz2
gentoo-2-7a55b711896b3a54d55c683e46a410d7d225757d.zip
Remove old version with removed deps.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/ets')
-rw-r--r--dev-python/ets/ChangeLog7
-rw-r--r--dev-python/ets/ets-4.3.0-r1.ebuild40
2 files changed, 5 insertions, 42 deletions
diff --git a/dev-python/ets/ChangeLog b/dev-python/ets/ChangeLog
index b46844b98c52..d10f216b1400 100644
--- a/dev-python/ets/ChangeLog
+++ b/dev-python/ets/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ets
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ets/ChangeLog,v 1.20 2014/01/29 18:31:18 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ets/ChangeLog,v 1.21 2015/02/22 10:58:03 mgorny Exp $
+
+ 22 Feb 2015; Michał Górny <mgorny@gentoo.org> -ets-4.3.0-r1.ebuild:
+ Remove old version with removed deps.
*ets-4.4.1 (29 Jan 2014)
diff --git a/dev-python/ets/ets-4.3.0-r1.ebuild b/dev-python/ets/ets-4.3.0-r1.ebuild
deleted file mode 100644
index 82866c7dbe3b..000000000000
--- a/dev-python/ets/ets-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ets/ets-4.3.0-r1.ebuild,v 1.2 2013/08/25 03:10:46 floppym Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Meta package for the Enthought Tool Suite"
-HOMEPAGE="http://code.enthought.com/projects/ http://pypi.python.org/pypi/ets"
-SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-# see the setup_data.py file for version numbers
-RDEPEND="
- >=dev-python/apptools-4.2.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/blockcanvas-4.0.3[doc?,${PYTHON_USEDEP}]
- >=dev-python/casuarius-1.1[${PYTHON_USEDEP}]
- >=dev-python/chaco-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/codetools-4.1.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/enable-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/enaml-0.6.8[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/encore-0.3[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/envisage-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/etsdevtools-4.0.2[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/etsproxy-0.1.2[${PYTHON_USEDEP}]
- >=dev-python/graphcanvas-4.0.2[examples?,${PYTHON_USEDEP}]
- >=sci-visualization/mayavi-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/pyface-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/scimath-4.1.2[doc?,${PYTHON_USEDEP}]
- >=dev-python/traits-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/traitsui-4.3.0[doc?,examples?,${PYTHON_USEDEP}]"
-
-DEPEND=""