aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-22 11:50:22 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-22 11:50:22 +0200
commitb08d75e2366c85d5d6bd57740a44018e57344aef (patch)
tree7f0cdf7076d2d9923c3c627d0fd1c45a9b7e38a4
parentsys-cluster/ganglia_jobmonarch: Fix for EAPI=5 (diff)
downloadsci-b08d75e2366c85d5d6bd57740a44018e57344aef.tar.gz
sci-b08d75e2366c85d5d6bd57740a44018e57344aef.tar.bz2
sci-b08d75e2366c85d5d6bd57740a44018e57344aef.zip
Drop obsolete Sources unavailable
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-physics/atompaw2abinit/ChangeLog26
-rw-r--r--sci-physics/atompaw2abinit/Manifest1
-rw-r--r--sci-physics/atompaw2abinit/atompaw2abinit-3.3.0-r1.ebuild50
-rw-r--r--sci-physics/atompaw2abinit/metadata.xml5
4 files changed, 0 insertions, 82 deletions
diff --git a/sci-physics/atompaw2abinit/ChangeLog b/sci-physics/atompaw2abinit/ChangeLog
deleted file mode 100644
index f690ebd5a..000000000
--- a/sci-physics/atompaw2abinit/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for sci-physics/atompaw2abinit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
- 22 Feb 2013; Justin Lecher <jlec@gentoo.org> atompaw2abinit-3.3.0-r1.ebuild,
- metadata.xml:
- Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config;
- correct dep for pkgconfig to virtual
-
-*atompaw2abinit-3.3.0-r1 (17 Dec 2011)
-
- 17 Dec 2011; Honza Macháček <Hloupy.Honza@centrum.cz>
- -atompaw2abinit-3.3.0.ebuild, +atompaw2abinit-3.3.0-r1.ebuild:
- Homepage and source URI changed
-
- 21 Jun 2011; Justin Lecher <jlec@gentoo.org> atompaw2abinit-3.3.0.ebuild,
- +metadata.xml:
- Added fortran-2.eclass support
-
-*atompaw2abinit-3.3.0 (25 Feb 2011)
-
- 25 Feb 2011; Honza Macháček <Hloupy.Honza@centrum.cz>
- +atompaw2abinit-3.3.0.ebuild:
- A supporting utility of sci-physics/abinit to convert the data generated by
- sci-physics/atompaw for the use with abinit
-
diff --git a/sci-physics/atompaw2abinit/Manifest b/sci-physics/atompaw2abinit/Manifest
deleted file mode 100644
index 25fe1f95d..000000000
--- a/sci-physics/atompaw2abinit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST atompaw2abinit-3.3.0.tgz 53820 SHA256 001b7b7c71985a7824d670b2e59969d8abd941dc93f4456cd41edffa75d25e82
diff --git a/sci-physics/atompaw2abinit/atompaw2abinit-3.3.0-r1.ebuild b/sci-physics/atompaw2abinit/atompaw2abinit-3.3.0-r1.ebuild
deleted file mode 100644
index d41e79616..000000000
--- a/sci-physics/atompaw2abinit/atompaw2abinit-3.3.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="Abinit AtomPAW atomic data convertor"
-HOMEPAGE="http://www.abinit.org/downloads/PAW2/AtomPAW2Abinit-Manual-html/Old-AtomPAW2Abinit-Manual-html/AtomPAW2Abinit2.htm"
-SRC_URI="http://www.abinit.org/downloads/PAW2/AtomPAW2Abinit-Manual-html/Old-AtomPAW2Abinit-Manual-html/Atompaw2Abinit.tgz -> ${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- virtual/lapack
- virtual/blas
- sci-physics/atompaw"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/Atompaw2Abinit.v${PV}
-
-MAKEOPTS+=" -j1"
-
-pkg_nofetch() {
- elog "If there is a digest mismatch, please file a bug"
- elog "at https://bugs.gentoo.org/ -- a version bump"
- elog "is probably required."
-}
-
-src_configure() {
- head -n 6 Makefile >Makefile.1
- tail -n +6 Makefile >Makefile.2
- cp Makefile.1 Makefile
- echo FC = $(tc-getFC) >>Makefile
- echo FFLAGS = ${FFLAGS} >>Makefile
- echo -n FFLAGS_LIBS= >>Makefile
- $(tc-getPKG_CONFIG) --libs lapack >>Makefile
- echo >>Makefile
- sed -e's/^\(FC *=\)/#\1/' -e's/^\(FFLAGS *=\)/#\1/' \
- -e's/^\(FFLAGS_LIBS *=\)/#\1/' Makefile.2 >>Makefile
-}
-
-src_install() {
- dobin ${PN}
-}
diff --git a/sci-physics/atompaw2abinit/metadata.xml b/sci-physics/atompaw2abinit/metadata.xml
deleted file mode 100644
index 131ee598c..000000000
--- a/sci-physics/atompaw2abinit/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-physics</herd>
-</pkgmetadata>