diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-03-16 10:09:50 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-03-16 10:09:50 +0000 |
commit | eb3e77bd6e1070b127a6fc4f3cc11b4346f534e6 (patch) | |
tree | 61243a5b2759efd81330b3d844504359de3a4b7c /dev-util | |
parent | added explanation for weird build paramaters and instructions (diff) | |
download | historical-eb3e77bd6e1070b127a6fc4f3cc11b4346f534e6.tar.gz historical-eb3e77bd6e1070b127a6fc4f3cc11b4346f534e6.tar.bz2 historical-eb3e77bd6e1070b127a6fc4f3cc11b4346f534e6.zip |
new cvs with zlib patch
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cvs/ChangeLog | 16 | ||||
-rw-r--r-- | dev-util/cvs/cvs-1.11.1_p1.ebuild | 46 | ||||
-rw-r--r-- | dev-util/cvs/files/digest-cvs-1.11.1_p1 | 1 |
3 files changed, 54 insertions, 9 deletions
diff --git a/dev-util/cvs/ChangeLog b/dev-util/cvs/ChangeLog index 4f6a63ee6169..20a4cb4bee36 100644 --- a/dev-util/cvs/ChangeLog +++ b/dev-util/cvs/ChangeLog @@ -1,13 +1,11 @@ # ChangeLog for dev-util/cvs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.2 2002/03/16 10:09:49 blocke Exp $ + +*cvs-1.11.1_p1 (16 Mar 2002) + + 16 Mar 2002; Bruce A. Locke <blocke@shivan.org> cvs-1.11.1_p1.ebuild : + + Update to cvs 1.11.1p1 with Redhat's external zlib linking patch -*cvs-1.11-r1 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/dev-util/cvs/cvs-1.11.1_p1.ebuild b/dev-util/cvs/cvs-1.11.1_p1.ebuild new file mode 100644 index 000000000000..6b91015de6f1 --- /dev/null +++ b/dev-util/cvs/cvs-1.11.1_p1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.1_p1.ebuild,v 1.1 2002/03/16 10:09:50 blocke Exp $ + +# hopefully future upstream releases won't need such hardcoding +PVER="1.11.1p1" +PFTPDIR="cvs-1.11.1" + +S=${WORKDIR}/cvs-${PVER} +DESCRIPTION="Concurrent Versions System - source code revision control tools" +SRC_URI="ftp://ftp.cvshome.org/pub/${PFTPDIR}/cvs-${PVER}.tar.gz" +HOMEPAGE="http://www.cvshome.org/" +DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=sys-libs/zlib-1.1.4" + +src_unpack() { + + unpack ${DISTFILES}/cvs-${PVER}.tar.gz + + # Redhat's external zlib patch + cd ${S}/.. + patch -p0 < ${FILESDIR}/cvs-1.11.1p1-extzlib.patch + +} + +src_compile() { + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + assert + + make || die +} + +src_install() { + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + install || die + + dodoc BUGS COPYING* ChangeLog* DEVEL* FAQ HACKING + dodoc MINOR* NEWS PROJECTS README* TESTS TODO + mv ${D}/usr/lib/cvs/contrib ${D}/usr/doc/${P}/contrib + insinto /usr/share/emacs/site-lisp + doins cvs-format.el +} diff --git a/dev-util/cvs/files/digest-cvs-1.11.1_p1 b/dev-util/cvs/files/digest-cvs-1.11.1_p1 new file mode 100644 index 000000000000..f10f101d8398 --- /dev/null +++ b/dev-util/cvs/files/digest-cvs-1.11.1_p1 @@ -0,0 +1 @@ +MD5 7c914923c3847ca914c521559d3747cf cvs-1.11.1p1.tar.gz 2622418 |