* [gentoo-commits] gentoo-x86 commit in dev-vcs/cvs2svn: cvs2svn-2.4.0.ebuild ChangeLog
@ 2012-10-14 10:37 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2012-10-14 10:37 UTC (permalink / raw
To: gentoo-commits
robbat2 12/10/14 10:37:58
Modified: ChangeLog
Added: cvs2svn-2.4.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-vcs/cvs2svn/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs2svn/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs2svn/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs2svn/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -p -w -b -B -u -u -r1.5 -r1.6
--- ChangeLog 5 Mar 2012 20:33:11 -0000 1.5
+++ ChangeLog 14 Oct 2012 10:37:58 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/cvs2svn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/ChangeLog,v 1.5 2012/03/05 20:33:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/ChangeLog,v 1.6 2012/10/14 10:37:58 robbat2 Exp $
+
+*cvs2svn-2.4.0 (14 Oct 2012)
+
+ 14 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> +cvs2svn-2.4.0.ebuild:
+ Version bump.
05 Mar 2012; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Remove betelgeuse
1.1 dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild?rev=1.1&content-type=text/plain
Index: cvs2svn-2.4.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.4.0.ebuild,v 1.1 2012/10/14 10:37:58 robbat2 Exp $
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}/"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-14 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 10:37 [gentoo-commits] gentoo-x86 commit in dev-vcs/cvs2svn: cvs2svn-2.4.0.ebuild ChangeLog Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox