commit:     2750cb91ee72a1dc21f441977bf4d424558ec735
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 12 20:22:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 12 20:28:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2750cb91

sci-chemistry/usf-tools: remove pack, missing deps, source is 404

upstream has dissapeared of the face of the internet

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../usf-tools/files/usf-tools-9999-longline.patch  | 57 ----------------------
 sci-chemistry/usf-tools/metadata.xml               |  8 ---
 sci-chemistry/usf-tools/usf-tools-9999.ebuild      | 33 -------------
 3 files changed, 98 deletions(-)

diff --git a/sci-chemistry/usf-tools/files/usf-tools-9999-longline.patch 
b/sci-chemistry/usf-tools/files/usf-tools-9999-longline.patch
deleted file mode 100644
index 028c0f45b..000000000
--- a/sci-chemistry/usf-tools/files/usf-tools-9999-longline.patch
+++ /dev/null
@@ -1,57 +0,0 @@
- gklib/pckrho.f |   24 ++++++++++++++++++------
- 1 files changed, 18 insertions(+), 6 deletions(-)
-
-diff --git a/gklib/pckrho.f b/gklib/pckrho.f
-index 31eefad..2dd5104 100644
---- a/gklib/pckrho.f
-+++ b/gklib/pckrho.f
-@@ -21,23 +21,33 @@ c        print *,'IX,IY,IZ    - ',ix, iy, iz
- c        print *,'JX,JY,LEVEL - ',jx,jy,level
- c        print *,'UVW         - ',uvw
- c
--      if (uvw(1) .eq. 1 .and. uvw(2) .eq. 2 .and. uvw(3) .eq. 3) then
-+        if (  uvw(1) .eq. 1
-+     :  .and. uvw(2) .eq. 2
-+     :  .and. uvw(3) .eq. 3) then
-         do 100 i=1,iy
-         do 100 j=1,ix
- 100       sav(j,i,level) = rho(j,i)
--      else if (uvw(1) .eq. 1 .and. uvw(2) .eq. 3 .and. uvw(3) .eq. 2) then
-+        else if (uvw(1) .eq. 1
-+     :  .and.    uvw(2) .eq. 3
-+     :  .and.    uvw(3) .eq. 2) then
-         do 110 i=1,iz
-         do 110 j=1,ix
- 110       sav(j,level,i) = rho(j,i)
--      else if (uvw(1) .eq. 2 .and. uvw(2) .eq. 1 .and. uvw(3) .eq. 3) then
-+        else if (uvw(1) .eq. 2
-+     :  .and.    uvw(2) .eq. 1
-+     :  .and.    uvw(3) .eq. 3) then
-         do 120 j=1,iy
-         do 120 i=1,ix
- 120       sav(i,j,level) = rho(j,i)
--      else if (uvw(1) .eq. 2 .and. uvw(2) .eq. 3 .and. uvw(3) .eq. 1) then
-+        else if (uvw(1) .eq. 2
-+     :  .and.    uvw(2) .eq. 3
-+     :  .and.    uvw(3) .eq. 1) then
-         do 130 i=1,iz
-         do 130 j=1,iy
- 130       sav(level,j,i) = rho(j,i)
--      else if (uvw(1) .eq. 3 .and. uvw(2) .eq. 1 .and. uvw(3) .eq. 2) then
-+        else if (uvw(1) .eq. 3
-+     :  .and.    uvw(2) .eq. 1
-+     :  .and.    uvw(3) .eq. 2) then
-         do 140 i=1,ix
- cxyz
- c          call ivalut (' I(x) now :',1,i)
-@@ -47,7 +57,9 @@ c            call ivalut (' J(z) now :',1,j)
- c            call rvalut (' RHO(j,i) :',1,rho(j,i))
- c            call rvalut (' SAV(I,LEVEL,J) :',1,sav(i,level,j))
- 140       sav(i,level,j) = rho(j,i)
--      else if (uvw(1) .eq. 3 .and. uvw(2) .eq. 2 .and. uvw(3) .eq. 1) then
-+        else if (uvw(1) .eq. 3
-+     :  .and.    uvw(2) .eq. 2
-+     :  .and.    uvw(3) .eq. 1) then
-         do 150 i=1,iy
-         do 150 j=1,iz
- 150       sav(level,i,j) = rho(j,i)

diff --git a/sci-chemistry/usf-tools/metadata.xml 
b/sci-chemistry/usf-tools/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-chemistry/usf-tools/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>sci-chemis...@gentoo.org</email>
-               <name>Gentoo Chemistry Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/sci-chemistry/usf-tools/usf-tools-9999.ebuild 
b/sci-chemistry/usf-tools/usf-tools-9999.ebuild
deleted file mode 100644
index b6561aad4..000000000
--- a/sci-chemistry/usf-tools/usf-tools-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=y
-
-inherit autotools-utils flag-o-matic  fortran-2
-
-_AP=001
-
-DESCRIPTION="The USF program suite"
-HOMEPAGE="http://xray.bmc.uu.se/usf/";
-SRC_URI="
-       http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> 
${P}.tar.gz
-       http://dev.gentoo.org/~jlec/distfiles/${PN}-autotools-${_AP}.tar.xz";
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS=""
-IUSE="static-libs"
-
-RDEPEND="
-       sci-libs/libccp4
-       sci-libs/mmdb:0"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/usf_export
-
-src_prepare() {
-       append-fflags -ffixed-line-length-132 -DLINUX -cpp
-       autotools-utils_src_prepare
-}

Reply via email to