[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/, profiles/, profiles/base/

2020-10-09 Thread Michał Górny
commit: aae2f4c1513e5c8ff5933dd05b39f5867e5b1231
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  9 07:47:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  9 07:47:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae2f4c1

dev-vcs/cvs2svn: Remove last-rited pkg

Closes: https://bugs.gentoo.org/735332
Signed-off-by: Michał Górny  gentoo.org>

 dev-vcs/cvs2svn/Manifest|  2 --
 dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild | 59 -
 dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild| 59 -
 dev-vcs/cvs2svn/metadata.xml| 10 --
 profiles/base/package.use.mask  |  1 -
 profiles/package.mask   |  1 -
 6 files changed, 132 deletions(-)

diff --git a/dev-vcs/cvs2svn/Manifest b/dev-vcs/cvs2svn/Manifest
deleted file mode 100644
index aa05662402f..000
--- a/dev-vcs/cvs2svn/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cvs2svn-2.4.0.tar.gz 514891 BLAKE2B 
0dd0d15ab28f96e56854295a789284a00ad8d172dbd849068fb05811a728f854d83b52856b6254ee0ac947425d972fb810b627aab95116040d4370bb98de6e0c
 SHA512 
726fb8a3b3261eeb6d8097973f2741aa7a433f847bcef6701a6c0b7dc3d8fb5da1726e40f008d1dffac71791b953ddb9ade5db5809c98731d78e94da6465506a
-DIST cvs2svn-2.5.0.tar.gz 539332 BLAKE2B 
54d70750c601c1d5c701f853686d958e9b8b92c4109d9294ec139d3cc8d4c9e102abed976fe9f845d0d0a1ccb65f504a08ef27f48bdf001254cf6e26087e50e2
 SHA512 
226972553c9d9cbae81c6e85079f4201944cf77ce68ebd6020ef2cd88bf457241739cef401c4bd3bf656b1992fbf84639b8df72d1921eee9d043fde94fba1c6a

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
deleted file mode 100644
index 57f5bc91811..000
--- a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-FILEVER="49237"
-
-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 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bazaar git test"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=dev-vcs/subversion-1.0.9"
-RDEPEND="${DEPEND}
-   bazaar? ( >=dev-vcs/bzr-1.13 )
-   git? ( >=dev-vcs/git-1.5.4.4 )
-   dev-vcs/rcs"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   distutils-r1_src_prepare
-   python_fix_shebang .
-}
-
-src_compile() {
-   distutils-r1_src_compile
-   emake man
-}
-
-src_install() {
-   distutils-r1_src_install
-   insinto "/usr/share/${PN}"
-   doins -r contrib cvs2{svn,git,bzr}-example.options
-   doman *.1
-}
-
-python_test() {
-   # Need this because subversion is localized, but the tests aren't
-   export LC_ALL=C
-   "${PYTHON}" -W ignore run-tests.py
-}
-
-pkg_postinst() {
-   elog "Additional scripts and examples have been installed to:"
-   elog "  /usr/share/${PN}/"
-}

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
deleted file mode 100644
index 54254fc1f2f..000
--- a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-FILEVER="49543"
-
-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 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bazaar git test"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=dev-vcs/subversion-1.0.9"
-RDEPEND="${DEPEND}
-   bazaar? ( >=dev-vcs/bzr-1.13 )
-   git? ( >=dev-vcs/git-1.5.4.4 )
-   dev-vcs/rcs"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   distutils-r1_src_prepare
-   python_fix_shebang .
-}
-
-src_compile() {
-   distutils-r1_src_compile
-   emake man
-}
-
-src_install() {
-   distutils-r1_src_install
-   insinto "/usr/share/${PN}"
-   doins -r contrib cvs2{svn,git,bzr}-example.options
-   doman *.1
-}
-
-python_test() {
-   # Need this because subversion is localized, but the tests aren't
-   export LC_ALL=C
-   "${PYTHON}" -W ignore run-tests.py
-}
-
-pkg_postinst() {
-   elog "Additional scripts and examples have been installed to:"
-   elog "  /usr/share/${PN}/"
-}

diff --git a/dev-vcs/cvs2svn/metadata.xml b/dev-vcs/cvs2svn/metadata.xml
deleted file mode 100644
index 3531d7d2985..000
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/

2019-04-03 Thread Ulrich Müller
commit: d26517c40de18a1ab672f9152b72db44b2d82f7c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Apr  3 10:53:14 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Apr  3 10:53:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26517c4

dev-vcs/cvs2svn: Drop python use dependencies on bzr and git.

Not needed, because no python bindings are used.

Acked-by: Lars Wendler  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild | 6 +++---
 dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild| 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
index bfdeb720bee..8f54c70877e 100644
--- a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
+++ b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,8 +21,8 @@ IUSE="bazaar git test"
 
 DEPEND=">=dev-vcs/subversion-1.0.9"
 RDEPEND="${DEPEND}
-   bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
-   git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
+   bazaar? ( >=dev-vcs/bzr-1.13 )
+   git? ( >=dev-vcs/git-1.5.4.4 )
dev-vcs/rcs"
 
 pkg_setup() {

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
index ad033bc6bdb..8d1c4ed57dc 100644
--- a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
+++ b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
@@ -21,8 +21,8 @@ IUSE="bazaar git test"
 
 DEPEND=">=dev-vcs/subversion-1.0.9"
 RDEPEND="${DEPEND}
-   bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
-   git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
+   bazaar? ( >=dev-vcs/bzr-1.13 )
+   git? ( >=dev-vcs/git-1.5.4.4 )
dev-vcs/rcs"
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/

2019-04-02 Thread Lars Wendler
commit: 09358d6ee22a5a53987ec6bb787c66460c1b0142
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  2 13:36:26 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  2 13:36:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09358d6e

dev-vcs/cvs2svn: Bump to version 2.5.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/cvs2svn/Manifest |  1 +
 dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-vcs/cvs2svn/Manifest b/dev-vcs/cvs2svn/Manifest
index d4739dafa52..aa05662402f 100644
--- a/dev-vcs/cvs2svn/Manifest
+++ b/dev-vcs/cvs2svn/Manifest
@@ -1 +1,2 @@
 DIST cvs2svn-2.4.0.tar.gz 514891 BLAKE2B 
0dd0d15ab28f96e56854295a789284a00ad8d172dbd849068fb05811a728f854d83b52856b6254ee0ac947425d972fb810b627aab95116040d4370bb98de6e0c
 SHA512 
726fb8a3b3261eeb6d8097973f2741aa7a433f847bcef6701a6c0b7dc3d8fb5da1726e40f008d1dffac71791b953ddb9ade5db5809c98731d78e94da6465506a
+DIST cvs2svn-2.5.0.tar.gz 539332 BLAKE2B 
54d70750c601c1d5c701f853686d958e9b8b92c4109d9294ec139d3cc8d4c9e102abed976fe9f845d0d0a1ccb65f504a08ef27f48bdf001254cf6e26087e50e2
 SHA512 
226972553c9d9cbae81c6e85079f4201944cf77ce68ebd6020ef2cd88bf457241739cef401c4bd3bf656b1992fbf84639b8df72d1921eee9d043fde94fba1c6a

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
new file mode 100644
index 000..ad033bc6bdb
--- /dev/null
+++ b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+FILEVER="49543"
+
+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 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="bazaar git test"
+
+DEPEND=">=dev-vcs/subversion-1.0.9"
+RDEPEND="${DEPEND}
+   bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
+   git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
+   dev-vcs/rcs"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   distutils-r1_src_prepare
+   python_fix_shebang .
+}
+
+src_compile() {
+   distutils-r1_src_compile
+   emake man
+}
+
+src_install() {
+   distutils-r1_src_install
+   insinto "/usr/share/${PN}"
+   doins -r contrib cvs2{svn,git,bzr}-example.options
+   doman *.1
+}
+
+python_test() {
+   # Need this because subversion is localized, but the tests aren't
+   export LC_ALL=C
+   "${PYTHON}" -W ignore run-tests.py
+}
+
+pkg_postinst() {
+   elog "Additional scripts and examples have been installed to:"
+   elog "  /usr/share/${PN}/"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/

2017-02-17 Thread Michał Górny
commit: a3f557a283a7bf876a4ec80c73cccb0f6a93ada3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 23:13:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 18 07:34:44 2017 +
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..00
--- 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}/"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/

2016-12-20 Thread Tobias Klausmann
commit: b1f9785a40e476aebc39488e90eb86d26c01b446
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Dec 20 15:29:38 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Dec 20 15:29:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f9785a

dev-vcs/cvs2svn-2.4.0-r1: stable on amd64

Gentoo-Bug: 593096

 dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
index 3e0d20b..339651d 100644
--- a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
+++ b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="http://cvs2svn.tigris.org/files/documents/1462/${FILEVER}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="bazaar git test"
 
 DEPEND=">=dev-vcs/subversion-1.0.9"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/

2016-10-16 Thread Tobias Klausmann
commit: 8ba6df32bb0fd7d2212bdfed712af847bee06d59
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Oct 16 17:45:25 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Oct 16 17:45:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba6df32

dev-vcs/cvs2svn-2.4.0-r1: stable on alpha

Gentoo-Bug: 593096

 dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
index 8d014b9..3e0d20b 100644
--- a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
+++ b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="http://cvs2svn.tigris.org/files/documents/1462/${FILEVER}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="bazaar git test"
 
 DEPEND=">=dev-vcs/subversion-1.0.9"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/

2016-04-23 Thread Lars Wendler
commit: e106ea4337c50007808ec4d9b19619f255fe683e
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 24 04:53:41 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 24 04:53:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e106ea43

dev-vcs/cvs2svn: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild | 64 
 1 file changed, 64 deletions(-)

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild
deleted file mode 100644
index d91533a..000
--- a/dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH_OR="berkdb gdbm"
-PYTHON_USE_WITH_OPT="test"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-FILEVER="49237"
-
-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 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bazaar git test"
-
-DEPEND=">=dev-vcs/subversion-1.0.9"
-RDEPEND="${DEPEND}
-   bazaar? ( >=dev-vcs/bzr-1.13 )
-   git? ( >=dev-vcs/git-1.5.4.4 )
-   dev-vcs/rcs"
-
-PYTHON_MODNAME="cvs2svn_lib cvs2svn_rcsparse"
-
-src_prepare() {
-   distutils_src_prepare
-   python_convert_shebangs -r 2 .
-}
-
-src_compile() {
-   distutils_src_compile
-   emake man
-}
-
-src_install() {
-   distutils_src_install
-   insinto "/usr/share/${PN}"
-   doins -r contrib cvs2{svn,git,bzr}-example.options
-   doman *.1
-}
-
-src_test() {
-   # Need this because subversion is localized, but the tests aren't
-   export LC_ALL=C
-
-   testing() {
-   "$(PYTHON)" -W ignore 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}/"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/

2016-04-23 Thread Lars Wendler
commit: 657202f124f9214334718acb4c57ab4b0324bd8c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 24 04:53:07 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 24 04:53:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657202f1

dev-vcs/cvs2svn: Revbump/EAPI-bump and conversion to distutils-r1 eclass

with a patch from idella4 in bug #541094.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild | 59 +
 1 file changed, 59 insertions(+)

diff --git a/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
new file mode 100644
index 000..8d014b9
--- /dev/null
+++ b/dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+FILEVER="49237"
+
+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 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="bazaar git test"
+
+DEPEND=">=dev-vcs/subversion-1.0.9"
+RDEPEND="${DEPEND}
+   bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
+   git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
+   dev-vcs/rcs"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   distutils-r1_src_prepare
+   python_fix_shebang .
+}
+
+src_compile() {
+   distutils-r1_src_compile
+   emake man
+}
+
+src_install() {
+   distutils-r1_src_install
+   insinto "/usr/share/${PN}"
+   doins -r contrib cvs2{svn,git,bzr}-example.options
+   doman *.1
+}
+
+python_test() {
+   # Need this because subversion is localized, but the tests aren't
+   export LC_ALL=C
+   "${PYTHON}" -W ignore run-tests.py
+}
+
+pkg_postinst() {
+   elog "Additional scripts and examples have been installed to:"
+   elog "  /usr/share/${PN}/"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/, dev-vcs/cvs2svn/files/

2015-08-27 Thread Manuel Rüger
commit: 52f1a7277cce3ffcf6add002063321bbe6f6cca5
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Fri Aug 28 03:29:07 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Fri Aug 28 03:29:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f1a727

dev-vcs/cvs2svn: Remove old

Package-Manager: portage-2.2.20.1

 dev-vcs/cvs2svn/Manifest   |  6 --
 dev-vcs/cvs2svn/cvs2svn-1.5.0.ebuild   | 55 ---
 dev-vcs/cvs2svn/cvs2svn-1.5.1.ebuild   | 55 ---
 dev-vcs/cvs2svn/cvs2svn-2.0.1.ebuild   | 55 ---
 dev-vcs/cvs2svn/cvs2svn-2.1.0.ebuild   | 55 ---
 dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild   | 60 
 dev-vcs/cvs2svn/cvs2svn-2.3.0.ebuild   | 64 --
 .../cvs2svn/files/2.2.0-deprecated-modules.patch   | 54 --
 8 files changed, 404 deletions(-)

diff --git a/dev-vcs/cvs2svn/Manifest b/dev-vcs/cvs2svn/Manifest
index 99a17eb..0eca2ed 100644
--- a/dev-vcs/cvs2svn/Manifest
+++ b/dev-vcs/cvs2svn/Manifest
@@ -1,8 +1,2 @@
-DIST cvs2svn-1.5.0.tar.gz 266057 SHA256 
12c282757043b8ffc98443175cbac218119e92ccc73e942da447659efaf23274 SHA512 
e6cbfcb541e8277091892e9ed26a35ce6fedfbf9d91659ba318bd10643ffae998a5a95d58056c56d4bdbd763f7de78e3592589a23c9ee04b6e43a6d617a09443
 WHIRLPOOL 
6f30dbdc6f084dfbe3e4c76a54a72dc073767ebc659d1815c672e0f6e84e4b3a0e0d89605da86d6d975c4d08b0c85c7ba956c623181a2a22ab7f568050b3d932
-DIST cvs2svn-1.5.1.tar.gz 266476 SHA256 
75e97351af93ee9e4803b5285e7f18f280e0f258d7e9139a1a1bf84e34146179 SHA512 
afe245ec913372bda27d4a5eb8fe41d8fff8b6f72dc9c57686c8d6144a10a0af9da7196136e1f3ed96fdb459f9e31cf6f226385ff47c0e3a63f7a0df9c0ea951
 WHIRLPOOL 
1ac7a61fcf5396257a06dbd5f70cab9778da673da9ac8281d77998c5ab6c1e38167a84e80313d548318128a3858f030500875e20531ff259f7b4eea54937be1c
-DIST cvs2svn-2.0.1.tar.gz 344924 SHA256 
323c16ba865106856f82cf8d278741735e433e6a56b00207b75408fb7ef7ebdd SHA512 
e754e3fc3e960643b8fb89c6d2aa97d741a1439e59d0e6e272fa5a18d099e3be9b713ec0b41c604844f6056582e917c7d11f30b2760a9d3dc2f98080757ea034
 WHIRLPOOL 
e731f594a5ee100c86a51d9953a3b812af76038437d82c0a76ac41c5cfb8a74b123d50ecd538714956d6d48e7d44f32e742aa8c034c4512f8dd6d0eec9d1cab6
-DIST cvs2svn-2.1.0.tar.gz 389401 SHA256 
b698b8aa138d3d8af07067f47068e9279871f4edbe2864ed056cf8a5a274ed54 SHA512 
d78365dc194064e9f108a2d316185acfb1d61eac75c331008f81ba76b4c4b7c329789acafa8b593eddfe97dd3a503e2dbd63d9b684d91c485a89e4b4b417602c
 WHIRLPOOL 
3e4dd3ad7e50d6d8505e817a9a44db9f44eb81b5291547ebc0c836091050297452939b59711e861e10a18e0d359f4eb2d5228a289c87984560bc777d3a28
 DIST cvs2svn-2.1.1.tar.gz 389645 SHA256 
bd724fb615a5ac1ea1f7aaa62cafad3404d82b9fd1922a1028b81ad0672f9f10 SHA512 
32b901ad618b42c9d58324c8c1b933a97477cad2af886bd88e1ab9742728d9986367abf9f559f7f3e7757958c32e519eb4eb08e620522d51d3961a74911efb86
 WHIRLPOOL 
76d04fb94b12b098a9cf5cd8466982e7cb913db9043a76bfdc593e03c984c017f1999bf49296d8b733ad3653be37738694a7c4cfb54c8f9cb5d3a6234396c436
-DIST cvs2svn-2.2.0.tar.gz 411531 SHA256 
372c57cfea369637cd49fd9d685d1ebaa2e84a9cf4ad301fcc63f9cb42161bea SHA512 
25a496b8ef46ecddfe94285f37fc8f0cf44a8775c6d8040c9748f21b93763416aa8831bfed7719708f4f897f455b884b59e4d1a8f766b7adf5a3195ab13b03e1
 WHIRLPOOL 
e17fcac8d77a5a75361dba7548eed04c2079c83ea9b4066146dc8290980b5cc1d9f6a57871c492ca6add0f803090df833ab93ce1b0dec3b1cb47d1172c498acd
-DIST cvs2svn-2.3.0.tar.gz 479373 SHA256 
d9d835e0c7df48966fbadf51527c25ebf1343b25179e3802f4637d4b96ba363e SHA512 
709a41f407fc58c939ab9cad9a06e4abcc1161cba37353a871bc0e2621a6045600a7ba76016383df57cb7f534a433148b1ce4138d5f219ee3801c8db3780df51
 WHIRLPOOL 
8f8605a235e430f34eb06fd1791fdc0c04aa95d15d95fbf176da6e8ecafe492debc2fd2be3c10071fc989387d8699b0bce233bb298e31630f5f636f818232c50
 DIST cvs2svn-2.4.0.tar.gz 514891 SHA256 
a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116 SHA512 
726fb8a3b3261eeb6d8097973f2741aa7a433f847bcef6701a6c0b7dc3d8fb5da1726e40f008d1dffac71791b953ddb9ade5db5809c98731d78e94da6465506a
 WHIRLPOOL 
b1040b65c6d55ad3144e9ca8d358c7da6833f7990d766d32d7df3bec0949fd6fb66a1f4ccca6ec48bd4a39072deb9eb5f444e3efaee7ab299e086ee0edc72b02

diff --git a/dev-vcs/cvs2svn/cvs2svn-1.5.0.ebuild 
b/dev-vcs/cvs2svn/cvs2svn-1.5.0.ebuild
deleted file mode 100644
index 830bed7..000
--- a/dev-vcs/cvs2svn/cvs2svn-1.5.0.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=34574
-
-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=
-