summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2013-05-03 12:22:33 +0000
committerDirkjan Ochtman <djc@gentoo.org>2013-05-03 12:22:33 +0000
commited2aee4440c809b503899b8f8acf4ba27d82b0a0 (patch)
treedee8ca4dfe7c1a9679620b83d97da579c277ebd6 /dev-vcs
parentVersion bump hg-git to 0.4.0. (diff)
downloadgentoo-2-ed2aee4440c809b503899b8f8acf4ba27d82b0a0.tar.gz
gentoo-2-ed2aee4440c809b503899b8f8acf4ba27d82b0a0.tar.bz2
gentoo-2-ed2aee4440c809b503899b8f8acf4ba27d82b0a0.zip
Remove old versions.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hg-git/ChangeLog6
-rw-r--r--dev-vcs/hg-git/hg-git-0.3.1.ebuild26
-rw-r--r--dev-vcs/hg-git/hg-git-0.3.2.ebuild26
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog
index 5a5c9c62dec3..483d1b7c966c 100644
--- a/dev-vcs/hg-git/ChangeLog
+++ b/dev-vcs/hg-git/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/hg-git
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.44 2013/05/03 12:21:28 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.45 2013/05/03 12:22:33 djc Exp $
+
+ 03 May 2013; Dirkjan Ochtman <djc@gentoo.org> -hg-git-0.3.1.ebuild,
+ -hg-git-0.3.2.ebuild:
+ Remove old versions.
*hg-git-0.4.0 (03 May 2013)
diff --git a/dev-vcs/hg-git/hg-git-0.3.1.ebuild b/dev-vcs/hg-git/hg-git-0.3.1.ebuild
deleted file mode 100644
index 9c7395a9a19d..000000000000
--- a/dev-vcs/hg-git/hg-git-0.3.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.1.ebuild,v 1.5 2012/01/28 15:32:28 phajdan.jr Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils eutils
-
-DESCRIPTION="push and pull from a Git server using Mercurial"
-HOMEPAGE="http://hg-git.github.com/ http://pypi.python.org/pypi/hg-git"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-vcs/mercurial-1.9
- >=dev-python/dulwich-0.8"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-PYTHON_MODNAME="hggit"
diff --git a/dev-vcs/hg-git/hg-git-0.3.2.ebuild b/dev-vcs/hg-git/hg-git-0.3.2.ebuild
deleted file mode 100644
index f025499c4f21..000000000000
--- a/dev-vcs/hg-git/hg-git-0.3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.2.ebuild,v 1.4 2012/06/08 11:40:43 phajdan.jr Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="push and pull from a Git server using Mercurial"
-HOMEPAGE="http://hg-git.github.com/ http://pypi.python.org/pypi/hg-git"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-vcs/mercurial-1.9
- >=dev-python/dulwich-0.8"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-PYTHON_MODNAME="hggit"