Magellan Linux

Annotation of /trunk/extras/cvs/cvs-1.11.23-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10354 - (hide annotations) (download)
Sat Jan 21 12:19:48 2012 UTC (12 years, 5 months ago) by niro
Original Path: trunk/core/cvs/cvs-1.11.23-r4.smage2
File size: 844 byte(s)
-import from magellan-next
1 niro 7613 # $Id$
2    
3     PNAME="cvs"
4     PVER="1.11.23"
5     PBUILD="r4"
6    
7 niro 10354 PCAT="dev-util"
8 niro 7613
9     DESCRIPTION="CVS - Concurrent Versions System."
10     HOMEPAGE="http://ximbiot.com/cvs/wiki/"
11    
12     DEPEND=">= virtual/glibc
13     >= sys-libs/zlib-1.2.5"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     gnu://non-gnu/${PNAME}/source/stable/${PVER}/${SRCFILE}
22     gnu://non-gnu/${PNAME}/source/nightly-snapshots/stable/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${PNAME}-${PVER}-getline64.patch
25     )
26    
27     UP2URI="http://ftp.gnu.org/non-gnu/cvs/source/stable"
28     UP2DATE="updatecmd ${UP2URI}/\$(updatecmd ${UP2URI} | grep '.*\[.*\][0-9]..*/' | sed -n 's/.*\[.*\]\([0-9].*\)\/.*/\1/;$ p')/ | lasttarball"
29    
30     src_prepare()
31     {
32     munpack ${SRCFILE} || die
33     cd ${SRCDIR}
34    
35     # fix builts on x86_64
36     mpatch ${PNAME}-${PVER}-getline64.patch || die
37     }