summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-06-06 19:21:42 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-06 19:21:42 +0200
commit59cc3c6c6b1b4de8f8461a19e92ebc3f0e5a3dc1 (patch)
tree043f5604e4cc124ff832ddd73c1476c10bf31c4a /dev-util
parentmedia-sound/entagged-tageditor: Remove last-rited pkg (diff)
downloadgentoo-59cc3c6c6b1b4de8f8461a19e92ebc3f0e5a3dc1.tar.gz
gentoo-59cc3c6c6b1b4de8f8461a19e92ebc3f0e5a3dc1.tar.bz2
gentoo-59cc3c6c6b1b4de8f8461a19e92ebc3f0e5a3dc1.zip
dev-util/jarwizard: Remove last-rited pkg
Closes: https://bugs.gentoo.org/787368 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/jarwizard/Manifest1
-rw-r--r--dev-util/jarwizard/jarwizard-2.50.ebuild31
-rw-r--r--dev-util/jarwizard/metadata.xml11
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-util/jarwizard/Manifest b/dev-util/jarwizard/Manifest
deleted file mode 100644
index 5de8654055be..000000000000
--- a/dev-util/jarwizard/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jarwizard_250_src.zip 169540 BLAKE2B b4fe55b2f9ef8e1ed05a2823b9a2fa5849f241b7a41f921aecb2aad43297e1d2a47fc1a33897813e8078d438b11a16b5c7242a1acbef4e08c8cb82d03ab04a5c SHA512 8d40cecd339e8e50b58c2c78a3c53b712275d95393d8ace4799b55a7f66f6e2a4bfd3348f92d6022d1d48c6edf17117c2b1bb1defc55e73fbdcf541907eeef1f
diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild
deleted file mode 100644
index d10d098ad575..000000000000
--- a/dev-util/jarwizard/jarwizard-2.50.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Takes the hassle out of creating executable JAR files for your Java programs"
-SRC_URI="mirror://sourceforge/jarwizard/${PN}_${PV/./}_src.zip"
-HOMEPAGE="https://sourceforge.net/projects/jarwizard/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.5
- app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- java-pkg-2_src_prepare
- java-ant_bsfix_one nbproject/build-impl.xml
-}
-
-src_install() {
- java-pkg_dojar dist/*.jar
- java-pkg_dolauncher ${PN} --main JarWizard
-}
diff --git a/dev-util/jarwizard/metadata.xml b/dev-util/jarwizard/metadata.xml
deleted file mode 100644
index 6c9274348332..000000000000
--- a/dev-util/jarwizard/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">jarwizard</remote-id>
- </upstream>
-</pkgmetadata>