commit:     9290e3ac6dd527555c4aa3faebd3a0ff0ad6e066
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 18 11:57:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jan 18 11:57:29 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9290e3ac

sci-chemistry/polygon: remove pack, upstream says 403

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

 profiles/package.mask                     |  1 -
 sci-chemistry/polygon/files/0612-db.patch | 11 --------
 sci-chemistry/polygon/metadata.xml        |  8 ------
 sci-chemistry/polygon/polygon-0612.ebuild | 42 -------------------------------
 4 files changed, 62 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 07e00ce6c..1b43e59cd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -122,4 +122,3 @@ sci-chemistry/camshift
 sci-chemistry/dssp2pdb
 sci-chemistry/mddnmr
 sci-chemistry/nmrpipe
-sci-chemistry/polygon

diff --git a/sci-chemistry/polygon/files/0612-db.patch 
b/sci-chemistry/polygon/files/0612-db.patch
deleted file mode 100644
index a12225f29..000000000
--- a/sci-chemistry/polygon/files/0612-db.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- polygon0612.tcl    2009-10-15 16:11:36.000000000 +0200
-+++ polygon0612.tcl.new        2009-10-23 17:59:32.723500534 +0200
-@@ -22,7 +22,7 @@
- #
- #database name
- #
--set currentFile1 pdb_2009-04-29_ord.txt
-+set currentFile1 /usr/share/polygon/pdb_2009-04-29_ord.txt
- 
- # numcol - number of columns in the database
-   set numcol 63

diff --git a/sci-chemistry/polygon/metadata.xml 
b/sci-chemistry/polygon/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-chemistry/polygon/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/polygon/polygon-0612.ebuild 
b/sci-chemistry/polygon/polygon-0612.ebuild
deleted file mode 100644
index e1d86c3d6..000000000
--- a/sci-chemistry/polygon/polygon-0612.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DB="pdb_2009-04-29_ord"
-MY_P="${PN}${PV}"
-
-DESCRIPTION="shows qualitatively if some models parameters are over- or 
under-refined"
-HOMEPAGE="http://www-ibmc.u-strasbg.fr/arn/Site_UPR9002/Polygon/Polygon.html";
-SRC_URI="
-       http://www-ibmc.u-strasbg.fr/arn/Site_UPR9002/Polygon/${MY_P}.tcl
-       http://www-ibmc.u-strasbg.fr/arn/Site_UPR9002/Polygon/${DB}.zip
-"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/tcl"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_unpack() {
-       unpack ${DB}.zip
-       cp "${DISTDIR}"/${MY_P}.tcl "${S}" || die
-}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PV}-db.patch
-}
-
-src_install() {
-       edos2unix ${MY_P}.tcl
-       newbin ${MY_P}.tcl ${PN}
-       insinto /usr/share/${PN}
-       doins ${DB}.txt
-}

Reply via email to