summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-28 08:37:10 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-28 08:37:10 +0000
commit8ea6e0eac1c37e50cfbb83ef3b8ac3cc3fbd037f (patch)
tree4a1fa02376494037d9aa87dfcb6c1dbc8fe2fd85 /sci-chemistry
parentInitial commit. (diff)
downloadgentoo-2-8ea6e0eac1c37e50cfbb83ef3b8ac3cc3fbd037f.tar.gz
gentoo-2-8ea6e0eac1c37e50cfbb83ef3b8ac3cc3fbd037f.tar.bz2
gentoo-2-8ea6e0eac1c37e50cfbb83ef3b8ac3cc3fbd037f.zip
Removed old, stabled for x86 & amd64, tested it in action routinely at work, permission granted in #325943
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/shelx/ChangeLog9
-rw-r--r--sci-chemistry/shelx/shelx-20060317-r1.ebuild6
-rw-r--r--sci-chemistry/shelx/shelx-20060317.ebuild59
3 files changed, 10 insertions, 64 deletions
diff --git a/sci-chemistry/shelx/ChangeLog b/sci-chemistry/shelx/ChangeLog
index 02848372ed18..1b1d5a70a79b 100644
--- a/sci-chemistry/shelx/ChangeLog
+++ b/sci-chemistry/shelx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/shelx
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.15 2009/07/07 23:04:21 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.16 2010/06/28 08:37:10 jlec Exp $
+
+ 28 Jun 2010; Justin Lecher <jlec@gentoo.org> -shelx-20060317.ebuild,
+ shelx-20060317-r1.ebuild:
+ Removed old, stabled for x86 & amd64, tested it in action routinely at
+ work, permission granted in #325943
07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
shelx-20060317-r1.ebuild:
diff --git a/sci-chemistry/shelx/shelx-20060317-r1.ebuild b/sci-chemistry/shelx/shelx-20060317-r1.ebuild
index 3e99176b1beb..701d275d762d 100644
--- a/sci-chemistry/shelx/shelx-20060317-r1.ebuild
+++ b/sci-chemistry/shelx/shelx-20060317-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild,v 1.4 2009/07/07 23:04:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild,v 1.5 2010/06/28 08:37:09 jlec Exp $
inherit autotools eutils flag-o-matic fortran
@@ -11,7 +11,7 @@ SRC_URI="${P}.tgz
RESTRICT="fetch"
LICENSE="free-noncomm"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="dosformat openmp"
RDEPEND=""
DEPEND="${RDEPEND}"
diff --git a/sci-chemistry/shelx/shelx-20060317.ebuild b/sci-chemistry/shelx/shelx-20060317.ebuild
deleted file mode 100644
index e3b270da5e2b..000000000000
--- a/sci-chemistry/shelx/shelx-20060317.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317.ebuild,v 1.7 2008/11/07 01:01:03 dberkholz Exp $
-
-inherit autotools eutils fortran
-
-MY_P="unix"
-MY_SRC_URI="${MY_P}.tgz"
-
-DESCRIPTION="Programs for crystal structure determination from single-crystal diffraction data"
-HOMEPAGE="http://shelx.uni-ac.gwdg.de/SHELX/"
-SRC_URI="${P}.tgz"
-RESTRICT="fetch"
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE="dosformat"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-S="${WORKDIR}/${MY_P}"
-
-FORTRAN="ifc gfortran"
-
-pkg_nofetch() {
- einfo "Go to ${HOMEPAGE}"
- einfo "Fill out the application form, and send it in."
- einfo "Download ${MY_SRC_URI}, rename it to ${SRC_URI},"
- einfo "and place it in ${DISTDIR}."
-}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${PV}-autotool.patch
- epatch "${FILESDIR}"/${PV}-gfortran.patch
-
- sed -i \
- -e "s:CIFDIR='/usr/local/bin/':CIFDIR='/usr/share/${PN}/':g" \
- "${S}"/ciftab.f
-
- if use dosformat; then
- sed -i \
- -e "s/KD=CHAR(32)/KD=CHAR(13)/g" \
- "${S}"/*f
- fi
-
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- econf \
- FC="${FORTRANC}" \
- || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}