summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/setuptools_hg')
-rw-r--r--dev-python/setuptools_hg/ChangeLog7
-rw-r--r--dev-python/setuptools_hg/setuptools_hg-0.4.ebuild23
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-python/setuptools_hg/ChangeLog b/dev-python/setuptools_hg/ChangeLog
index 3fc013d7bb6a..381cd4afbe63 100644
--- a/dev-python/setuptools_hg/ChangeLog
+++ b/dev-python/setuptools_hg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/setuptools_hg
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.7 2014/11/25 11:28:53 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.8 2015/02/02 14:47:20 mrueg Exp $
+
+ 02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -setuptools_hg-0.4.ebuild:
+ Remove old.
25 Nov 2014; Pacho Ramos <pacho@gentoo.org> setuptools_hg-0.4-r1.ebuild:
Support python 3.4
diff --git a/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild b/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild
deleted file mode 100644
index 80039d03fbe8..000000000000
--- a/dev-python/setuptools_hg/setuptools_hg-0.4.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/setuptools_hg/setuptools_hg-0.4.ebuild,v 1.2 2014/08/10 21:21:52 slyfox Exp $
-
-EAPI="4"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control"
-HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/setuptools_hg/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-vcs/mercurial"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-PYTHON_MODNAME="${PN}.py"