Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-p2p/vuze-coreplugins/
Date: Sat, 18 Mar 2023 16:45:37
Message-Id: 1679157786.abb31024563f3dd37dbe66e813a614f2dc7d21ce.soap@gentoo
1 commit: abb31024563f3dd37dbe66e813a614f2dc7d21ce
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 16:43:06 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 16:43:06 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb31024
7
8 net-p2p/vuze-coreplugins: treeclean
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-p2p/vuze-coreplugins/Manifest | 4 --
13 net-p2p/vuze-coreplugins/metadata.xml | 11 -----
14 .../vuze-coreplugins-5.7.6.0.ebuild | 51 ----------------------
15 profiles/package.mask | 1 -
16 4 files changed, 67 deletions(-)
17
18 diff --git a/net-p2p/vuze-coreplugins/Manifest b/net-p2p/vuze-coreplugins/Manifest
19 deleted file mode 100644
20 index dddc53cc605b..000000000000
21 --- a/net-p2p/vuze-coreplugins/Manifest
22 +++ /dev/null
23 @@ -1,4 +0,0 @@
24 -DIST azplugins_2.1.10.jar 313871 BLAKE2B 98d27cdf08adc27dffd6117f436a2868bf02d8b33d97bc6366182f7bd2a26293c79c4ac76aa198211b466cc90757acafd72b85703868acd42d0f748b8fae9708 SHA512 d61d517537e265cfdef5e48a8ad70afca43e1c53edb91e85e7e54296eab838b82510eb48911d545d27e4e014e6a3f599e4c1535a7c5468e69f89a88b178329c2
25 -DIST azrating_1.5.19.jar 114515 BLAKE2B fbd4251bfa1259d750d655f64e143437d7025badb849cf11e20b0119d8dc6c66e98f9f055c0a4d3830bc0f7fe3b3b5eaa32eefd6b8e9e56b40ba554becbb4eb0 SHA512 e75d331e21cb72b0401e62ab6828dc8c76301f84e1b3c8d01e8cbc1a95eda2a7736925212d4e4dc38239d02cddf864bf544a75f3d6d9ce5bb8cdddbc863ee03a
26 -DIST azupdater_1.9.2.zip 26390 BLAKE2B 9c146beee646cd4a31a1014286d4a2bdbe791b5841c0bc2dca1d0740546f224d34294efcc0ae7a36ae21b8a9e93a442369af8e896255bb11518a5a80b27fff11 SHA512 8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
27 -DIST azupnpav_0.5.7.zip 264998 BLAKE2B 70a8864c61a9b9c3520ae04b0576678c768c619de1f822cfa7968617d7d37597077126b7b562d7a6ebd7458fa8a4e1fecd733be2db41ebe2aec7b8825d00f669 SHA512 f58fa8a3e26d204080a8567240bcbac2868233137ddb073c2ca0c91c17ace5f7a07cebfb1eef04e7fb18eb9287418329b5ca742681806fce78a975e0053ddf1c
28
29 diff --git a/net-p2p/vuze-coreplugins/metadata.xml b/net-p2p/vuze-coreplugins/metadata.xml
30 deleted file mode 100644
31 index 71a06860d27c..000000000000
32 --- a/net-p2p/vuze-coreplugins/metadata.xml
33 +++ /dev/null
34 @@ -1,11 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <maintainer type="project">
39 - <email>java@g.o</email>
40 - <name>Java</name>
41 - </maintainer>
42 - <upstream>
43 - <remote-id type="sourceforge">azureus</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 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
48 deleted file mode 100644
49 index f4e118503103..000000000000
50 --- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
51 +++ /dev/null
52 @@ -1,51 +0,0 @@
53 -# Copyright 1999-2019 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=7
57 -
58 -# update these when bumping the version
59 -PLUGINS_V=2.1.10 # http://www.vuze.com/plugins/details/azplugins
60 -RATING_V=1.5.19 # http://www.vuze.com/plugins/details/azrating
61 -UPDATER_V=1.9.2 # http://www.vuze.com/plugins/details/azupdater
62 -UPNPAV_V=0.5.7 # http://www.vuze.com/plugins/details/azupnpav
63 -
64 -PLUGINS_DIST=azplugins_${PLUGINS_V}.jar
65 -RATING_DIST=azrating_${RATING_V}.jar
66 -UPDATER_DIST=azupdater_${UPDATER_V}.zip
67 -UPNPAV_DIST=azupnpav_${UPNPAV_V}.zip
68 -
69 -ALLPLUGINS_URL="http://azureus.sourceforge.net/plugins"
70 -
71 -DESCRIPTION="Core plugins for Vuze that are included in upstream distribution"
72 -HOMEPAGE="http://www.vuze.com/"
73 -SRC_URI="
74 - ${ALLPLUGINS_URL}/${PLUGINS_DIST}
75 - ${ALLPLUGINS_URL}/${RATING_DIST}
76 - ${ALLPLUGINS_URL}/${UPDATER_DIST}
77 - ${ALLPLUGINS_URL}/${UPNPAV_DIST}"
78 -LICENSE="GPL-2 BSD"
79 -
80 -SLOT="0"
81 -KEYWORDS="amd64 ppc64 x86"
82 -IUSE=""
83 -
84 -RDEPEND="~net-p2p/vuze-${PV}"
85 -DEPEND="${RDEPEND}
86 - app-arch/unzip"
87 -
88 -S="${WORKDIR}"
89 -
90 -src_unpack() {
91 - mkdir -p plugins/{azplugins,azrating,azupdater,azupnpav} || die
92 - cp "${DISTDIR}"/${PLUGINS_DIST} plugins/azplugins || die
93 - cp "${DISTDIR}"/${RATING_DIST} plugins/azrating || die
94 - cd "${WORKDIR}"/plugins/azupdater && unpack ${UPDATER_DIST} || die
95 - cd "${WORKDIR}"/plugins/azupnpav && unpack ${UPNPAV_DIST} || die
96 -}
97 -
98 -src_compile() { :; }
99 -
100 -src_install() {
101 - insinto /usr/share/vuze/
102 - doins -r "${WORKDIR}/plugins"
103 -}
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index bc3ce1396cd7..2c9943d79703 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -309,7 +309,6 @@ dev-python/pkgutil_resolve_name
110 # work with newer log4j, bug #857663. Use net-p2p/biglybt
111 # instead. Removal on 2023-02-28.
112 net-p2p/vuze
113 -net-p2p/vuze-coreplugins
114
115 # Sam James <sam@g.o> (2022-12-27)
116 # Regression in listing subvolumes (no UUIDs), bug #888549