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
commit72a5787db5a61e41ecc7c44ab3ae77b4afc60c02 (patch)
treeab454971fd3ea94699b6dfbe9508aa2b138d9339 /dev-util/cvs
parentNow builds from source, Ebuild submitted by Hendrik Sticher <hendrik_sticher@... (diff)
downloadhistorical-72a5787db5a61e41ecc7c44ab3ae77b4afc60c02.tar.gz
historical-72a5787db5a61e41ecc7c44ab3ae77b4afc60c02.tar.bz2
historical-72a5787db5a61e41ecc7c44ab3ae77b4afc60c02.zip
removed ncurses dep and unneeded inherits
Diffstat (limited to 'dev-util/cvs')
-rw-r--r--dev-util/cvs/Manifest10
-rw-r--r--dev-util/cvs/cvs-1.11.17.ebuild10
-rw-r--r--dev-util/cvs/cvs-1.12.9.ebuild8
3 files changed, 9 insertions, 19 deletions
diff --git a/dev-util/cvs/Manifest b/dev-util/cvs/Manifest
index 4058f59933f9..0d96743408f9 100644
--- a/dev-util/cvs/Manifest
+++ b/dev-util/cvs/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 0e4e9492c23527d97793e9edc052bc14 cvs-1.11.17.ebuild 1745
+MD5 504c9e3b8e1f1954011a8bf4c60afcbd cvs-1.11.17.ebuild 1452
MD5 dd5eaf130d1214128c29c56601f9b921 ChangeLog 7312
MD5 7164d2a546785fee1e77dac8839fdeaa metadata.xml 224
-MD5 aea350aec0391f5fc675f200a3ce31b4 cvs-1.12.9.ebuild 1999
+MD5 b12535f3928b2d75f71695e07bdaada0 cvs-1.12.9.ebuild 1733
MD5 2d50778e9aededb1c08b84c8e8b62ad3 files/cvs.pam 124
MD5 cc3afaf974475188ce0d80b0b919f611 files/digest-cvs-1.12.9 272
MD5 a156ed2cb03477a919f3a5faa80cb2a4 files/cvspserver.xinetd.d 282
@@ -12,7 +12,7 @@ MD5 0c0c93104720c2efffe1046ec8db290f files/digest-cvs-1.11.17 276
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
-iD8DBQFBVd6bPgS8WLD64cERAsr6AJ9W+7r/IneUcKRSXavW6zQU9sVHqwCfYgGw
-FJy8s02HzJGHDg56TAfZthg=
-=2PlR
+iD8DBQFBVszOPgS8WLD64cERAsRIAJ9P97ZRVnt9TU9PPB0b8JkSsyMc/gCfbLgv
+qy2BMn+RrvT4jT+Z+abhbjs=
+=iXN4
-----END PGP SIGNATURE-----
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"