aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-25 13:26:36 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-25 13:26:36 +0200
commit99bb0d558f8f42fd8a39f3341213e379eabf7a79 (patch)
tree8ab5c81c0e1b66e1d7a20cae352bbe4613dd9c58
parentsci-biology/tmhmm: treeclean (diff)
downloadsci-99bb0d558f8f42fd8a39f3341213e379eabf7a79.tar.gz
sci-99bb0d558f8f42fd8a39f3341213e379eabf7a79.tar.bz2
sci-99bb0d558f8f42fd8a39f3341213e379eabf7a79.zip
sci-chemistry/ligplot+: treeclean
Bug: https://bugs.gentoo.org/902383 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--profiles/package.mask1
-rw-r--r--sci-chemistry/ligplot+/Manifest1
-rw-r--r--sci-chemistry/ligplot+/ligplot+-1.4.ebuild42
-rw-r--r--sci-chemistry/ligplot+/metadata.xml8
4 files changed, 0 insertions, 52 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 15acd8546..0600eed4c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -41,6 +41,5 @@ sci-biology/RSeQC
# Andrew Ammerlaan <andrewammerlaan@gentoo.org) (10 Feb 2023)
# Fetch restricted ebuilds without proper manifest entry
-sci-chemistry/ligplot+
sci-chemistry/nmrview
sci-chemistry/rosetta-tools
diff --git a/sci-chemistry/ligplot+/Manifest b/sci-chemistry/ligplot+/Manifest
deleted file mode 100644
index 996b438bb..000000000
--- a/sci-chemistry/ligplot+/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST LigPlus.zip 1937904 SHA256 5d47af05f1fb48b4c0a6dee4d8eacb0d2ffe90966b0419d954c9d0f7a6580b49 SHA512 fee1c9b54c895d26ebd81f283ab942b199db87d189a01f22aebf26d6ed90e801f53b64cf9abf870721a4b478e68bf390b0e1c9eb9b02a692a1011271611f7afd WHIRLPOOL d86822b5e4cd0bd429df912f3b60de11094a2e549841f59343c0435a329a5c1181e543e06af9eb760d3bbbc6a12414fc5477c87f192deb40304d7ce619b65f28
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
deleted file mode 100644
index 80963ed83..000000000
--- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="GUI-based version of LIGPLOT"
-HOMEPAGE="https://www.ebi.ac.uk/thornton-srv/software/LigPlus/"
-SRC_URI="LigPlus.zip"
-
-SLOT="0"
-LICENSE="ligplot+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="virtual/jre:*"
-DEPEND="app-arch/unzip"
-
-RESTRICT="fetch"
-
-S="${WORKDIR}/LigPlus"
-
-QA_PREBUILT="opt/${PN}/.*"
-
-pkg_nofetch() {
- elog "Please visit"
- elog "http://www.ebi.ac.uk/thornton-srv/software/LigPlus/applicence.html"
- elog "download ${A}"
- elog "and save into your DISTDIR folder"
-}
-
-src_prepare() {
- default
- rm -rf lib/*{win,mac} || die
-}
-
-src_install() {
- insinto /opt/${PN}
- doins -r lib LigPlus.jar
-
- make_wrapper ${PN} "java -jar \"${EPREFIX}/opt/${PN}/LigPlus.jar\""
-}
diff --git a/sci-chemistry/ligplot+/metadata.xml b/sci-chemistry/ligplot+/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-chemistry/ligplot+/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-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
-</pkgmetadata>