net-p2p/xnap: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:24:13 +0000 (14:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:24:13 +0000 (14:24 +0200)
Closes: https://bugs.gentoo.org/693886
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-p2p/xnap/Manifest [deleted file]
net-p2p/xnap/metadata.xml [deleted file]
net-p2p/xnap/xnap-2.5-r3.ebuild [deleted file]
profiles/package.mask

diff --git a/net-p2p/xnap/Manifest b/net-p2p/xnap/Manifest
deleted file mode 100644 (file)
index dbdd428..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST xnap-2.5r3.jar 1320779 BLAKE2B ed5103e4371aa9bc96cb1610c9fcdfcf8177ffcbe8c1801f2130e6e5ac9bd7fdb0b91c8bca8fd3e411f72b3dd6cd7284a6fab8da35c026385347c6a64a21e2d5 SHA512 6dcfc7b6d56c86a8a2e554b67449c60c784033cdc8962613dc0e4555b9139c71c7cc958f40b2a5a14e60c4abfde747b5ba9868a358837ceee3b730af34cf5f69
diff --git a/net-p2p/xnap/metadata.xml b/net-p2p/xnap/metadata.xml
deleted file mode 100644 (file)
index c1b4703..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription>
-               XNap provides a plugin enabled framework for peer-to-peer (P2P) applications and a client which is based on that framework. It is free software and licensed under the GNU Public License .
-
-               XNap is purely written in Java. The client features a modern Swing based user interface and console support that will run nicely on every platform with a recent Java Runtime Environment (1.3 or higher).
-       </longdescription>
-       <upstream>
-               <remote-id type="sourceforge">xnap</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/net-p2p/xnap/xnap-2.5-r3.ebuild b/net-p2p/xnap/xnap-2.5-r3.ebuild
deleted file mode 100644 (file)
index c77d4e4..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="A P2P framework and client"
-HOMEPAGE="http://xnap.sf.net"
-SRC_URI="mirror://sourceforge/xnap/${P}r3.jar"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-RDEPEND=">=virtual/jre-1.3"
-
-S=${WORKDIR}
-
-src_unpack() {
-       cp ${DISTDIR}/${A} ${WORKDIR}/
-}
-
-src_install() {
-       mv ${S}/${A} ${S}/${PN}.jar
-       insinto /opt/${PN}/lib
-       doins ${PN}.jar
-
-       echo "#!/bin/sh" > ${PN}
-       echo "cd /opt/${PN}" >> ${PN}
-       echo '${JAVA_HOME}'/bin/java -jar lib/${PN}.jar '$*' >> ${PN}
-
-       into /opt
-       dobin ${PN}
-}
index 09564ed13705fb49e03c8923975ac7a663bf3ae3..5e0ae33fa1fc42a9bd0a0ba14f1897cdc402a8f9 100644 (file)
@@ -868,11 +868,6 @@ sys-apps/fwcrv
 # Removal in 30 days.  Bug #693900.
 sys-apps/checkservice
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Unmaintained.  Last release in 2004.  EAPI 0.  No amd64 keyword.
-# Removal in 30 days.  Bug #693886.
-net-p2p/xnap
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.