diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2014-05-28 07:03:27 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2014-05-28 07:03:27 +0000 |
commit | 519418d64037d2843b6fff373ec2f38106b68332 (patch) | |
tree | 10168838037b1ddadcf9ca466e999a6f424ffb5c /dev-vcs/hg-git | |
parent | Version bump hg-git to 0.6.0 (diff) | |
download | gentoo-2-519418d64037d2843b6fff373ec2f38106b68332.tar.gz gentoo-2-519418d64037d2843b6fff373ec2f38106b68332.tar.bz2 gentoo-2-519418d64037d2843b6fff373ec2f38106b68332.zip |
Remove old versions
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Diffstat (limited to 'dev-vcs/hg-git')
-rw-r--r-- | dev-vcs/hg-git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.3.3.ebuild | 26 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.3.4.ebuild | 31 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.5.0.ebuild | 26 |
4 files changed, 5 insertions, 84 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index 633661de0585..43f413a02077 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.52 2014/05/28 06:59:45 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.53 2014/05/28 07:03:27 djc Exp $ + + 28 May 2014; Dirkjan Ochtman <djc@gentoo.org> -hg-git-0.3.3.ebuild, + -hg-git-0.3.4.ebuild, -hg-git-0.5.0.ebuild: + Remove old versions *hg-git-0.6.0 (28 May 2014) diff --git a/dev-vcs/hg-git/hg-git-0.3.3.ebuild b/dev-vcs/hg-git/hg-git-0.3.3.ebuild deleted file mode 100644 index 6f115c385296..000000000000 --- a/dev-vcs/hg-git/hg-git-0.3.3.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.3.ebuild,v 1.3 2012/11/20 20:58:58 ago 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" diff --git a/dev-vcs/hg-git/hg-git-0.3.4.ebuild b/dev-vcs/hg-git/hg-git-0.3.4.ebuild deleted file mode 100644 index aabdd00aac96..000000000000 --- a/dev-vcs/hg-git/hg-git-0.3.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 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.4.ebuild,v 1.3 2013/05/14 09:38:55 ago Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit eutils 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" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}"/${P}-git_handler-bookmarks-hg25.patch -} diff --git a/dev-vcs/hg-git/hg-git-0.5.0.ebuild b/dev-vcs/hg-git/hg-git-0.5.0.ebuild deleted file mode 100644 index 0511c93f1f4e..000000000000 --- a/dev-vcs/hg-git/hg-git-0.5.0.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-vcs/hg-git/hg-git-0.5.0.ebuild,v 1.1 2014/01/06 09:54:27 grobian Exp $ - -EAPI="5" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit eutils 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.9.4" -DEPEND="${RDEPEND} - dev-python/setuptools" - -PYTHON_MODNAME="hggit" |