summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-15 21:24:01 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-15 21:24:01 +0000
commit730197b4de879789c3a4496fb11a8e969a3d6927 (patch)
treefd665dcc5ac91f97075d7f344a917f093a6de3a9 /sci-chemistry
parentStable for AMD64, wrt bug #393999 (diff)
downloadgentoo-2-730197b4de879789c3a4496fb11a8e969a3d6927.tar.gz
gentoo-2-730197b4de879789c3a4496fb11a8e969a3d6927.tar.bz2
gentoo-2-730197b4de879789c3a4496fb11a8e969a3d6927.zip
Keyword for amd64-linux and removed old
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/moldy/ChangeLog6
-rw-r--r--sci-chemistry/moldy/moldy-2.16e-r2.ebuild4
-rw-r--r--sci-chemistry/moldy/moldy-2.16e.ebuild50
3 files changed, 7 insertions, 53 deletions
diff --git a/sci-chemistry/moldy/ChangeLog b/sci-chemistry/moldy/ChangeLog
index 332810115c41..60056d79412e 100644
--- a/sci-chemistry/moldy/ChangeLog
+++ b/sci-chemistry/moldy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/moldy
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.19 2011/06/26 08:39:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.20 2011/12/15 21:24:01 jlec Exp $
+
+ 15 Dec 2011; Justin Lecher <jlec@gentoo.org> -moldy-2.16e.ebuild,
+ moldy-2.16e-r2.ebuild:
+ Keyword for amd64-linux and removed old
26 Jun 2011; Justin Lecher <jlec@gentoo.org> moldy-2.16e.ebuild,
-moldy-2.16e-r1.ebuild, moldy-2.16e-r2.ebuild, metadata.xml:
diff --git a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild b/sci-chemistry/moldy/moldy-2.16e-r2.ebuild
index a583f1b7153d..5a256fe49367 100644
--- a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild
+++ b/sci-chemistry/moldy/moldy-2.16e-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e-r2.ebuild,v 1.2 2011/06/26 08:39:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e-r2.ebuild,v 1.3 2011/12/15 21:24:01 jlec Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.earth.ox.ac.uk/pub/keith/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc examples"
DEPEND="doc? ( virtual/latex-base )"
diff --git a/sci-chemistry/moldy/moldy-2.16e.ebuild b/sci-chemistry/moldy/moldy-2.16e.ebuild
deleted file mode 100644
index 01117a0cf624..000000000000
--- a/sci-chemistry/moldy/moldy-2.16e.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e.ebuild,v 1.13 2011/06/26 08:39:46 jlec Exp $
-
-DESCRIPTION="Molecular dynamics simulations platform"
-HOMEPAGE="http://www.ccp5.ac.uk/moldy/moldy.html"
-SRC_URI="ftp://ftp.earth.ox.ac.uk/pub/keith/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-IUSE=""
-
-DEPEND="virtual/latex-base"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_compile() {
-#Individuals may want to edit the OPT* variables below.
-#From the READ.ME:
-#You may need to "hand-tune" compiler or optimization options,
-#which may be specified by setting the OPT and OPT2 environment
-#variables. OPT2 is used to compile only the most performance-critical
-#modules and usually will select a very high level of optimization.
-#It should be safe to select an optimization which means "treat all
-#function arguments as restricted pointers which are not aliased to
-#any other object". OPT is used for less preformance-critical modules
-#and may be set to a lower level of optimization than OPT2.
-
- OPT=${CFLAGS} OPT2=${CFLAGS} \
- ./configure --prefix=/usr \
- --host=${CHOST} \
- || die
-
- emake || die
- # To prevent sandbox violations by metafont
- VARTEXFONTS="${T}"/fonts make moldy.pdf || die
-}
-
-src_install() {
- dodir /usr/bin
- make prefix="${D}"/usr install || die
- rm Makefile.in configure.in config.h.in
- insinto /usr/share/${PN}/examples/
- doins *.in *.out control.*
- dodoc BENCHMARK READ.ME RELNOTES
- insinto /usr/share/doc/${P}/pdf
- newins moldy.pdf moldy-manual.pdf
-}