Magellan Linux

Contents of /branches/branch-xorg18/extras/cvs2svn/cvs2svn-2.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 979 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="cvs2svn"
4 PVER="2.3.0"
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.6
14 >= dev-util/subversion-1.6
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/46528/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976 | lasttarball gz"
28
29 src_install()
30 {
31 python_src_install || die
32
33 # install some missing files and nice progs too
34 minstalldir /usr/share/${PNAME} || die
35 cp -R contrib ${BINDIR}/usr/share/${PNAME} || die
36 minstallfile cvs2svn-example.options /usr/share/${PNAME} || die
37 #minstallfile profile-repos.py /usr/share/${PNAME} || die
38 #minstallfile verify-cvs2svn.py /usr/share/${PNAME} || die
39
40 #minstallman cvs2svn.1 || die
41 }

Properties

Name Value
svn:keywords Id