summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 11:12:47 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 11:12:47 +0000
commiteeb6ed18e32368b5d1dba7c5ed54df4f382bfbd8 (patch)
tree00fbbd6ca8c5435e469eccdd52bcbad302e04ef8 /dev-python/nosexcover
parentRemove old. (diff)
downloadgentoo-2-eeb6ed18e32368b5d1dba7c5ed54df4f382bfbd8.tar.gz
gentoo-2-eeb6ed18e32368b5d1dba7c5ed54df4f382bfbd8.tar.bz2
gentoo-2-eeb6ed18e32368b5d1dba7c5ed54df4f382bfbd8.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/nosexcover')
-rw-r--r--dev-python/nosexcover/ChangeLog6
-rw-r--r--dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild23
-rw-r--r--dev-python/nosexcover/nosexcover-1.0.7.ebuild25
-rw-r--r--dev-python/nosexcover/nosexcover-1.0.8.ebuild23
4 files changed, 5 insertions, 72 deletions
diff --git a/dev-python/nosexcover/ChangeLog b/dev-python/nosexcover/ChangeLog
index 544037be1666..1a8e969c7201 100644
--- a/dev-python/nosexcover/ChangeLog
+++ b/dev-python/nosexcover/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/nosexcover
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nosexcover/ChangeLog,v 1.9 2015/01/26 10:25:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nosexcover/ChangeLog,v 1.10 2015/01/26 11:12:47 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -nosexcover-1.0.7-r1.ebuild,
+ -nosexcover-1.0.7.ebuild, -nosexcover-1.0.8.ebuild:
+ Remove old.
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> nosexcover-1.0.10.ebuild:
Stable for x86, wrt bug #535344
diff --git a/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild b/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild
deleted file mode 100644
index e24b556b37ea..000000000000
--- a/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild,v 1.3 2014/03/31 21:22:04 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports"
-HOMEPAGE="https://github.com/cmheisel/nose-xcover/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
diff --git a/dev-python/nosexcover/nosexcover-1.0.7.ebuild b/dev-python/nosexcover/nosexcover-1.0.7.ebuild
deleted file mode 100644
index a907ad2f5930..000000000000
--- a/dev-python/nosexcover/nosexcover-1.0.7.ebuild
+++ /dev/null
@@ -1,25 +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/nosexcover/nosexcover-1.0.7.ebuild,v 1.2 2013/01/02 20:02:05 prometheanfire Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports"
-HOMEPAGE="https://github.com/cmheisel/nose-xcover/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools
- dev-python/nose
- dev-python/coverage"
-RDEPEND="${DEPEND}"
diff --git a/dev-python/nosexcover/nosexcover-1.0.8.ebuild b/dev-python/nosexcover/nosexcover-1.0.8.ebuild
deleted file mode 100644
index 14f8ddea9437..000000000000
--- a/dev-python/nosexcover/nosexcover-1.0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nosexcover/nosexcover-1.0.8.ebuild,v 1.4 2014/03/31 21:22:04 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports"
-HOMEPAGE="https://github.com/cmheisel/nose-xcover/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- >=dev-python/coverage-3.4[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"