diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-18 00:13:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-18 08:34:44 +0100 |
commit | a3f557a283a7bf876a4ec80c73cccb0f6a93ada3 (patch) | |
tree | a03b40d23f2ef2a34034b462390fa24739a6652e /dev-vcs/cvs2svn | |
parent | 05dc16a486a2fade3604555f3f4781a3524af20b (diff) | |
download | gentoo-a3f557a283a7bf876a4ec80c73cccb0f6a93ada3.tar.gz gentoo-a3f557a283a7bf876a4ec80c73cccb0f6a93ada3.tar.xz |
dev-vcs/cvs2svn: Clean old version up
Diffstat (limited to 'dev-vcs/cvs2svn')
-rw-r--r-- | dev-vcs/cvs2svn/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-vcs/cvs2svn/Manifest b/dev-vcs/cvs2svn/Manifest index 0eca2ed448a..f5260183827 100644 --- a/dev-vcs/cvs2svn/Manifest +++ b/dev-vcs/cvs2svn/Manifest @@ -1,2 +1 @@ -DIST cvs2svn-2.1.1.tar.gz 389645 SHA256 bd724fb615a5ac1ea1f7aaa62cafad3404d82b9fd1922a1028b81ad0672f9f10 SHA512 32b901ad618b42c9d58324c8c1b933a97477cad2af886bd88e1ab9742728d9986367abf9f559f7f3e7757958c32e519eb4eb08e620522d51d3961a74911efb86 WHIRLPOOL 76d04fb94b12b098a9cf5cd8466982e7cb913db9043a76bfdc593e03c984c017f1999bf49296d8b733ad3653be37738694a7c4cfb54c8f9cb5d3a6234396c436 DIST cvs2svn-2.4.0.tar.gz 514891 SHA256 a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116 SHA512 726fb8a3b3261eeb6d8097973f2741aa7a433f847bcef6701a6c0b7dc3d8fb5da1726e40f008d1dffac71791b953ddb9ade5db5809c98731d78e94da6465506a WHIRLPOOL b1040b65c6d55ad3144e9ca8d358c7da6833f7990d766d32d7df3bec0949fd6fb66a1f4ccca6ec48bd4a39072deb9eb5f444e3efaee7ab299e086ee0edc72b02 diff --git a/dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild deleted file mode 100644 index 5f026807984..00000000000 --- a/dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -FILEVER="42521" - -DESCRIPTION="Convert a CVS repository to a Subversion repository" -HOMEPAGE="http://cvs2svn.tigris.org/" -SRC_URI="http://cvs2svn.tigris.org/files/documents/1462/${FILEVER}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc x86" -IUSE="" - -DEPEND=">=dev-vcs/subversion-1.0.9" -RDEPEND="${DEPEND} - dev-vcs/rcs" - -PYTHON_MODNAME="cvs2svn_lib cvs2svn_rcsparse" - -src_prepare() { - distutils_src_prepare - python_convert_shebangs -r 2 . -} - -src_install() { - distutils_src_install - insinto "/usr/share/${PN}" - doins -r contrib cvs2svn-example.options {profile-repos,show-db,verify-cvs2svn}.py - doman cvs2svn.1 -} - -src_test() { - # Need this because subversion is localized, but the tests aren't - export LC_ALL=C - - testing() { - "$(PYTHON)" run-tests.py - } - python_execute_function testing -} - -pkg_postinst() { - distutils_pkg_postinst - elog "Additional scripts and examples have been installed to:" - elog " /usr/share/${PN}/" -} |