summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-08-18 01:44:02 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-08-18 01:44:02 +0000
commite365c8434e42de89d03101b7aa4a4cb4afcf0a53 (patch)
tree3c785d39ff48fdc4639810743e6e801065ee1ad6 /dev-util/cvs
parentFinal version for Gnome2 (diff)
downloadgentoo-2-e365c8434e42de89d03101b7aa4a4cb4afcf0a53.tar.gz
gentoo-2-e365c8434e42de89d03101b7aa4a4cb4afcf0a53.tar.bz2
gentoo-2-e365c8434e42de89d03101b7aa4a4cb4afcf0a53.zip
cvs 1.11.1_p1 readded to tree upon user request (bug #6424)
Diffstat (limited to 'dev-util/cvs')
-rw-r--r--dev-util/cvs/ChangeLog8
-rw-r--r--dev-util/cvs/cvs-1.11.1_p1.ebuild46
-rw-r--r--dev-util/cvs/files/digest-cvs-1.11.1_p12
3 files changed, 55 insertions, 1 deletions
diff --git a/dev-util/cvs/ChangeLog b/dev-util/cvs/ChangeLog
index f443e69a9a83..1a3f2c1d7e99 100644
--- a/dev-util/cvs/ChangeLog
+++ b/dev-util/cvs/ChangeLog
@@ -1,6 +1,6 @@
# 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.5 2002/07/21 01:09:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.6 2002/08/18 01:44:02 blocke Exp $
*cvs-1.11.2 (26 Apr 2002)
@@ -13,5 +13,11 @@
*cvs-1.11.1_p1 (16 Mar 2002)
+ 17 Aug 2002; Bruce A. Locke <blocke@shivan.org> cvs-1.11.1_p1.ebuild, files/digest-cvs-1.11.1_p1:
+
+ Readded version to tree due to bug #6424 ("CVS 1.11.2 is an interim cvs
+ release with busted server code.")
+
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
+
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..12554a3d4bd3
--- /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.3 2002/08/18 01:44:02 blocke Exp $
+
+S=${WORKDIR}/${P/_}
+DESCRIPTION="Concurrent Versions System - source code revision control tools"
+SRC_URI="http://ftp.cvshome.org/${P/_}/${P/_}.tar.gz
+ mirror://gentoo/cvs-1.11.1p1-extzlib.patch.bz2"
+HOMEPAGE="http://www.cvshome.org/"
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.1
+ >=sys-libs/zlib-1.1.4"
+
+SLOT="0"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="x86 ppc sparc sparc64"
+
+
+src_unpack() {
+
+ unpack ${P/_}.tar.gz
+
+ # Redhat's external zlib patch
+ cd ${S}
+ cp ${DISTDIR}/cvs-1.11.1p1-extzlib.patch.bz2 ${S}
+ bunzip2 cvs-1.11.1p1-extzlib.patch.bz2
+ patch -p1 < cvs-1.11.1p1-extzlib.patch
+
+}
+
+src_compile() {
+ econf || die
+ make || die
+}
+
+src_install() {
+
+ einstall || 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..87ef839a461c
--- /dev/null
+++ b/dev-util/cvs/files/digest-cvs-1.11.1_p1
@@ -0,0 +1,2 @@
+MD5 7c914923c3847ca914c521559d3747cf cvs-1.11.1p1.tar.gz 2622418
+MD5 cf536947192b146b5bfd9c55faa19605 cvs-1.11.1p1-extzlib.patch.bz2 65206