Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-libs/jmol-acme/files/, sci-libs/jmol-acme/
Date: Mon, 03 Feb 2020 06:06:27
Message-Id: 1580709818.5236efd3ce5b6250f1d573af8dd7c4a5edfc0e2f.mgorny@gentoo
1 commit: 5236efd3ce5b6250f1d573af8dd7c4a5edfc0e2f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 06:01:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 06:03:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5236efd3
7
8 sci-libs/jmol-acme: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/568364
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 -----
14 sci-libs/jmol-acme/Manifest | 1 -
15 sci-libs/jmol-acme/files/src.list | 4 ----
16 sci-libs/jmol-acme/jmol-acme-1.0.ebuild | 40 ---------------------------------
17 sci-libs/jmol-acme/metadata.xml | 8 -------
18 5 files changed, 58 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 58403b14be3..4037341eec2 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -794,11 +794,6 @@ x11-terms/multi-aterm
25 # Removal in 30 days. See bug #703552.
26 games-util/xboxgw
27
28 -# David Seifert <soap@g.o> (2019-12-22)
29 -# Unmaintained, dead upstreams, monstrous build systems.
30 -# Bug #568364, Removal in 30 days.
31 -sci-libs/jmol-acme
32 -
33 # Tomáš Mózes <hydrapolic@g.o> (2019-12-19)
34 # Needs more testing.
35 =app-emulation/xen-4.13.0
36
37 diff --git a/sci-libs/jmol-acme/Manifest b/sci-libs/jmol-acme/Manifest
38 deleted file mode 100644
39 index 7f52e20b5bd..00000000000
40 --- a/sci-libs/jmol-acme/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST Acme.tar.gz 478667 BLAKE2B f32212dc0796949416ffd5c2347c66ae9d9f8cacb3974e1f1eb972b2b5b541c685f3f857414d4726db82f49c77cf6f3e8d8e26d27f527224c23f893f5d859b96 SHA512 cf172ce6d341d9a559ef8db837a7c163fb494d5629d2738279b2b0b68bf8874303e37d72c519171a885efca9a1505345f454e434f6f578d370bef961cb7a4d46
44
45 diff --git a/sci-libs/jmol-acme/files/src.list b/sci-libs/jmol-acme/files/src.list
46 deleted file mode 100644
47 index 14d1fc02856..00000000000
48 --- a/sci-libs/jmol-acme/files/src.list
49 +++ /dev/null
50 @@ -1,4 +0,0 @@
51 -./IntHashtable.java
52 -./JPM/Encoders/GifEncoder.java
53 -./JPM/Encoders/ImageEncoder.java
54 -./JPM/Encoders/PpmEncoder.java
55
56 diff --git a/sci-libs/jmol-acme/jmol-acme-1.0.ebuild b/sci-libs/jmol-acme/jmol-acme-1.0.ebuild
57 deleted file mode 100644
58 index 30ad53ef215..00000000000
59 --- a/sci-libs/jmol-acme/jmol-acme-1.0.ebuild
60 +++ /dev/null
61 @@ -1,40 +0,0 @@
62 -# Copyright 1999-2011 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=4
66 -
67 -inherit java-pkg-2 java-ant-2
68 -
69 -MY_P="Acme"
70 -
71 -# It proved difficult to recompile the whole Acme package, so we'll only take what we need.
72 -
73 -DESCRIPTION="Portions of the Acme collection required for jMol"
74 -HOMEPAGE="http://www.acme.com/"
75 -SRC_URI="http://www.acme.com/resources/classes/${MY_P}.tar.gz"
76 -
77 -LICENSE="BSD-2"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -IUSE=""
81 -
82 -DEPEND=">=virtual/jdk-1.4"
83 -RDEPEND=">=virtual/jre-1.4"
84 -
85 -S=${WORKDIR}/${MY_P}
86 -
87 -src_prepare() {
88 - mkdir -p classes
89 - find . -name \*.class -delete
90 - java-pkg_filter-compiler jikes
91 -}
92 -
93 -src_compile() {
94 - cp "${FILESDIR}/src.list" "${T}" || die
95 - ejavac -sourcepath "" -d "${S}/classes" "@${T}/src.list"
96 - jar cf "${PN}.jar" -C classes . || die "failed to create jar"
97 -}
98 -
99 -src_install() {
100 - java-pkg_dojar ${PN}.jar
101 -}
102
103 diff --git a/sci-libs/jmol-acme/metadata.xml b/sci-libs/jmol-acme/metadata.xml
104 deleted file mode 100644
105 index ae9640ffb9f..00000000000
106 --- a/sci-libs/jmol-acme/metadata.xml
107 +++ /dev/null
108 @@ -1,8 +0,0 @@
109 -<?xml version="1.0" encoding="UTF-8"?>
110 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
111 -<pkgmetadata>
112 - <maintainer type="project">
113 - <email>sci@g.o</email>
114 - <name>Gentoo Science Project</name>
115 - </maintainer>
116 -</pkgmetadata>