diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-09-14 09:12:16 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-09-14 09:16:21 -0600 |
commit | 25d185370f33be70af599c8d0fd2b0056e01a0a0 (patch) | |
tree | dcaa86e06e13caaa022f2f37aa1ef434cfae989e /dev-vcs | |
parent | dev-vcs/hg-fast-export: remove old (diff) | |
download | gentoo-25d185370f33be70af599c8d0fd2b0056e01a0a0.tar.gz gentoo-25d185370f33be70af599c8d0fd2b0056e01a0a0.tar.bz2 gentoo-25d185370f33be70af599c8d0fd2b0056e01a0a0.zip |
dev-vcs/hg-fast-export: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-fast-export/Manifest | 2 | ||||
-rw-r--r-- | dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild | 39 | ||||
-rw-r--r-- | dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild | 39 |
3 files changed, 0 insertions, 80 deletions
diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest index d59c9d789214..97671d1f9e5d 100644 --- a/dev-vcs/hg-fast-export/Manifest +++ b/dev-vcs/hg-fast-export/Manifest @@ -1,3 +1 @@ -DIST hg-fast-export-20140706.tar.gz 14671 SHA256 cab19797e7903fc7c6aeee00317d27608d1724837554c2dea47ac531b348cd73 SHA512 1c7421f6944af822dd0a6b8ac23c31f198b15da77a16773c5fd80371c3e059e1f45c1e67e5d88cfcf130e648252a76d923badf7fa2e0e3bd1a32e561c1c8f150 WHIRLPOOL 43d96daf9a77b18c7e7e2fe5375107a00e2b92f4ee1ed303534dfff42077b0a27c52ab65b89f308e3f5bda23f58a4f073537c60c69e94fed7f191e22bb04a49c -DIST hg-fast-export-20150816.tar.gz 15245 SHA256 d1c31db38318ce8af1abcdc75a02ee9f738ff652f602309ce4ded884ad8d1406 SHA512 d6276c4f2eaaf580d2218f8561e9e60191dfcecdfbc612e0d216475fd16d1257c65ea95415cdd9a57a1c7f18773d616fad610a7931747e6579d6529e40a84a8a WHIRLPOOL fb6106fec5e33e26843d1967ce6f9eacb570906b5e77b62732820f85cc54eadcbd218a3e53c7fef00d9621865b0c976537e02c9f4c13a25fca53c57cf975d026 DIST hg-fast-export-20160914.tar.gz 11379 SHA256 1eb2c520f9fa93413d17e4a4551e3dde0dad31564498f1204b191741bd5a4763 SHA512 9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea WHIRLPOOL 53daa9e7ab09f39b76b3eea28fcf8be080a2841cbba146626aabc147c8f3343de06e9f1c9a9aae34f90a4d86eb138f234fe71bd554c723a70a3cb8cb1f0d40df diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild b/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild deleted file mode 100644 index 7763dc633ba1..000000000000 --- a/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 vcs-snapshot - -COMMIT="2c21922ad1795e1d305dac6bdb977f2e50eb809e" -DESCRIPTION="mercurial to git converter using git-fast-import" -HOMEPAGE="https://github.com/frej/fast-export" -SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm" -IUSE="" - -DEPEND="" -RDEPEND="dev-vcs/git - dev-vcs/mercurial - ${PYTHON_DEPS}" - -src_prepare() { - sed -e '/^PYTHON/s/python/&2.7/' \ - -e '/^PYTHON/s/PYTHON:/E&/g' \ - -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \ - -i "${PN}".sh || die - rm Makefile || die #don't compile old svn2git code -} - -src_install() { - newbin "${PN}".sh "${PN}" - dodoc README - python_foreach_impl python_doexe "${PN}".py - python_foreach_impl python_domodule hg2git.py -} diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild b/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild deleted file mode 100644 index 1d91066e0057..000000000000 --- a/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 vcs-snapshot - -COMMIT="3c27c693e13482059966003dd6545941b942a97a" -DESCRIPTION="mercurial to git converter using git-fast-import" -HOMEPAGE="https://github.com/frej/fast-export" -SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm" -IUSE="" - -DEPEND="" -RDEPEND="dev-vcs/git - dev-vcs/mercurial - ${PYTHON_DEPS}" - -src_prepare() { - sed -e '/^PYTHON/s/python/&2.7/' \ - -e '/^PYTHON/s/PYTHON:/E&/g' \ - -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \ - -i "${PN}".sh || die - rm Makefile || die #don't compile old svn2git code -} - -src_install() { - newbin "${PN}".sh "${PN}" - dodoc README - python_foreach_impl python_doexe "${PN}".py - python_foreach_impl python_domodule hg2git.py -} |