diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-11-12 12:37:29 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-11-12 12:37:29 +0000 |
commit | 1fa153a63f851ee0604eb18f513e2fa3d76ff7b1 (patch) | |
tree | 636fda8ff1e4623d8f44fc85a2d02bb1c70264ec /dev-util/cvs | |
parent | stable on ppc asked by eradicator (Manifest recommit) (diff) | |
download | gentoo-2-1fa153a63f851ee0604eb18f513e2fa3d76ff7b1.tar.gz gentoo-2-1fa153a63f851ee0604eb18f513e2fa3d76ff7b1.tar.bz2 gentoo-2-1fa153a63f851ee0604eb18f513e2fa3d76ff7b1.zip |
new version
Diffstat (limited to 'dev-util/cvs')
-rw-r--r-- | dev-util/cvs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cvs/cvs-1.11.18.ebuild | 49 | ||||
-rw-r--r-- | dev-util/cvs/files/digest-cvs-1.11.18 | 4 |
3 files changed, 59 insertions, 1 deletions
diff --git a/dev-util/cvs/ChangeLog b/dev-util/cvs/ChangeLog index 2a785d81b762..b599e06f2ccc 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.62 2004/09/25 21:04:54 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.63 2004/11/12 12:37:29 scandium Exp $ + +*cvs-1.11.18 (12 Nov 2004) + + 12 Nov 2004; Rainer Groesslinger <scandium@gentoo.org> +cvs-1.11.18.ebuild: + new version *cvs-1.12.9 (25 Sep 2004) diff --git a/dev-util/cvs/cvs-1.11.18.ebuild b/dev-util/cvs/cvs-1.11.18.ebuild new file mode 100644 index 000000000000..216228cc434c --- /dev/null +++ b/dev-util/cvs/cvs-1.11.18.ebuild @@ -0,0 +1,49 @@ +# 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.11.18.ebuild,v 1.1 2004/11/12 12:37:29 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/534/${P}.tar.bz2 + doc? ( http://ccvs.cvshome.org/files/documents/19/531/cederqvist-${PV}.html.tar.bz2 + http://ccvs.cvshome.org/files/documents/19/532/cederqvist-${PV}.pdf + http://ccvs.cvshome.org/files/documents/19/533/cederqvist-${PV}.ps )" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" + +IUSE="doc emacs" + +DEPEND="virtual/libc + >=sys-libs/zlib-1.1.4" + +src_compile() { + econf --with-tmpdir=/tmp || 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 +} diff --git a/dev-util/cvs/files/digest-cvs-1.11.18 b/dev-util/cvs/files/digest-cvs-1.11.18 new file mode 100644 index 000000000000..9f25f9f50fbb --- /dev/null +++ b/dev-util/cvs/files/digest-cvs-1.11.18 @@ -0,0 +1,4 @@ +MD5 1dd5c16064906617e4358738bfe59b66 cvs-1.11.18.tar.bz2 2378013 +MD5 7c9dbcb4ec18e45a5e3944b17f64d337 cederqvist-1.11.18.html.tar.bz2 114284 +MD5 74629bb1b09892133a8133367a8ae960 cederqvist-1.11.18.pdf 1084665 +MD5 6a6e02aafee9387ee2558ca47d26b6a7 cederqvist-1.11.18.ps 1090403 |