public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-p2p/vuze-coreplugins/
@ 2023-03-18 16:45 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-03-18 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     abb31024563f3dd37dbe66e813a614f2dc7d21ce
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 16:43:06 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 16:43:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb31024

net-p2p/vuze-coreplugins: treeclean

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-p2p/vuze-coreplugins/Manifest                  |  4 --
 net-p2p/vuze-coreplugins/metadata.xml              | 11 -----
 .../vuze-coreplugins-5.7.6.0.ebuild                | 51 ----------------------
 profiles/package.mask                              |  1 -
 4 files changed, 67 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/Manifest b/net-p2p/vuze-coreplugins/Manifest
deleted file mode 100644
index dddc53cc605b..000000000000
--- a/net-p2p/vuze-coreplugins/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST azplugins_2.1.10.jar 313871 BLAKE2B 98d27cdf08adc27dffd6117f436a2868bf02d8b33d97bc6366182f7bd2a26293c79c4ac76aa198211b466cc90757acafd72b85703868acd42d0f748b8fae9708 SHA512 d61d517537e265cfdef5e48a8ad70afca43e1c53edb91e85e7e54296eab838b82510eb48911d545d27e4e014e6a3f599e4c1535a7c5468e69f89a88b178329c2
-DIST azrating_1.5.19.jar 114515 BLAKE2B fbd4251bfa1259d750d655f64e143437d7025badb849cf11e20b0119d8dc6c66e98f9f055c0a4d3830bc0f7fe3b3b5eaa32eefd6b8e9e56b40ba554becbb4eb0 SHA512 e75d331e21cb72b0401e62ab6828dc8c76301f84e1b3c8d01e8cbc1a95eda2a7736925212d4e4dc38239d02cddf864bf544a75f3d6d9ce5bb8cdddbc863ee03a
-DIST azupdater_1.9.2.zip 26390 BLAKE2B 9c146beee646cd4a31a1014286d4a2bdbe791b5841c0bc2dca1d0740546f224d34294efcc0ae7a36ae21b8a9e93a442369af8e896255bb11518a5a80b27fff11 SHA512 8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
-DIST azupnpav_0.5.7.zip 264998 BLAKE2B 70a8864c61a9b9c3520ae04b0576678c768c619de1f822cfa7968617d7d37597077126b7b562d7a6ebd7458fa8a4e1fecd733be2db41ebe2aec7b8825d00f669 SHA512 f58fa8a3e26d204080a8567240bcbac2868233137ddb073c2ca0c91c17ace5f7a07cebfb1eef04e7fb18eb9287418329b5ca742681806fce78a975e0053ddf1c

diff --git a/net-p2p/vuze-coreplugins/metadata.xml b/net-p2p/vuze-coreplugins/metadata.xml
deleted file mode 100644
index 71a06860d27c..000000000000
--- a/net-p2p/vuze-coreplugins/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>java@gentoo.org</email>
-		<name>Java</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="sourceforge">azureus</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
deleted file mode 100644
index f4e118503103..000000000000
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# update these when bumping the version
-PLUGINS_V=2.1.10  # http://www.vuze.com/plugins/details/azplugins
-RATING_V=1.5.19   # http://www.vuze.com/plugins/details/azrating
-UPDATER_V=1.9.2   # http://www.vuze.com/plugins/details/azupdater
-UPNPAV_V=0.5.7    # http://www.vuze.com/plugins/details/azupnpav
-
-PLUGINS_DIST=azplugins_${PLUGINS_V}.jar
-RATING_DIST=azrating_${RATING_V}.jar
-UPDATER_DIST=azupdater_${UPDATER_V}.zip
-UPNPAV_DIST=azupnpav_${UPNPAV_V}.zip
-
-ALLPLUGINS_URL="http://azureus.sourceforge.net/plugins"
-
-DESCRIPTION="Core plugins for Vuze that are included in upstream distribution"
-HOMEPAGE="http://www.vuze.com/"
-SRC_URI="
-	${ALLPLUGINS_URL}/${PLUGINS_DIST}
-	${ALLPLUGINS_URL}/${RATING_DIST}
-	${ALLPLUGINS_URL}/${UPDATER_DIST}
-	${ALLPLUGINS_URL}/${UPNPAV_DIST}"
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-RDEPEND="~net-p2p/vuze-${PV}"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_unpack() {
-	mkdir -p plugins/{azplugins,azrating,azupdater,azupnpav} || die
-	cp "${DISTDIR}"/${PLUGINS_DIST} plugins/azplugins || die
-	cp "${DISTDIR}"/${RATING_DIST} plugins/azrating || die
-	cd "${WORKDIR}"/plugins/azupdater && unpack ${UPDATER_DIST} || die
-	cd "${WORKDIR}"/plugins/azupnpav && unpack ${UPNPAV_DIST} || die
-}
-
-src_compile() { :; }
-
-src_install() {
-	insinto /usr/share/vuze/
-	doins -r "${WORKDIR}/plugins"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index bc3ce1396cd7..2c9943d79703 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -309,7 +309,6 @@ dev-python/pkgutil_resolve_name
 # work with newer log4j, bug #857663. Use net-p2p/biglybt
 # instead. Removal on 2023-02-28.
 net-p2p/vuze
-net-p2p/vuze-coreplugins
 
 # Sam James <sam@gentoo.org> (2022-12-27)
 # Regression in listing subvolumes (no UUIDs), bug #888549


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-18 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-18 16:45 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-p2p/vuze-coreplugins/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox