diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-29 02:49:46 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-29 02:49:46 +0000 |
commit | 4ea8d6a63ede3f3672b447a2088f1da7796e8fb6 (patch) | |
tree | 09b122c01513cf1f120dd4248a79d71c0b57ef18 /app-shells/ccsh | |
parent | Added -ppc to KEYWORDS. (diff) | |
download | gentoo-2-4ea8d6a63ede3f3672b447a2088f1da7796e8fb6.tar.gz gentoo-2-4ea8d6a63ede3f3672b447a2088f1da7796e8fb6.tar.bz2 gentoo-2-4ea8d6a63ede3f3672b447a2088f1da7796e8fb6.zip |
Added ppc to KEYWORDS. Fixed date in header. Added RDEPEND.
Diffstat (limited to 'app-shells/ccsh')
-rw-r--r-- | app-shells/ccsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-shells/ccsh/ChangeLog b/app-shells/ccsh/ChangeLog index f3c40f36a30b..5a39adc4061c 100644 --- a/app-shells/ccsh/ChangeLog +++ b/app-shells/ccsh/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for app-shells/ccsh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.2 2002/07/25 15:39:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.3 2002/07/29 02:49:46 cselkirk Exp $ *ccsh-0.0.4-r2 (1 Feb 2002) + 28 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> ccsh-0.0.4-r2.ebuild : + + Added ppc to KEYWORDS. + Fixed date in header. + ADDED REDPEND. 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ccsh-0.0.4-r2.ebuild : Added KEYWORDS, SLOT. diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild index 984a8fe870fb..6770de24d667 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.5 2002/07/25 15:39:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.6 2002/07/29 02:49:46 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="UNIX Shell for people already familiar with the C language" SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz" HOMEPAGE="http://ccsh.sourceforge.net" -KEYWORDS="x86" +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_compile() { |