summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/Manifest.gzbin44125 -> 43963 bytes
-rw-r--r--sci-libs/xdrfile/Manifest3
-rw-r--r--sci-libs/xdrfile/metadata.xml12
-rw-r--r--sci-libs/xdrfile/xdrfile-1.1.4-r1.ebuild23
4 files changed, 0 insertions, 38 deletions
diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz
index 2e156c71c5f1..d0031d443ea8 100644
--- a/sci-libs/Manifest.gz
+++ b/sci-libs/Manifest.gz
Binary files differ
diff --git a/sci-libs/xdrfile/Manifest b/sci-libs/xdrfile/Manifest
deleted file mode 100644
index 282c689623ae..000000000000
--- a/sci-libs/xdrfile/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST xdrfile-1.1.4.tar.gz 815342 BLAKE2B 9f2703cdd67dd6cb3156ab96e496dd4fa37d3a60d660da0a6129562ed295bb52ed5d5acb54aab1bd8b682e31f6155e96541dd47fee7226ae058d62f6efe3937a SHA512 70352efcce989172893e34855edd17990c80f3b5f956b2d8b03a5e75593280e981a56b00616adb950a7da5713729029aecb5dd2cd4c52a658a77eca43aa290df
-EBUILD xdrfile-1.1.4-r1.ebuild 548 BLAKE2B 1cc382aec68a5f6fba269c077aba328139c73a93c3226ddfdc7b64d397b9c13f0395a7afd786fa6cb4cb4e5d0b36f17951c0a035dd3744ec8be91553f19f53d9 SHA512 09729f57196137cd7389ac161c05350e685a08cad230b730b9c234b0a0a78e36169dbacd8c4ea39129d49bbcc7b7497316b767f59fbbacdcb02d9e203ca2fca8
-MISC metadata.xml 374 BLAKE2B 92ab7aca750bc89a6c006934349c8a310407e88b93ba28416cd29add50542ad95d6306ca3eb4d82f5b610ce20251736f6be7c3bc0085cf163346e6d81a9be492 SHA512 342de5a16dc9115281e13cff35359d362e53cf0654d0aa38fcab862a4d31a45332e49933fe6b7976ce2e6d03fb8cb86543448fdc94faad98930aa63568f10769
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
-}