summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-11-18 16:41:59 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-11-18 16:41:59 +0000
commit5fd11bfb21d0912c72fbb0dbd1e98a398b349176 (patch)
tree6c15830471594969f26552e7384fa40d976cfd61 /dev-util
parentFor USE=uclibc, stop building glxgears and glxinfo. But build GLU library aga... (diff)
downloadgentoo-2-5fd11bfb21d0912c72fbb0dbd1e98a398b349176.tar.gz
gentoo-2-5fd11bfb21d0912c72fbb0dbd1e98a398b349176.tar.bz2
gentoo-2-5fd11bfb21d0912c72fbb0dbd1e98a398b349176.zip
new version
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cvs/ChangeLog7
-rw-r--r--dev-util/cvs/cvs-1.12.10.ebuild63
-rw-r--r--dev-util/cvs/files/digest-cvs-1.12.104
3 files changed, 73 insertions, 1 deletions
diff --git a/dev-util/cvs/ChangeLog b/dev-util/cvs/ChangeLog
index b599e06f2ccc..d104435630c7 100644
--- a/dev-util/cvs/ChangeLog
+++ b/dev-util/cvs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/cvs
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.63 2004/11/12 12:37:29 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.64 2004/11/18 16:41:59 scandium Exp $
+
+*cvs-1.12.10 (18 Nov 2004)
+
+ 18 Nov 2004; Rainer Groesslinger <scandium@gentoo.org> +cvs-1.12.10.ebuild:
+ new version
*cvs-1.11.18 (12 Nov 2004)
diff --git a/dev-util/cvs/cvs-1.12.10.ebuild b/dev-util/cvs/cvs-1.12.10.ebuild
new file mode 100644
index 000000000000..3bb40e232479
--- /dev/null
+++ b/dev-util/cvs/cvs-1.12.10.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.10.ebuild,v 1.1 2004/11/18 16:41:59 scandium Exp $
+
+DESCRIPTION="Concurrent Versions System - source code revision control tools"
+HOMEPAGE="http://www.cvshome.org/"
+
+SRC_URI="http://ccvs.cvshome.org/files/documents/19/562/${P}.tar.bz2
+ doc? ( http://ccvs.cvshome.org/files/documents/19/557/cederqvist-${PV}.html.tar.bz2
+ http://ccvs.cvshome.org/files/documents/19/558/cederqvist-${PV}.pdf
+ http://ccvs.cvshome.org/files/documents/19/559/cederqvist-${PV}.ps )"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
+
+IUSE="crypt doc emacs kerberos pam"
+
+DEPEND="virtual/libc
+ >=sys-libs/zlib-1.1.4
+ kerberos? ( virtual/krb5 )
+ pam? ( >=sys-libs/pam-0.73
+ >=sys-apps/shadow-4.0.2-r2 )"
+
+
+src_compile() {
+ econf \
+ --with-external-zlib \
+ --with-tmpdir=/tmp \
+ `use_enable crypt encryption` \
+ `use_enable pam` \
+ || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die
+
+ insinto /etc/xinetd.d
+ newins ${FILESDIR}/cvspserver.xinetd.d cvspserver || die "newins failed"
+
+ dodoc BUGS ChangeLog* DEVEL* FAQ HACKING \
+ MINOR* NEWS PROJECTS README* TESTS TODO
+
+ if use emacs; then
+ insinto /usr/share/emacs/site-lisp
+ doins cvs-format.el || die "doins failed"
+ fi
+
+ if use doc; then
+ dodoc ${DISTDIR}/cederqvist-${PV}.pdf
+ dodoc ${DISTDIR}/cederqvist-${PV}.ps
+ tar xjf ${DISTDIR}/cederqvist-${PV}.html.tar.bz2
+ dohtml -r cederqvist-${PV}.html/*
+ cd ${D}/usr/share/doc/${PF}/html/
+ ln -s cvs.html index.html
+ fi
+
+ if use pam; then
+ insinto /etc/pam.d
+ newins ${FILESDIR}/cvs.pam cvs
+ fi
+}
diff --git a/dev-util/cvs/files/digest-cvs-1.12.10 b/dev-util/cvs/files/digest-cvs-1.12.10
new file mode 100644
index 000000000000..1f726cc31706
--- /dev/null
+++ b/dev-util/cvs/files/digest-cvs-1.12.10
@@ -0,0 +1,4 @@
+MD5 44310a0f096d45efab896402c7563591 cvs-1.12.10.tar.bz2 2893043
+MD5 78c10dab8bf9b7205dc6c482687d25ff cederqvist-1.12.10.html.tar.bz2 133695
+MD5 7ea2959b0bfea336ac4519088b7c401a cederqvist-1.12.10.pdf 1227866
+MD5 586689c47d0ae2cd48f648cf437d6aed cederqvist-1.12.10.ps 1228863