blob: 615a68c24900cb176d708d8bf450bc923b7cbea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild,v 1.8 2007/07/10 23:33:29 mr_bones_ Exp $
inherit perl-module
DESCRIPTION="Copy versions of files between repositories and/or RevML"
SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/VCP-autrijus-snapshot-0.9-20050110.tar.gz"
HOMEPAGE="http://search.cpan.org/~autrijus/"
IUSE=""
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 sparc x86"
DEPEND="dev-perl/Text-Diff
dev-perl/XML-AutoWriter
dev-perl/HTML-Tree
dev-perl/IPC-Run3
dev-lang/perl"
S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110"
# for some reasons, the tests succeed with only 94.37%.
# and lots of them seem to be related to p4d (perforce server)
# there may be other (more relevant) errors, but they're hard to track
# down by such a lot of dump in stdout. -- trapni/2005-04-09.
#SRC_TEST="do"
|