From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/atompaw2abinit/
Date: Tue, 22 Sep 2015 10:06:56 +0000 (UTC) [thread overview]
Message-ID: <1442915422.b08d75e2366c85d5d6bd57740a44018e57344aef.jlec@gentoo> (raw)
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 <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/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>
next reply other threads:[~2015-09-22 10:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-22 10:06 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-02-22 10:15 [gentoo-commits] proj/sci:master commit in: sci-physics/atompaw2abinit/ Justin Lecher
2011-12-17 8:51 Honza Macháček
2011-06-21 11:54 Justin Lecher
2011-02-25 5:20 Honza Macháček
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442915422.b08d75e2366c85d5d6bd57740a44018e57344aef.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox