Magellan Linux

Contents of /trunk/todo/cvs2svn/cvs2svn-2.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2223 - (show annotations) (download)
Thu Jul 9 19:22:39 2009 UTC (14 years, 10 months ago) by niro
File size: 964 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/cvs2svn/cvs2svn-2.1.1-r1.smage2,v 1.2 2008/08/15 12:07:25 niro Exp $
2
3 PNAME="cvs2svn"
4 PVER="2.1.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="CVS to Subversion Repository Converter."
11 HOMEPAGE="http://cvs2svn.tigris.org/"
12
13 DEPEND=">= dev-lang/python-2.5
14 >= dev-util/subversion-1.4
15 >= app-text/rcs-5"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude python mtools
21
22 SRC_URI=(
23 http://${PNAME}.tigris.org/files/documents/1462/42521/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 src_install()
28 {
29 python_src_install || die
30
31 # install some missing files and nice progs too
32 minstalldir /usr/share/${PNAME} || die
33 cp -R contrib ${BINDIR}/usr/share/${PNAME} || die
34 minstallfile cvs2svn-example.options /usr/share/${PNAME} || die
35 #minstallfile profile-repos.py /usr/share/${PNAME} || die
36 #minstallfile verify-cvs2svn.py /usr/share/${PNAME} || die
37
38 minstallman cvs2svn.1 || die
39 }

Properties

Name Value
svn:keywords Id