commit:     b08d75e2366c85d5d6bd57740a44018e57344aef
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 09:50:22 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:50:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b08d75e2

Drop obsolete  Sources unavailable

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-physics/atompaw2abinit/ChangeLog               | 26 -----------
 .../atompaw2abinit/atompaw2abinit-3.3.0-r1.ebuild  | 50 ----------------------
 sci-physics/atompaw2abinit/metadata.xml            |  5 ---
 3 files changed, 81 deletions(-)

diff --git a/sci-physics/atompaw2abinit/ChangeLog 
b/sci-physics/atompaw2abinit/ChangeLog
deleted file mode 100644
index f690ebd..0000000
--- 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 <[email protected]> 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 <[email protected]>
-  -atompaw2abinit-3.3.0.ebuild, +atompaw2abinit-3.3.0-r1.ebuild:
-  Homepage and source URI changed
-
-  21 Jun 2011; Justin Lecher <[email protected]> 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 <[email protected]>
-  +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/atompaw2abinit-3.3.0-r1.ebuild 
b/sci-physics/atompaw2abinit/atompaw2abinit-3.3.0-r1.ebuild
deleted file mode 100644
index d41e796..0000000
--- 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 131ee59..0000000
--- 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>

Reply via email to