mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sci-libs/jmol-acme: Remove last-rited pkg
Closes: https://bugs.gentoo.org/568364 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -794,11 +794,6 @@ x11-terms/multi-aterm
|
||||
# Removal in 30 days. See bug #703552.
|
||||
games-util/xboxgw
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2019-12-22)
|
||||
# Unmaintained, dead upstreams, monstrous build systems.
|
||||
# Bug #568364, Removal in 30 days.
|
||||
sci-libs/jmol-acme
|
||||
|
||||
# Tomáš Mózes <hydrapolic@gentoo.org> (2019-12-19)
|
||||
# Needs more testing.
|
||||
=app-emulation/xen-4.13.0
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST Acme.tar.gz 478667 BLAKE2B f32212dc0796949416ffd5c2347c66ae9d9f8cacb3974e1f1eb972b2b5b541c685f3f857414d4726db82f49c77cf6f3e8d8e26d27f527224c23f893f5d859b96 SHA512 cf172ce6d341d9a559ef8db837a7c163fb494d5629d2738279b2b0b68bf8874303e37d72c519171a885efca9a1505345f454e434f6f578d370bef961cb7a4d46
|
||||
@@ -1,4 +0,0 @@
|
||||
./IntHashtable.java
|
||||
./JPM/Encoders/GifEncoder.java
|
||||
./JPM/Encoders/ImageEncoder.java
|
||||
./JPM/Encoders/PpmEncoder.java
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
MY_P="Acme"
|
||||
|
||||
# It proved difficult to recompile the whole Acme package, so we'll only take what we need.
|
||||
|
||||
DESCRIPTION="Portions of the Acme collection required for jMol"
|
||||
HOMEPAGE="http://www.acme.com/"
|
||||
SRC_URI="http://www.acme.com/resources/classes/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/jdk-1.4"
|
||||
RDEPEND=">=virtual/jre-1.4"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
mkdir -p classes
|
||||
find . -name \*.class -delete
|
||||
java-pkg_filter-compiler jikes
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cp "${FILESDIR}/src.list" "${T}" || die
|
||||
ejavac -sourcepath "" -d "${S}/classes" "@${T}/src.list"
|
||||
jar cf "${PN}.jar" -C classes . || die "failed to create jar"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_dojar ${PN}.jar
|
||||
}
|
||||
@@ -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@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user