commit:     9af6c93d6f94a6287006a73267667bf9f730c41a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 09:13:45 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 09:17:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af6c93d

sys-cluster/projections: treeclean

Closes: https://bugs.gentoo.org/828682
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                            |  6 -----
 sys-cluster/projections/Manifest                 |  1 -
 sys-cluster/projections/metadata.xml             | 12 ----------
 sys-cluster/projections/projections-6.2.1.ebuild | 29 ------------------------
 4 files changed, 48 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index fd59a8ba3199..c0fe2bde729a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -273,12 +273,6 @@ dev-java/cofoja
 dev-java/laf-plugin
 dev-java/args4j
 
-# Jakov Smolić <[email protected]> (2022-01-12)
-# Outdated java package, uses EAPI 5, no revdeps,
-# no other distro is packaging this.
-# Removal on 2022-02-11. Bug #828682.
-sys-cluster/projections
-
 # Brian Evans <[email protected]> (2022-01-07)
 # The main consumer, phpunit, does not initiate the new timer correctly
 # This is likely to cause issues in tests; Unmask if using for other purposes

diff --git a/sys-cluster/projections/Manifest b/sys-cluster/projections/Manifest
deleted file mode 100644
index f3e4c4259adc..000000000000
--- a/sys-cluster/projections/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST projections_6.2.1.tar.gz 3713748 BLAKE2B 
2f8470d6783615f256ac5aee5c9f32eb73e2cd141e8611427213a0bfe1daf0afef849ec9a922131df94939521aba360cbe1cd8cceb940014cab6ed8c979ec2ac
 SHA512 
2a6e4b787491066dec31de05d777243252c08b4504743577297da7e3ecd9c4c3b96db46c295c55c413a98ebe5e338e6b90c213346925a20d89b47bb0b77eeaf8

diff --git a/sys-cluster/projections/metadata.xml 
b/sys-cluster/projections/metadata.xml
deleted file mode 100644
index 60a6fc6eb945..000000000000
--- a/sys-cluster/projections/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Nicolas Bock</name>
-       </maintainer>
-<maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/sys-cluster/projections/projections-6.2.1.ebuild 
b/sys-cluster/projections/projections-6.2.1.ebuild
deleted file mode 100644
index a3d6764d546a..000000000000
--- a/sys-cluster/projections/projections-6.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit java-pkg-2
-
-DESCRIPTION="Projections Performance Analysis Framework for Charm++ 
Applications"
-HOMEPAGE="http://charm.cs.uiuc.edu/";
-SRC_URI="http://charm.cs.illinois.edu/distrib/binaries/projections/projections_${PV}.tar.gz";
-
-S="${WORKDIR}/${PN}_${PV}"
-
-LICENSE="charm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       >=virtual/jre-1.6
-       sys-cluster/charm[charmtracing]"
-
-src_install() {
-       java-pkg_newjar ${PN}.jar
-       java-pkg_dolauncher ${PN} \
-               --main projections.analysis.ProjMain \
-               --jar ${PN}.jar
-}

Reply via email to