summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-09-26 14:03:09 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-09-26 14:03:09 +0000
commit14307a29e550136a2d663c097a0766d7c3bb17e9 (patch)
tree66c323abddd5e4576e124db1ae810a2badcb1684 /dev-util/cvs
parentNow builds from source, Ebuild submitted by Hendrik Sticher <hendrik_sticher@... (diff)
downloadgentoo-2-14307a29e550136a2d663c097a0766d7c3bb17e9.tar.gz
gentoo-2-14307a29e550136a2d663c097a0766d7c3bb17e9.tar.bz2
gentoo-2-14307a29e550136a2d663c097a0766d7c3bb17e9.zip
removed ncurses dep and unneeded inherits
Diffstat (limited to 'dev-util/cvs')
-rw-r--r--dev-util/cvs/cvs-1.11.17.ebuild10
-rw-r--r--dev-util/cvs/cvs-1.12.9.ebuild8
2 files changed, 4 insertions, 14 deletions
diff --git a/dev-util/cvs/cvs-1.11.17.ebuild b/dev-util/cvs/cvs-1.11.17.ebuild
index 37f9ec0eb223..7d4f1b1e4c15 100644
--- a/dev-util/cvs/cvs-1.11.17.ebuild
+++ b/dev-util/cvs/cvs-1.11.17.ebuild
@@ -1,16 +1,10 @@
# 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.17.ebuild,v 1.13 2004/09/20 00:51:19 kloeri Exp $
-
-inherit eutils flag-o-matic
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.17.ebuild,v 1.14 2004/09/26 14:03:09 scandium Exp $
DESCRIPTION="Concurrent Versions System - source code revision control tools"
HOMEPAGE="http://www.cvshome.org/"
-# scandium@gentoo.org (9th June 2004)
-# Recently, upstream changed the directory structure for the files.
-# The directory numbers in the middle differ for every release/file, so
-# unfortunatly they have to be corrected with every new release.
SRC_URI="http://ccvs.cvshome.org/files/documents/19/191/${P}.tar.bz2
doc? ( http://ccvs.cvshome.org/files/documents/19/199/cederqvist-${PV}.html.tar.bz2
http://ccvs.cvshome.org/files/documents/19/197/cederqvist-${PV}.pdf
@@ -23,7 +17,6 @@ KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
IUSE="doc emacs"
DEPEND="virtual/libc
- >=sys-libs/ncurses-5.1
>=sys-libs/zlib-1.1.4"
src_compile() {
@@ -39,6 +32,7 @@ src_install() {
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"
diff --git a/dev-util/cvs/cvs-1.12.9.ebuild b/dev-util/cvs/cvs-1.12.9.ebuild
index 42f1659aa639..337184356ef6 100644
--- a/dev-util/cvs/cvs-1.12.9.ebuild
+++ b/dev-util/cvs/cvs-1.12.9.ebuild
@@ -1,14 +1,10 @@
# 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.9.ebuild,v 1.1 2004/09/25 21:04:54 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.12.9.ebuild,v 1.2 2004/09/26 14:03:09 scandium Exp $
DESCRIPTION="Concurrent Versions System - source code revision control tools"
HOMEPAGE="http://www.cvshome.org/"
-# scandium@gentoo.org (9th June 2004)
-# Recently, upstream changed the directory structure for the files.
-# The directory numbers in the middle differ for every release/file, so
-# unfortunatly they have to be corrected with every new release.
SRC_URI="http://ccvs.cvshome.org/files/documents/19/200/${P}.tar.bz2
doc? ( http://ccvs.cvshome.org/files/documents/19/205/cederqvist-${PV}.html.tar.bz2
http://ccvs.cvshome.org/files/documents/19/207/cederqvist-${PV}.pdf
@@ -21,7 +17,6 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
IUSE="crypt doc emacs kerberos pam"
DEPEND="virtual/libc
- >=sys-libs/ncurses-5.1
>=sys-libs/zlib-1.1.4
kerberos? ( virtual/krb5 )
pam? ( >=sys-libs/pam-0.73
@@ -46,6 +41,7 @@ src_install() {
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"