From 4ea8d6a63ede3f3672b447a2088f1da7796e8fb6 Mon Sep 17 00:00:00 2001 From: Calum Selkirk Date: Mon, 29 Jul 2002 02:49:46 +0000 Subject: Added ppc to KEYWORDS. Fixed date in header. Added RDEPEND. --- app-shells/ccsh/ChangeLog | 7 ++++++- app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 7 ++++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'app-shells/ccsh') 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 ccsh-0.0.4-r2.ebuild : + + Added ppc to KEYWORDS. + Fixed date in header. + ADDED REDPEND. 25 Jul 2002; Daniel Ahlberg 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() { -- cgit v1.2.3-65-gdbad