summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-08 08:43:15 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-08 08:43:15 +0000
commitf3ca0224e9095bdad3ad65a1c2f51f18ff034fda (patch)
treef84cdc203e7ca6016ea4ce09090e0fb58ced3b8f /dev-python/sphinxcontrib-issuetracker
parentSet CFLAGS to have at least -Wno-error because upstream refused to fix the br... (diff)
downloadgentoo-2-f3ca0224e9095bdad3ad65a1c2f51f18ff034fda.tar.gz
gentoo-2-f3ca0224e9095bdad3ad65a1c2f51f18ff034fda.tar.bz2
gentoo-2-f3ca0224e9095bdad3ad65a1c2f51f18ff034fda.zip
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sphinxcontrib-issuetracker')
-rw-r--r--dev-python/sphinxcontrib-issuetracker/ChangeLog6
-rw-r--r--dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.9.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-python/sphinxcontrib-issuetracker/ChangeLog b/dev-python/sphinxcontrib-issuetracker/ChangeLog
index 98d29af7925e..28ca6667cddf 100644
--- a/dev-python/sphinxcontrib-issuetracker/ChangeLog
+++ b/dev-python/sphinxcontrib-issuetracker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/sphinxcontrib-issuetracker
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-issuetracker/ChangeLog,v 1.10 2012/09/08 08:40:52 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-issuetracker/ChangeLog,v 1.11 2012/09/08 08:43:15 johu Exp $
+
+ 08 Sep 2012; Johannes Huber <johu@gentoo.org>
+ -sphinxcontrib-issuetracker-0.9.ebuild:
+ Remove old.
08 Sep 2012; Johannes Huber <johu@gentoo.org>
sphinxcontrib-issuetracker-0.10.1.ebuild:
diff --git a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.9.ebuild b/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.9.ebuild
deleted file mode 100644
index 5437f3b2f6a9..000000000000
--- a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.9.ebuild,v 1.6 2012/05/21 12:00:59 johu Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_DEPEND="2:2.6"
-RESTRICT_PYTHON_ABIS="2.5 3.*"
-PYTHON_TESTS_RESTRICTED_ABIS="*-jython *-pypy-*"
-DISTUTILS_SRC_TEST="py.test"
-
-inherit distutils
-
-DESCRIPTION="Extension to sphinx to create links to issue trackers"
-HOMEPAGE="http://packages.python.org/sphinxcontrib-issuetracker/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/sphinx-1.0"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- test? (
- dev-python/mock
- dev-python/pyquery
- )"
-
-PYTHON_MODNAME="${PN/-//}.py"
-
-src_prepare() {
- distutils_src_prepare
-
- # Tests from tests/test_stylesheet.py require dev-python/PyQt4[X,webkit]
- # and virtualx.eclass.
- rm tests/test_stylesheet.py || die
-}