summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-07-04 03:51:26 +0000
committerIan Delaney <idella4@gentoo.org>2014-07-04 03:51:26 +0000
commit5b969f93f14cf1ad5fc8386415c445a212964025 (patch)
tree48df21ec6f42acfbd624435c2c29f54da211a71c /dev-python
parentRemove things that break compilation #515068 (diff)
downloadgentoo-2-5b969f93f14cf1ad5fc8386415c445a212964025.tar.gz
gentoo-2-5b969f93f14cf1ad5fc8386415c445a212964025.tar.bz2
gentoo-2-5b969f93f14cf1ad5fc8386415c445a212964025.zip
rm old unstable, closes Bug #514234
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nevow/ChangeLog5
-rw-r--r--dev-python/nevow/nevow-0.10.0-r1.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/dev-python/nevow/ChangeLog b/dev-python/nevow/ChangeLog
index 41d17d7d1e13..1014ed5c76ff 100644
--- a/dev-python/nevow/ChangeLog
+++ b/dev-python/nevow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nevow
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.51 2014/06/30 04:11:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.52 2014/07/04 03:51:26 idella4 Exp $
+
+ 04 Jul 2014; Ian Delaney <idella4@gentoo.org> -nevow-0.10.0-r1.ebuild:
+ rm old unstable, closes Bug #514234
*nevow-0.11.1 (30 Jun 2014)
diff --git a/dev-python/nevow/nevow-0.10.0-r1.ebuild b/dev-python/nevow/nevow-0.10.0-r1.ebuild
deleted file mode 100644
index d4f7e9ff537b..000000000000
--- a/dev-python/nevow/nevow-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,41 +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/nevow/nevow-0.10.0-r1.ebuild,v 1.2 2013/08/09 17:36:54 mgorny Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit twisted-r1
-
-DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit."
-HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow http://pypi.python.org/pypi/Nevow"
-SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
-IUSE="doc"
-
-DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
- dev-python/twisted-web[${PYTHON_USEDEP}]
- net-zope/zope-interface[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-TWISTED_PLUGINS=( nevow.plugins )
-
-python_test() {
- trial formless nevow || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- # TODO: prevent installing it
- rm -r "${D}"/usr/doc || die
-}