diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2015-02-02 10:07:57 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2015-02-02 10:07:57 +0000 |
commit | b3c8566ca6649ebf885f61157a7430069c73845e (patch) | |
tree | cb7f638154b915192296fd25d2c6b44013ac10a1 /dev-vcs | |
parent | Fix LICENSE. (diff) | |
download | gentoo-2-b3c8566ca6649ebf885f61157a7430069c73845e.tar.gz gentoo-2-b3c8566ca6649ebf885f61157a7430069c73845e.tar.bz2 gentoo-2-b3c8566ca6649ebf885f61157a7430069c73845e.zip |
Remove old versions of hg-git
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.5.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.6.0.ebuild | 25 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.6.1.ebuild | 25 |
4 files changed, 5 insertions, 76 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index 0f9810e817ef..fec87d3ccc7c 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.60 2015/01/26 09:44:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.61 2015/02/02 10:07:57 djc Exp $ + + 02 Feb 2015; Dirkjan Ochtman <djc@gentoo.org> -hg-git-0.5.0-r1.ebuild, + -hg-git-0.6.0.ebuild, -hg-git-0.6.1.ebuild: + Remove old versions of hg-git 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hg-git-0.7.0.ebuild: Stable for x86, wrt bug #535412 diff --git a/dev-vcs/hg-git/hg-git-0.5.0-r1.ebuild b/dev-vcs/hg-git/hg-git-0.5.0-r1.ebuild deleted file mode 100644 index e4803b279e80..000000000000 --- a/dev-vcs/hg-git/hg-git-0.5.0-r1.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-vcs/hg-git/hg-git-0.5.0-r1.ebuild,v 1.3 2014/08/09 10:31:59 nimiux Exp $ - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="push to and pull from a Git repository using Mercurial" -HOMEPAGE="http://hg-git.github.io https://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.3[${PYTHON_USEDEP}] - >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" diff --git a/dev-vcs/hg-git/hg-git-0.6.0.ebuild b/dev-vcs/hg-git/hg-git-0.6.0.ebuild deleted file mode 100644 index 9d1a8af5f28f..000000000000 --- a/dev-vcs/hg-git/hg-git-0.6.0.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-vcs/hg-git/hg-git-0.6.0.ebuild,v 1.1 2014/05/28 06:59:45 djc Exp $ - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="push to and pull from a Git repository using Mercurial" -HOMEPAGE="http://hg-git.github.io https://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.3[${PYTHON_USEDEP}] - >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" diff --git a/dev-vcs/hg-git/hg-git-0.6.1.ebuild b/dev-vcs/hg-git/hg-git-0.6.1.ebuild deleted file mode 100644 index 18fb3b0f8b6f..000000000000 --- a/dev-vcs/hg-git/hg-git-0.6.1.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-vcs/hg-git/hg-git-0.6.1.ebuild,v 1.1 2014/08/18 20:09:47 djc Exp $ - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="push to and pull from a Git repository using Mercurial" -HOMEPAGE="http://hg-git.github.io https://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.3[${PYTHON_USEDEP}] - >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" |