diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-02-06 22:03:07 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-02-06 22:03:07 +0000 |
commit | ef15b00aa103936b0295ba409d349a4ddcba2b74 (patch) | |
tree | b782404b0c542ac33db02419ba38391c1067642b /app-shells/tcsh | |
parent | Version bump. (diff) | |
download | historical-ef15b00aa103936b0295ba409d349a4ddcba2b74.tar.gz historical-ef15b00aa103936b0295ba409d349a4ddcba2b74.tar.bz2 historical-ef15b00aa103936b0295ba409d349a4ddcba2b74.zip |
Drop to ~mips
Package-Manager: portage-2.1.9.35/cvs/Linux mips64
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.15-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index e8952f988c99..86c621123e67 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.99 2010/10/08 14:29:18 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.100 2011/02/06 22:03:07 leio Exp $ + + 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> tcsh-6.15-r2.ebuild: + Drop to ~mips 08 Oct 2010; Fabian Groffen <grobian@gentoo.org> tcsh-6.16.ebuild: Remove leftover RDEPEND=DEPEND line, thanks Kevin Pyle again diff --git a/app-shells/tcsh/tcsh-6.15-r2.ebuild b/app-shells/tcsh/tcsh-6.15-r2.ebuild index 779b0143793a..a59eb70c5978 100644 --- a/app-shells/tcsh/tcsh-6.15-r2.ebuild +++ b/app-shells/tcsh/tcsh-6.15-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.14 2010/10/06 07:45:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.15 2011/02/06 22:03:07 leio Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/old/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="perl catalogs" RESTRICT="test" |