diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 01:09:58 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2002-07-21 01:09:58 +0000 |
commit | 47ffe2c1c5668f27a058755e837a33d90e57ac60 (patch) | |
tree | 045cf50753349bc11db1f00e0cd0319884b15de5 /dev-util/cvs | |
parent | Updated to add -sparc64 as well as the existing KEYWORDs. (diff) | |
download | gentoo-2-47ffe2c1c5668f27a058755e837a33d90e57ac60.tar.gz gentoo-2-47ffe2c1c5668f27a058755e837a33d90e57ac60.tar.bz2 gentoo-2-47ffe2c1c5668f27a058755e837a33d90e57ac60.zip |
Added missing KEYWORDS, SLOT, LICENSE
Diffstat (limited to 'dev-util/cvs')
-rw-r--r-- | dev-util/cvs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cvs/cvs-1.11.2.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-util/cvs/ChangeLog b/dev-util/cvs/ChangeLog index 377f887d560a..f443e69a9a83 100644 --- a/dev-util/cvs/ChangeLog +++ b/dev-util/cvs/ChangeLog @@ -1,8 +1,11 @@ # 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.4 2002/05/04 04:28:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.5 2002/07/21 01:09:58 cardoe Exp $ *cvs-1.11.2 (26 Apr 2002) + + 20 Jul 2002; Doug Goldstein <cardoe@gentoo.org> cvs-1.11.2.ebuild: + Added missing KEYWORDS, SLOT, LICENSE 26 Apr 2002; Arcady Genkin <agenkin@thpoon.com> cvs-1.11.2.ebuild : Updated to version 1.11.2 Changed download URI to use HTTP instead of FTP, b/c the diff --git a/dev-util/cvs/cvs-1.11.2.ebuild b/dev-util/cvs/cvs-1.11.2.ebuild index 8473e0db8b86..be08459b5c64 100644 --- a/dev-util/cvs/cvs-1.11.2.ebuild +++ b/dev-util/cvs/cvs-1.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.2.ebuild,v 1.2 2002/05/04 04:28:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.2.ebuild,v 1.3 2002/07/21 01:09:58 cardoe Exp $ S=${WORKDIR}/${P} DESCRIPTION="Concurrent Versions System - source code revision control tools" @@ -10,6 +10,10 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=sys-libs/zlib-1.1.4" +SLOT="0" +KEYWORDS="x86 ppc" +LICENSE="GPL-2 LGPL-2" + src_compile() { ./configure --prefix=/usr \ --mandir=/usr/share/man \ |