diff options
author | 2023-04-21 10:54:35 +0200 | |
---|---|---|
committer | 2023-04-21 10:54:35 +0200 | |
commit | ef54725de114b71f493fecd2d0bbe336d1835b1c (patch) | |
tree | 09dfc94c24feb20c7f7e47da6cf2ca2a4d7db3a7 /sci-libs/xdrfile | |
parent | x11-wm/subtle: treeclean (diff) | |
download | gentoo-ef54725de114b71f493fecd2d0bbe336d1835b1c.tar.gz gentoo-ef54725de114b71f493fecd2d0bbe336d1835b1c.tar.bz2 gentoo-ef54725de114b71f493fecd2d0bbe336d1835b1c.zip |
sci-libs/xdrfile: treeclean
Closes: https://bugs.gentoo.org/683166
Closes: https://bugs.gentoo.org/814658
Closes: https://bugs.gentoo.org/834966
Closes: https://bugs.gentoo.org/898262
Bug: https://bugs.gentoo.org/903559
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/xdrfile')
-rw-r--r-- | sci-libs/xdrfile/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/xdrfile/metadata.xml | 12 | ||||
-rw-r--r-- | sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild | 23 |
3 files changed, 0 insertions, 36 deletions
diff --git a/sci-libs/xdrfile/Manifest b/sci-libs/xdrfile/Manifest deleted file mode 100644 index ac45968b3a42..000000000000 --- a/sci-libs/xdrfile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xdrfile-1.1.4.tar.gz 815342 BLAKE2B 9f2703cdd67dd6cb3156ab96e496dd4fa37d3a60d660da0a6129562ed295bb52ed5d5acb54aab1bd8b682e31f6155e96541dd47fee7226ae058d62f6efe3937a SHA512 70352efcce989172893e34855edd17990c80f3b5f956b2d8b03a5e75593280e981a56b00616adb950a7da5713729029aecb5dd2cd4c52a658a77eca43aa290df diff --git a/sci-libs/xdrfile/metadata.xml b/sci-libs/xdrfile/metadata.xml deleted file mode 100644 index 638f4aa32334..000000000000 --- a/sci-libs/xdrfile/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>alexxy@gentoo.org</email> - <name>Alexey Shvetsov</name> - </maintainer> -<maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> diff --git a/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild b/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild deleted file mode 100644 index 22cb5ad3872c..000000000000 --- a/sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FORTRAN_NEEDED="fortran" - -inherit fortran-2 - -DESCRIPTION="Library to read gromacs trajectory and topology files" -HOMEPAGE="http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library" -SRC_URI="ftp://ftp.gromacs.org/pub/contrib/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="fortran static-libs" - -src_configure() { - local myeconfargs=( $(use_enable fortran) ) - - default -} |