commit: ab72b9298488d46c6455a75bda71c07d54a92faf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 10 12:24:13 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 10 12:24:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab72b929
net-p2p/xnap: Remove last-rited pkg Closes: https://bugs.gentoo.org/693886 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-p2p/xnap/Manifest | 1 - net-p2p/xnap/metadata.xml | 13 ------------- net-p2p/xnap/xnap-2.5-r3.ebuild | 32 -------------------------------- profiles/package.mask | 5 ----- 4 files changed, 51 deletions(-) diff --git a/net-p2p/xnap/Manifest b/net-p2p/xnap/Manifest deleted file mode 100644 index dbdd428e9f7..00000000000 --- 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 c1b47035759..00000000000 --- 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 c77d4e4539f..00000000000 --- 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} -} diff --git a/profiles/package.mask b/profiles/package.mask index 09564ed1370..5e0ae33fa1f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -868,11 +868,6 @@ sys-apps/fwcrv # Removal in 30 days. Bug #693900. sys-apps/checkservice -# Michał Górny <[email protected]> (2019-09-09) -# Unmaintained. Last release in 2004. EAPI 0. No amd64 keyword. -# Removal in 30 days. Bug #693886. -net-p2p/xnap - # Lars Wendler <[email protected]> (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.
