diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:09:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:09:01 +0000 |
commit | f941f4d7001fe0dd186df436b55f6bdd5e09b53e (patch) | |
tree | 01488ee9b522c8f60833fbce4142b96dbed88fcf /sci-chemistry/cns | |
parent | remove reference to app-shells/csh which has been removed (diff) | |
download | gentoo-2-f941f4d7001fe0dd186df436b55f6bdd5e09b53e.tar.gz gentoo-2-f941f4d7001fe0dd186df436b55f6bdd5e09b53e.tar.bz2 gentoo-2-f941f4d7001fe0dd186df436b55f6bdd5e09b53e.zip |
remove reference to app-shells/csh which has been removed
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-chemistry/cns')
-rw-r--r-- | sci-chemistry/cns/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/cns/cns-1.1.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/cns/cns-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/cns/cns-1.2.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sci-chemistry/cns/ChangeLog b/sci-chemistry/cns/ChangeLog index f92b68b7bdd5..81f354dbf9fc 100644 --- a/sci-chemistry/cns/ChangeLog +++ b/sci-chemistry/cns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/cns # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.9 2008/01/10 04:43:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.10 2008/06/03 02:09:01 mr_bones_ Exp $ + + 03 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org> cns-1.1.ebuild, + cns-1.2.ebuild, cns-1.2-r1.ebuild: + remove reference to app-shells/csh which has been removed 10 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; +files/1.2-allow-unknown-architectures.patch, cns-1.2-r1.ebuild: diff --git a/sci-chemistry/cns/cns-1.1.ebuild b/sci-chemistry/cns/cns-1.1.ebuild index 29ae2413ac5d..ea5604c97451 100644 --- a/sci-chemistry/cns/cns-1.1.ebuild +++ b/sci-chemistry/cns/cns-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v 1.4 2007/06/22 07:01:13 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v 1.5 2008/06/03 02:09:01 mr_bones_ Exp $ inherit eutils fortran toolchain-funcs @@ -17,7 +17,7 @@ LICENSE="cns" SLOT="0" KEYWORDS="ppc x86" IUSE="test" -RDEPEND="|| ( app-shells/tcsh app-shells/csh )" +RDEPEND="app-shells/tcsh" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/sci-chemistry/cns/cns-1.2-r1.ebuild b/sci-chemistry/cns/cns-1.2-r1.ebuild index 88c264056f92..c802f40bb420 100644 --- a/sci-chemistry/cns/cns-1.2-r1.ebuild +++ b/sci-chemistry/cns/cns-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2-r1.ebuild,v 1.2 2008/01/10 04:43:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2-r1.ebuild,v 1.3 2008/06/03 02:09:01 mr_bones_ Exp $ inherit eutils fortran toolchain-funcs @@ -15,7 +15,7 @@ LICENSE="cns" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -RDEPEND="|| ( app-shells/tcsh app-shells/csh ) +RDEPEND="app-shells/tcsh !app-text/dos2unix" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/sci-chemistry/cns/cns-1.2.ebuild b/sci-chemistry/cns/cns-1.2.ebuild index 46ab988a4828..530cccffb32f 100644 --- a/sci-chemistry/cns/cns-1.2.ebuild +++ b/sci-chemistry/cns/cns-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.ebuild,v 1.1 2007/06/22 07:01:13 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.ebuild,v 1.2 2008/06/03 02:09:01 mr_bones_ Exp $ inherit eutils fortran toolchain-funcs @@ -15,7 +15,7 @@ LICENSE="cns" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -RDEPEND="|| ( app-shells/tcsh app-shells/csh ) +RDEPEND="app-shells/tcsh !app-text/dos2unix" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |