diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-19 10:23:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-19 10:23:14 +0000 |
commit | cf493af7df8297c95528d2281862464de8d76234 (patch) | |
tree | e7467686426f25aec7547d224f71c49b56602f28 /sci-chemistry | |
parent | sci-chemistry/psi: Remove virtual/fortran and always call fortran-2_pkg_setup... (diff) | |
download | gentoo-2-cf493af7df8297c95528d2281862464de8d76234.tar.gz gentoo-2-cf493af7df8297c95528d2281862464de8d76234.tar.bz2 gentoo-2-cf493af7df8297c95528d2281862464de8d76234.zip |
sci-chemistry/rasmol: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/rasmol/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild | 7 | ||||
-rw-r--r-- | sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sci-chemistry/rasmol/ChangeLog b/sci-chemistry/rasmol/ChangeLog index 7b78968cb86e..c871106ca858 100644 --- a/sci-chemistry/rasmol/ChangeLog +++ b/sci-chemistry/rasmol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/rasmol # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.33 2012/04/25 15:52:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.34 2012/10/19 10:23:14 jlec Exp $ + + 19 Oct 2012; Justin Lecher <jlec@gentoo.org> rasmol-2.7.5.1.ebuild, + rasmol-2.7.5.2.ebuild: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 25 Apr 2012; Justin Lecher <jlec@gentoo.org> rasmol-2.7.5.2.ebuild, +files/rasmol-2.7.5.2-glib.h.patch: diff --git a/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild b/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild index 1b96daf5ea62..83884d3aee88 100644 --- a/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild +++ b/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild,v 1.8 2012/03/07 20:52:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.1.ebuild,v 1.9 2012/10/19 10:23:14 jlec Exp $ EAPI=4 -inherit eutils fortran-2 prefix toolchain-funcs +inherit eutils fortran-2 multilib prefix toolchain-funcs MY_P="RasMol_${PV}" VERS="9Aug09" @@ -14,8 +14,8 @@ HOMEPAGE="http://www.openrasmol.org/" #SRC_URI="http://www.rasmol.org/software/${MY_P}.tar.gz" SRC_URI="mirror://sourceforge/open${PN}/RasMol/RasMol_2.7.5/${PN}-2.7.5-${VERS}.tar.gz" -LICENSE="|| ( GPL-2 RASLIC )" SLOT="0" +LICENSE="|| ( GPL-2 RASLIC )" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="" @@ -24,7 +24,6 @@ RDEPEND=" sci-libs/cbflib sci-libs/cqrlib sci-libs/neartree - virtual/fortran x11-libs/cairo x11-libs/gtk+:2 x11-libs/libXext diff --git a/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild b/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild index 97b1fd31068c..516cbe99eb42 100644 --- a/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild +++ b/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild,v 1.3 2012/04/25 15:52:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2.ebuild,v 1.4 2012/10/19 10:23:14 jlec Exp $ EAPI=4 -inherit eutils fortran-2 prefix toolchain-funcs +inherit eutils fortran-2 multilib prefix toolchain-funcs MY_P="RasMol_${PV}" VERS="13May11" @@ -25,7 +25,6 @@ RDEPEND=" >=sci-libs/cbflib-0.9.2 >=sci-libs/cqrlib-1.1.2 >=sci-libs/neartree-3.1.1 - virtual/fortran x11-libs/cairo x11-libs/gtk+:2 x11-libs/libXext |