summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-10 14:24:13 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-10 14:24:13 +0200
commitab72b9298488d46c6455a75bda71c07d54a92faf (patch)
tree17967f34ebac6fefca6f1ad730c8182786db57d9 /net-p2p/xnap
parentnet-wireless/orinoco-fwutils: Remove last-rited pkg (diff)
downloadgentoo-ab72b9298488d46c6455a75bda71c07d54a92faf.tar.gz
gentoo-ab72b9298488d46c6455a75bda71c07d54a92faf.tar.bz2
gentoo-ab72b9298488d46c6455a75bda71c07d54a92faf.zip
net-p2p/xnap: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693886 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p/xnap')
-rw-r--r--net-p2p/xnap/Manifest1
-rw-r--r--net-p2p/xnap/metadata.xml13
-rw-r--r--net-p2p/xnap/xnap-2.5-r3.ebuild32
3 files changed, 0 insertions, 46 deletions
diff --git a/net-p2p/xnap/Manifest b/net-p2p/xnap/Manifest
deleted file mode 100644
index dbdd428e9f7d..000000000000
--- a/net-p2p/xnap/Manifest
+++ /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
index c1b47035759d..000000000000
--- a/net-p2p/xnap/metadata.xml
+++ /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
index c77d4e4539f6..000000000000
--- a/net-p2p/xnap/xnap-2.5-r3.ebuild
+++ /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}
-}