Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306821 - please bump dev-util/cvs2svn to 2.3.0
Summary: please bump dev-util/cvs2svn to 2.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 12:56 UTC by Fabian Groffen
Modified: 2010-03-24 22:10 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2010-02-25 12:56:16 UTC
Been out since Aug 22, 2009, provides cvs2git and cvs2brz tools in addition to cvs2svn.

Bump requires FILEVER to be changed to 46528 and the deprecated modules patch to be dropped.  Additionally the manpages have disappeared it seems, and the exmple.options for git and bzr need to be installed too.

--- cvs2svn-2.2.0.ebuild        2010-02-08 10:02:39.000000000 +0100
+++ cvs2svn-2.3.0.ebuild        2010-02-25 13:46:42.000000000 +0100
@@ -8,7 +8,7 @@
 
 inherit eutils distutils
 
-FILEVER="44372"
+FILEVER="46528"
 
 DESCRIPTION="Convert a CVS repository to a Subversion repository"
 HOMEPAGE="http://cvs2svn.tigris.org/"
@@ -24,16 +24,10 @@
 RDEPEND="${DEPEND}
        app-text/rcs"
 
-src_prepare() {
-       epatch "${FILESDIR}/2.2.0-deprecated-modules.patch"
-       distutils_src_prepare
-}
-
 src_install() {
        distutils_src_install
        insinto "/usr/share/${PN}"
-       doins -r contrib cvs2svn-example.options
-       doman cvs2svn.1
+       doins -r contrib cvs2{svn,git,bzr}-example.options
 }
 
 src_test() {
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-03-24 22:10:42 UTC
InCVS.