+++ /dev/null
-DIST xnap-2.5r3.jar 1320779 BLAKE2B ed5103e4371aa9bc96cb1610c9fcdfcf8177ffcbe8c1801f2130e6e5ac9bd7fdb0b91c8bca8fd3e411f72b3dd6cd7284a6fab8da35c026385347c6a64a21e2d5 SHA512 6dcfc7b6d56c86a8a2e554b67449c60c784033cdc8962613dc0e4555b9139c71c7cc958f40b2a5a14e60c4abfde747b5ba9868a358837ceee3b730af34cf5f69
+++ /dev/null
-<?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>
+++ /dev/null
-# 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}
-}
# 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.