summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-19 18:30:53 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-19 18:30:53 +0000
commite5348cafdba8d7fadf4d826864b5ee2f02570218 (patch)
treed35cd7774b7f877fd2d8f4d0b0c95371e5147236 /dev-python/hgdistver
parentCleanup old masks. (diff)
downloadgentoo-2-e5348cafdba8d7fadf4d826864b5ee2f02570218.tar.gz
gentoo-2-e5348cafdba8d7fadf4d826864b5ee2f02570218.tar.bz2
gentoo-2-e5348cafdba8d7fadf4d826864b5ee2f02570218.zip
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/hgdistver')
-rw-r--r--dev-python/hgdistver/ChangeLog8
-rw-r--r--dev-python/hgdistver/hgdistver-0.16-r1.ebuild26
-rw-r--r--dev-python/hgdistver/hgdistver-0.16.ebuild28
-rw-r--r--dev-python/hgdistver/hgdistver-0.18.ebuild25
4 files changed, 6 insertions, 81 deletions
diff --git a/dev-python/hgdistver/ChangeLog b/dev-python/hgdistver/ChangeLog
index a2d4c207a957..581112d59bff 100644
--- a/dev-python/hgdistver/ChangeLog
+++ b/dev-python/hgdistver/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/hgdistver
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.19 2014/12/06 16:43:23 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.20 2015/02/19 18:30:53 mrueg Exp $
+
+ 19 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -hgdistver-0.16-r1.ebuild,
+ -hgdistver-0.16.ebuild, -hgdistver-0.18.ebuild:
+ Remove old.
06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> hgdistver-0.22.ebuild:
Stable for ia64, wrt bug #530472
diff --git a/dev-python/hgdistver/hgdistver-0.16-r1.ebuild b/dev-python/hgdistver/hgdistver-0.16-r1.ebuild
deleted file mode 100644
index 3a591484db58..000000000000
--- a/dev-python/hgdistver/hgdistver-0.16-r1.ebuild
+++ /dev/null
@@ -1,26 +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/hgdistver/hgdistver-0.16-r1.ebuild,v 1.10 2014/06/23 02:36:02 idella4 Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
-
-inherit distutils-r1
-
-DESCRIPTION="utility lib to generate python package version infos from mercurial tags"
-HOMEPAGE="http://bitbucket.org/RonnyPfannschmidt/hgdistver/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- # https://bitbucket.org/RonnyPfannschmidt/hgdistver/issue/9/test-failures; train wreck
- py.test || die "Tests failed under ${EPYTHON}"
-}
diff --git a/dev-python/hgdistver/hgdistver-0.16.ebuild b/dev-python/hgdistver/hgdistver-0.16.ebuild
deleted file mode 100644
index 5cc38414581c..000000000000
--- a/dev-python/hgdistver/hgdistver-0.16.ebuild
+++ /dev/null
@@ -1,28 +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/hgdistver/hgdistver-0.16.ebuild,v 1.3 2014/06/08 11:08:24 hattya Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="utility lib to generate python package version infos from mercurial tags"
-HOMEPAGE="http://bitbucket.org/RonnyPfannschmidt/hgdistver/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools
- test? ( dev-python/pytest )"
-RDEPEND=""
-
-#src_test() {
-# testing() {
-# PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" py.test
-# }
-# python_execute_function testing
-#}
diff --git a/dev-python/hgdistver/hgdistver-0.18.ebuild b/dev-python/hgdistver/hgdistver-0.18.ebuild
deleted file mode 100644
index 0626a4614fa4..000000000000
--- a/dev-python/hgdistver/hgdistver-0.18.ebuild
+++ /dev/null
@@ -1,25 +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/hgdistver/hgdistver-0.18.ebuild,v 1.2 2014/07/03 13:08:38 klausman Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="utility lib to generate python package version infos from mercurial tags"
-HOMEPAGE="http://bitbucket.org/RonnyPfannschmidt/hgdistver/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test || die "Tests failed under ${EPYTHON}"
-}