From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D08A139694 for ; Sat, 18 Feb 2017 07:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EE1FE0C5E; Sat, 18 Feb 2017 07:34:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CA1CE0C5E for ; Sat, 18 Feb 2017 07:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 661C1340EF6 for ; Sat, 18 Feb 2017 07:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C6A14BD4 for ; Sat, 18 Feb 2017 07:34:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487403284.a3f557a283a7bf876a4ec80c73cccb0f6a93ada3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/cvs2svn/Manifest dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild X-VCS-Directories: dev-vcs/cvs2svn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3f557a283a7bf876a4ec80c73cccb0f6a93ada3 X-VCS-Branch: master Date: Sat, 18 Feb 2017 07:34:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ba3a703-d715-4288-b592-60727926462c X-Archives-Hash: 1f48281c4f2117f3d7867de7c3219247 commit: a3f557a283a7bf876a4ec80c73cccb0f6a93ada3 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 17 23:13:41 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 18 07:34:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f557a2 dev-vcs/cvs2svn: Clean old version up dev-vcs/cvs2svn/Manifest | 1 - dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild | 55 ------------------------------------ 2 files changed, 56 deletions(-) diff --git a/dev-vcs/cvs2svn/Manifest b/dev-vcs/cvs2svn/Manifest index 0eca2ed448..f526018382 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 5f02680798..0000000000 --- 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}/" -}