diff options
author | 2006-11-17 21:00:40 +0000 | |
---|---|---|
committer | 2006-11-17 21:00:40 +0000 | |
commit | 1d8f9fdae3797fdb6759436a7fd68abe2ea4d327 (patch) | |
tree | fa7d0e8bd8d9e4d617d7fce05892aed4762f97b7 /dev-util/cvs2svn/cvs2svn-1.5.0.ebuild | |
parent | Remove old experimental version. (diff) | |
download | historical-1d8f9fdae3797fdb6759436a7fd68abe2ea4d327.tar.gz historical-1d8f9fdae3797fdb6759436a7fd68abe2ea4d327.tar.bz2 historical-1d8f9fdae3797fdb6759436a7fd68abe2ea4d327.zip |
Version bump. Dropped old versions.
Package-Manager: portage-2.1.2_rc1-r5
Diffstat (limited to 'dev-util/cvs2svn/cvs2svn-1.5.0.ebuild')
-rw-r--r-- | dev-util/cvs2svn/cvs2svn-1.5.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/cvs2svn/cvs2svn-1.5.0.ebuild b/dev-util/cvs2svn/cvs2svn-1.5.0.ebuild new file mode 100644 index 000000000000..0dd060171338 --- /dev/null +++ b/dev-util/cvs2svn/cvs2svn-1.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs2svn/cvs2svn-1.5.0.ebuild,v 1.1 2006/11/17 21:00:39 dev-zero Exp $ + +inherit distutils + +DESCRIPTION="Convert a CVS repository to a Subversion repository" +HOMEPAGE="http://cvs2svn.tigris.org/" +SRC_URI="http://cvs2svn.tigris.org/files/documents/1462/34574/cvs2svn-1.5.0.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~alpha ~ia64 ~ppc" +IUSE="" + +DEPEND="dev-lang/python + !<dev-util/subversion-1.0.9" +RDEPEND="${DEPEND} + app-text/rcs" + +src_test() { + # Need this because subversion is localized, but the tests aren't + export LC_ALL=C + python run-tests.py || die "tests failed" +} |