summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-31 09:22:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-31 09:22:09 +0000
commit834d2eaabdd1ea2d420b83438a5c63b1233a61d2 (patch)
tree3695c8c000888e67078c3082860bbd0c1a689935 /app-shells
parentpointless stabilization (diff)
downloadhistorical-834d2eaabdd1ea2d420b83438a5c63b1233a61d2.tar.gz
historical-834d2eaabdd1ea2d420b83438a5c63b1233a61d2.tar.bz2
historical-834d2eaabdd1ea2d420b83438a5c63b1233a61d2.zip
arm/ia64/s390 stable
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/tcsh/Manifest12
-rw-r--r--app-shells/tcsh/tcsh-6.14-r2.ebuild11
2 files changed, 16 insertions, 7 deletions
diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest
index 61c8a42f191e..957ca3e0fc27 100644
--- a/app-shells/tcsh/Manifest
+++ b/app-shells/tcsh/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 796c42f4c03069813628ca48b6ca3068 ChangeLog 7288
MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810
MD5 4869b9da87c79854e2cc97241f125853 files/csh.login_new 1482
@@ -32,5 +35,12 @@ MD5 89674d2fb5c06a3b4b5310a3212c81a2 tcsh-6.12-r3.ebuild 1382
MD5 1b865e9c0349146f352678370c667127 tcsh-6.13-r1.ebuild 1889
MD5 40885229543eeb01a6a91b426c29e29d tcsh-6.13.ebuild 1249
MD5 2076c4be609061fe61b9e961b3abc6f1 tcsh-6.14-r1.ebuild 2542
-MD5 26dd5409674e6f4c1f212263684c2f59 tcsh-6.14-r2.ebuild 2318
+MD5 4cf71d17bf3e6c2c5cfa4bcac2a8ddf0 tcsh-6.14-r2.ebuild 2314
MD5 c250d0af9e636acf93f75180f66ed639 tcsh-6.14.ebuild 1234
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDtk3p2+ySkm8kpY0RAiApAJwPoAZQWRbtLYIYJTx81Om3Lde6EACgq8BX
+ll8TT0YBegJHWrWFiThHBTg=
+=qjmn
+-----END PGP SIGNATURE-----
diff --git a/app-shells/tcsh/tcsh-6.14-r2.ebuild b/app-shells/tcsh/tcsh-6.14-r2.ebuild
index dc5b7d84feeb..a19c04c4dd5d 100644
--- a/app-shells/tcsh/tcsh-6.14-r2.ebuild
+++ b/app-shells/tcsh/tcsh-6.14-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.7 2005/12/30 19:16:45 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.8 2005/12/31 09:22:09 vapier Exp $
inherit eutils
@@ -14,19 +14,18 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 mips ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k mips ~ppc ppc64 s390 sh sparc x86"
IUSE="perl"
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.1
+DEPEND=">=sys-libs/ncurses-5.1
perl? ( dev-lang/perl )"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
- epatch "${FILESDIR}/${P}"-r2.patch
+ epatch "${FILESDIR}"/${P}-r2.patch
}
src_compile() {