[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/, profiles/, net-p2p/vuze/files/

2023-03-18 Thread David Seifert
commit: 02518ec3e41bba4a3ca4cd68a4d2ce5dce23826f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 18 16:43:07 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 18 16:43:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02518ec3

net-p2p/vuze: treeclean

Closes: https://bugs.gentoo.org/857663
Signed-off-by: David Seifert  gentoo.org>

 net-p2p/vuze/Manifest  |   1 -
 net-p2p/vuze/files/build.xml   |  68 
 net-p2p/vuze/files/vuze-4.1.0.0-pre|  75 -
 .../vuze-5.3.0.0-disable-shared-plugins.patch  |  33 
 .../vuze/files/vuze-5.3.0.0-disable-updaters.patch |  45 --
 net-p2p/vuze/files/vuze-5.3.0.0-java5.patch|  11 --
 .../vuze/files/vuze-5.3.0.0-remove-classpath.patch |  10 --
 .../vuze/files/vuze-5.3.0.0-unbundle-json.patch|  42 -
 net-p2p/vuze/files/vuze-5.7.2.0-disable-osx.patch  |  71 -
 net-p2p/vuze/files/vuze-5.7.6.0-commons-lang.patch | 174 -
 net-p2p/vuze/files/vuze-5.7.6.0-log4j-12-api.patch | 130 ---
 net-p2p/vuze/files/vuze.desktop|   9 --
 net-p2p/vuze/metadata.xml  |  11 --
 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild| 147 -
 profiles/package.mask  |   6 -
 15 files changed, 833 deletions(-)

diff --git a/net-p2p/vuze/Manifest b/net-p2p/vuze/Manifest
deleted file mode 100644
index 4756bf87d1bb..
--- a/net-p2p/vuze/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Vuze_5760_source.zip 10928786 BLAKE2B 
df8bbb797f2a1b0c92bc19be122a0da3b6382dc80f51bb652026e3d68503d19ddb3b16e3bc6c333f12c8bfa52b014f85b0812fd5683fe4553040feff39ab77d8
 SHA512 
c4c1cc84d3c8ce31772bd677f105f6d00e0a6d867d6890b6a834c9e189bb1752e065a64308cdf1315bace1ca4783843553b45fbf3c15240c57584e2926ba92c5

diff --git a/net-p2p/vuze/files/build.xml b/net-p2p/vuze/files/build.xml
deleted file mode 100644
index 7b060c14b2f2..
--- a/net-p2p/vuze/files/build.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-   
-
-
- 
-   
-   
-   
-   
-   
-   
-   
-   
-   
-  
-
-  
-
-  
-   
-  
-   
-
-   
-   
-  
- 
-  
-   
-   
- 
-  
-   
-
-
-   
-  
- 
-
-
- 
-  
-  
-  
-
-   
-
-
-   
-  
- 
- 
-  
-  
-  
-   
-
-
-

diff --git a/net-p2p/vuze/files/vuze-4.1.0.0-pre 
b/net-p2p/vuze/files/vuze-4.1.0.0-pre
deleted file mode 100644
index 505a7e704df3..
--- a/net-p2p/vuze/files/vuze-4.1.0.0-pre
+++ /dev/null
@@ -1,75 +0,0 @@
-#
-# Copyright (c) 2005, Petteri Räty 
-# Copyright (c) 2004, Jochen Maes 
-# Copyright (c) 2004, Karl Trygve Kalleberg 
-# Copyright (c) 2004, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-
-# The Azureus config dir has moved
-olddotazudir="${HOME}/.Azureus"
-oldgentoocfg="${olddotazudir}/gentoo.config"
-dotazudir="${HOME}/.azureus"
-gentoocfg="${dotazudir}/gentoo.config"
-
-if [[ -f "${oldgentoocfg}" && -f "${gentoocfg}" ]]; then
-   cat > /dev/stderr < "${gentoocfg}" < /dev/stderr
-   echo 'Unsetting ${UI_OPTIONS} and trying to migrate to ${UI}' > 
/dev/stderr
-   if [[ ${UI_OPTIONS} = *--ui=console* ]]; then
-   UI=console
-   elif [[ ${UI_OPTIONS} = *--ui=swt* ]]; then
-   UI=swt
-   else
-   echo 'Could not make $UI from $UI_OPTIONS' > /dev/stderr
-   fi
-   unset UI_OPTIONS
-fi
-
-if [[ -z "${UI}" ]]; then
-   echo '$UI not set defaulting to swt' > /dev/stderr
-   UI="swt"
-fi
-
-[[ ! -e "${dotazudir}" ]] && create_initial_config

diff --git a/net-p2p/vuze/files/vuze-5.3.0.0-disable-shared-plugins.patch 
b/net-p2p/vuze/files/vuze-5.3.0.0-disable-shared-plugins.patch
deleted file mode 100644
index b459c8b38308..
--- a/net-p2p/vuze/files/vuze-5.3.0.0-disable-shared-plugins.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Disallow users to install into the shared plugin directory,
-which they won't have write access to.  This doesn't disable
-shared plugins, just removes the installation UI.
-
-
 a/org/gudy/azureus2/ui/swt/pluginsinstaller/IPWListPanel.java
-+++ b/org/gudy/azureus2/ui/swt/pluginsinstaller/IPWListPanel.java
-@@ -234,13 +234,13 @@ public class IPWListPanel extends 
AbstractWizardPanel {
-   }
-   
-   public boolean 
--  isNextEnabled() 
-+  isFinishEnabled()
-   {
-   return(((InstallPluginWizard)wizard).getPluginList().size() > 0 
);
-   }
-   
--  public IWizardPanel getNextPanel() {
--return new IPWInstallModePanel(wizard,this);
-+  public IWizardPanel getFinishPanel() {
-+return new IPWFinishPanel(wizard,this);
-   }
-   
-   public void updateList() {
-@@ -252,7 +252,7 @@ public class IPWListPanel extends 
AbstractWizardPanel {
-   }
- }
- wizard.setPluginList( 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2022-04-04 Thread Florian Schmaus
commit: 14bf1e03e427ba9607b4573761f7de9d624ee773
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Apr  2 17:19:11 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Apr  4 07:31:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bf1e03

net-p2p/vuze: Drop 5.7.6.0-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r1.ebuild | 144 
 1 file changed, 144 deletions(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
deleted file mode 100644
index a26544780ba1..
--- a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="source"
-
-inherit desktop edos2unix java-pkg-2 java-ant-2 xdg-utils
-
-MY_PV=$(ver_rs 1- "")
-MY_SRC="Vuze_${MY_PV}"
-
-DESCRIPTION="BitTorrent client in Java, formerly called Azureus"
-HOMEPAGE="http://www.vuze.com/;
-SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-
-# bundles parts of http://www.programmers-friend.org/
-# bundles bcprov - 1.37 required but not in the tree
-CDEPEND="
-   dev-java/log4j:0
-   dev-java/swt:3.8[cairo]
-   dev-java/commons-cli:1
-   dev-java/commons-text:0
-   dev-java/json-simple:0"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.8:*"
-
-# does not compile with java 11, uses classes deprecated even in java 8
-DEPEND="
-   ${CDEPEND}
-   app-arch/unzip
-   dev-util/desktop-file-utils
-   virtual/jdk:1.8"
-
-PDEPEND="~net-p2p/vuze-coreplugins-${PV}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.3.0.0-java5.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-remove-classpath.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-disable-shared-plugins.patch
-   "${FILESDIR}"/${PN}-5.7.2.0-disable-osx.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-disable-updaters.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-unbundle-json.patch
-   "${FILESDIR}"/${PN}-5.7.6.0-commons-lang.patch
-)
-
-src_unpack() {
-   mkdir -p "${S}" || die
-   cd "${S}" || die
-   unpack ${A}
-
-   # build.xml disappeared from 4.4.0.0 although it was there in 4.3.1.4
-   if [[ -f build.xml ]]; then
-   die "upstream has build.xml again, don't overwrite"
-   fi
-   cp "${FILESDIR}"/build.xml "${S}" || die "failed to copy build.xml"
-}
-
-src_prepare() {
-   # upstream likes randomly changing a subset of files to CRLF every 
release
-   edos2unix $(find "${S}" -type f -name "*.java")
-
-   default
-
-   # OSX / Windows
-   rm "${S}"/org/gudy/azureus2/ui/swt/osx/CarbonUIEnhancer.java || die
-   rm "${S}"/org/gudy/azureus2/ui/swt/osx/Start.java || die
-   rm "${S}"/org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java || die
-
-   # Tree2 file does not compile on linux
-   rm -rf "${S}"/org/eclipse || die
-   # Bundled apache
-   rm -rf "${S}"/org/apache || die
-   # Bundled json
-   rm -rf "${S}"/org/json || die
-   # Bundled bcprov
-   # currently disabled - requires bcprov 1.37
-   #rm -rf "${S}"/org/bouncycastle || die
-
-   rm -rf 
"${S}"/org/gudy/azureus2/ui/console/multiuser/TestUserManager.java || die
-   mkdir -p "${S}"/build/libs || die
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="swt-3.8,json-simple,log4j,commons-cli-1,commons-text"
-
-src_compile() {
-   local mem
-   use amd64 && mem="320"
-   use x86   && mem="256"
-   use ppc   && mem="192"
-   use ppc64 && mem="256"
-   use sparc && mem="320"
-   export ANT_OPTS="-Xmx${mem}m"
-   java-pkg-2_src_compile
-
-   # bug #302058 - build.xml excludes .txt but upstream jar has it...
-   jar uf dist/Azureus2.jar ChangeLog.txt || die
-}
-
-src_install() {
-   java-pkg_dojar dist/Azureus2.jar
-   dodoc ChangeLog.txt
-
-   java-pkg_dolauncher "${PN}" \
-   --main org.gudy.azureus2.ui.common.Main -pre 
"${FILESDIR}/${PN}-4.1.0.0-pre" \
-   --java_args '-Dazureus.install.path=/usr/share/vuze/ 
${JAVA_OPTIONS}' \
-   --pkg_args '--ui=${UI}'
-   dosym vuze /usr/bin/azureus
-
-   # https://bugs.gentoo.org/show_bug.cgi?id=204132
-   java-pkg_register-environment-variable MOZ_PLUGIN_PATH 
/usr/lib/nsbrowser/plugins
-
-   newicon "${S}"/org/gudy/azureus2/ui/icons/a32.png vuze.png
-   domenu "${FILESDIR}"/${PN}.desktop
-
-   use source && java-pkg_dosrc "${S}"/{com,edu,org}
-}
-
-pkg_postinst() {
-   ewarn "Running Vuze as root is not supported and may result in 
untracked"
-   ewarn "updates to shared components and then collisions on updates"
-   echo
-   elog "Vuze was formerly 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2022-04-02 Thread Arthur Zamarin
commit: 5a50da9836308061dbc1040caf0bfba129860baa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  2 17:11:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  2 17:11:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a50da98

net-p2p/vuze: Stabilize 5.7.6.0-r2 x86, #835501

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
index e05769b3b1d7..476d04539447 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2022-03-26 Thread Arthur Zamarin
commit: 048f9899462ba185476d0a2a843fc6f7367e5edf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 26 17:17:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 26 17:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048f9899

net-p2p/vuze: Stabilize 5.7.6.0-r2 ppc64, #835501

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
index ef361936f70a..e05769b3b1d7 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2022-03-22 Thread Jakov Smolić
commit: 3c37075fdb6600a479dc626a870aff9efb090136
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 22 09:26:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 22 09:26:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c37075f

net-p2p/vuze: Stabilize 5.7.6.0-r2 amd64, #835501

Signed-off-by: Jakov Smolić  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
index b2c74be487d2..ef361936f70a 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/files/, net-p2p/vuze/

2022-02-20 Thread Miroslav Šulc
commit: 63d98adfd4189404fa86fbef73475410f12a6f41
Author: Yuan Liao  gmail  com>
AuthorDate: Thu Feb 17 18:48:06 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Feb 20 10:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d98adf

net-p2p/vuze: Switch to log4j-12-api:2, and make ebuild improvements

- Update to EAPI 8
- Switch to HTTPS URL for HOMEPAGE
- Put dependencies into BDEPEND and IDEPEND as appropriate
- Increase memory allotted to the JVM running javac by 192 MB, which is
  needed after the migration to log4j-12-api:2

Closes: https://bugs.gentoo.org/831714
Signed-off-by: Yuan Liao  gmail.com>
Closes: 
https://github.com/gentoo/gentoo/pull/24261/commits/1a2dd6e5e73c65bbe266c58fa4f573d4e1698522
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/files/vuze-5.7.6.0-log4j-12-api.patch | 130 ++
 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild| 147 +
 2 files changed, 277 insertions(+)

diff --git a/net-p2p/vuze/files/vuze-5.7.6.0-log4j-12-api.patch 
b/net-p2p/vuze/files/vuze-5.7.6.0-log4j-12-api.patch
new file mode 100644
index ..4bcce5d5f32d
--- /dev/null
+++ b/net-p2p/vuze/files/vuze-5.7.6.0-log4j-12-api.patch
@@ -0,0 +1,130 @@
+From d960f15294c451bda338e4d9998e8d009970f380 Mon Sep 17 00:00:00 2001
+From: Yuan Liao 
+Date: Fri, 18 Feb 2022 12:47:20 -0800
+Subject: [PATCH] Migrate from Log4j 1.2 to log4j-1.2-api bridge from Log4j 2
+
+Signed-off-by: Yuan Liao 
+---
+ org/gudy/azureus2/ui/common/Main.java |  7 +++---
+ .../azureus2/ui/console/ConsoleInput.java |  8 +++---
+ .../azureus2/ui/console/commands/Log.java | 25 ++-
+ 3 files changed, 21 insertions(+), 19 deletions(-)
+
+diff --git a/org/gudy/azureus2/ui/common/Main.java 
b/org/gudy/azureus2/ui/common/Main.java
+index 8c533fb..f93e685 100644
+--- a/org/gudy/azureus2/ui/common/Main.java
 b/org/gudy/azureus2/ui/common/Main.java
+@@ -43,7 +43,8 @@ import org.apache.log4j.Appender;
+ import org.apache.log4j.ConsoleAppender;
+ import org.apache.log4j.Logger;
+ import org.apache.log4j.PatternLayout;
+-import org.apache.log4j.varia.DenyAllFilter;
++import org.apache.log4j.bridge.FilterWrapper;
++import org.apache.logging.log4j.core.filter.DenyAllFilter;
+ 
+ import com.aelitis.azureus.core.*;
+ import com.aelitis.azureus.core.impl.AzureusCoreSingleInstanceClient;
+@@ -113,9 +114,9 @@ public class Main {
+   public static void initRootLogger() {
+ if (Logger.getRootLogger().getAppender("ConsoleAppender")==null) {
+   Appender app;
+-  app = new ConsoleAppender(new 
PatternLayout(PatternLayout.TTCC_CONVERSION_PATTERN));
++  app = new ConsoleAppender();
+   app.setName("ConsoleAppender");
+-  app.addFilter( new DenyAllFilter() );  //'log off' by default
++  app.addFilter( new FilterWrapper(DenyAllFilter.newBuilder().build()) ); 
 //'log off' by default
+   Logger.getRootLogger().addAppender(app);
+ }
+   }
+diff --git a/org/gudy/azureus2/ui/console/ConsoleInput.java 
b/org/gudy/azureus2/ui/console/ConsoleInput.java
+index d660bbb..0559f72 100644
+--- a/org/gudy/azureus2/ui/console/ConsoleInput.java
 b/org/gudy/azureus2/ui/console/ConsoleInput.java
+@@ -34,8 +34,8 @@ import java.util.Vector;
+ import org.apache.log4j.Appender;
+ import org.apache.log4j.ConsoleAppender;
+ import org.apache.log4j.Logger;
+-import org.apache.log4j.PatternLayout;
+-import org.apache.log4j.varia.DenyAllFilter;
++import org.apache.log4j.bridge.FilterWrapper;
++import org.apache.logging.log4j.core.filter.DenyAllFilter;
+ import org.gudy.azureus2.core3.config.COConfigurationManager;
+ import org.gudy.azureus2.core3.download.DownloadManager;
+ import org.gudy.azureus2.core3.download.DownloadManagerState;
+@@ -157,9 +157,9 @@ public class ConsoleInput extends Thread {
+   
+   if 
(Logger.getRootLogger().getAppender("ConsoleAppender")==null) {
+ Appender app;
+-app = new ConsoleAppender(new 
PatternLayout(PatternLayout.TTCC_CONVERSION_PATTERN));
++app = new ConsoleAppender();
+ app.setName("ConsoleAppender");
+-app.addFilter( new DenyAllFilter() );  //'log off' by default
++app.addFilter( new 
FilterWrapper(DenyAllFilter.newBuilder().build()) );  //'log off' by default
+ Logger.getRootLogger().addAppender(app);
+   }
+   
+diff --git a/org/gudy/azureus2/ui/console/commands/Log.java 
b/org/gudy/azureus2/ui/console/commands/Log.java
+index 43f66d5..8e9b222 100644
+--- a/org/gudy/azureus2/ui/console/commands/Log.java
 b/org/gudy/azureus2/ui/console/commands/Log.java
+@@ -18,10 +18,13 @@ import org.apache.commons.cli.Option;
+ import org.apache.commons.cli.Options;
+ import org.apache.log4j.Appender;
+ import org.apache.log4j.ConsoleAppender;
+-import org.apache.log4j.FileAppender;
+ import org.apache.log4j.Logger;
+ import 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-11-11 Thread Miroslav Šulc
commit: 02fe20d4dc74d708e5bf91d030065373aac8e6b9
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Nov 10 18:33:16 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 12 07:37:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fe20d4

net-p2p/vuze: remove obsolete version

Closes: https://bugs.gentoo.org/797745
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild | 144 
 1 file changed, 144 deletions(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
deleted file mode 100644
index 69fe621c5fe..000
--- a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="source"
-
-inherit desktop edos2unix java-pkg-2 java-ant-2 xdg-utils
-
-MY_PV=$(ver_rs 1- "")
-MY_SRC="Vuze_${MY_PV}"
-
-DESCRIPTION="BitTorrent client in Java, formerly called Azureus"
-HOMEPAGE="http://www.vuze.com/;
-SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-KEYWORDS="amd64 ppc64"
-
-# bundles parts of http://www.programmers-friend.org/
-# bundles bcprov - 1.37 required but not in the tree
-CDEPEND="
-   dev-java/log4j:0
-   dev-java/swt:4.10[cairo]
-   dev-java/commons-cli:1
-   dev-java/commons-text:0
-   dev-java/json-simple:0"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.8:*"
-
-# does not compile with java 11, uses classes deprecated even in java 8
-DEPEND="
-   ${CDEPEND}
-   app-arch/unzip
-   dev-util/desktop-file-utils
-   virtual/jdk:1.8"
-
-PDEPEND="~net-p2p/vuze-coreplugins-${PV}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.3.0.0-java5.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-remove-classpath.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-disable-shared-plugins.patch
-   "${FILESDIR}"/${PN}-5.7.2.0-disable-osx.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-disable-updaters.patch
-   "${FILESDIR}"/${PN}-5.3.0.0-unbundle-json.patch
-   "${FILESDIR}"/${PN}-5.7.6.0-commons-lang.patch
-)
-
-src_unpack() {
-   mkdir -p "${S}" || die
-   cd "${S}" || die
-   unpack ${A}
-
-   # build.xml disappeared from 4.4.0.0 although it was there in 4.3.1.4
-   if [[ -f build.xml ]]; then
-   die "upstream has build.xml again, don't overwrite"
-   fi
-   cp "${FILESDIR}"/build.xml "${S}" || die "failed to copy build.xml"
-}
-
-src_prepare() {
-   # upstream likes randomly changing a subset of files to CRLF every 
release
-   edos2unix $(find "${S}" -type f -name "*.java")
-
-   default
-
-   # OSX / Windows
-   rm "${S}"/org/gudy/azureus2/ui/swt/osx/CarbonUIEnhancer.java || die
-   rm "${S}"/org/gudy/azureus2/ui/swt/osx/Start.java || die
-   rm "${S}"/org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java || die
-
-   # Tree2 file does not compile on linux
-   rm -rf "${S}"/org/eclipse || die
-   # Bundled apache
-   rm -rf "${S}"/org/apache || die
-   # Bundled json
-   rm -rf "${S}"/org/json || die
-   # Bundled bcprov
-   # currently disabled - requires bcprov 1.37
-   #rm -rf "${S}"/org/bouncycastle || die
-
-   rm -rf 
"${S}"/org/gudy/azureus2/ui/console/multiuser/TestUserManager.java || die
-   mkdir -p "${S}"/build/libs || die
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="swt-4.10,json-simple,log4j,commons-cli-1,commons-text"
-
-src_compile() {
-   local mem
-   use amd64 && mem="320"
-   use x86   && mem="256"
-   use ppc   && mem="192"
-   use ppc64 && mem="256"
-   use sparc && mem="320"
-   export ANT_OPTS="-Xmx${mem}m"
-   java-pkg-2_src_compile
-
-   # bug #302058 - build.xml excludes .txt but upstream jar has it...
-   jar uf dist/Azureus2.jar ChangeLog.txt || die
-}
-
-src_install() {
-   java-pkg_dojar dist/Azureus2.jar
-   dodoc ChangeLog.txt
-
-   java-pkg_dolauncher "${PN}" \
-   --main org.gudy.azureus2.ui.common.Main -pre 
"${FILESDIR}/${PN}-4.1.0.0-pre" \
-   --java_args '-Dazureus.install.path=/usr/share/vuze/ 
${JAVA_OPTIONS}' \
-   --pkg_args '--ui=${UI}'
-   dosym vuze /usr/bin/azureus
-
-   # https://bugs.gentoo.org/show_bug.cgi?id=204132
-   java-pkg_register-environment-variable MOZ_PLUGIN_PATH 
/usr/lib/nsbrowser/plugins
-
-   newicon "${S}"/org/gudy/azureus2/ui/icons/a32.png vuze.png
-   domenu "${FILESDIR}"/${PN}.desktop
-
-   use source && java-pkg_dosrc "${S}"/{com,edu,org}
-}
-
-pkg_postinst() {
-   ewarn "Running Vuze as root is not supported and may result in 
untracked"
-   ewarn "updates to shared components and then collisions on updates"
-   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-07-24 Thread Sergei Trofimovich
commit: 3c492b5c07d8ba791974b7ace89f0dccddafd7b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 25 00:35:39 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 25 00:35:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c492b5c

net-p2p/vuze: Stabilize 5.7.6.0-r2 ppc64, #797745

Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
index 05926fa4b78..69fe621c5fe 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc64"
+KEYWORDS="amd64 ppc64"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-06-23 Thread Agostino Sarubbo
commit: 6f3632fb980872fa39acaf7bd6ef4301aaa42676
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:25:36 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:25:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3632fb

net-p2p/vuze: amd64 stable wrt bug #797745

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
index 32974b2ba0c..05926fa4b78 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/, net-p2p/vuze/files/

2021-06-05 Thread Miroslav Šulc
commit: 428a1a90c7e8f4bc1403a991d73ef4d2899e929b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jun  5 08:22:07 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jun  5 08:22:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428a1a90

net-p2p/vuze: removed obsolete 5.7.6.0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../files/vuze-5.6.0.0-commons-lang-entities.patch |  51 
 .../vuze/files/vuze-5.7.6.0-unbundle-commons.patch | 114 
 net-p2p/vuze/vuze-5.7.6.0.ebuild   | 145 -
 3 files changed, 310 deletions(-)

diff --git a/net-p2p/vuze/files/vuze-5.6.0.0-commons-lang-entities.patch 
b/net-p2p/vuze/files/vuze-5.6.0.0-commons-lang-entities.patch
deleted file mode 100644
index c58d475995e..000
--- a/net-p2p/vuze/files/vuze-5.6.0.0-commons-lang-entities.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-diff --git a/org/gudy/azureus2/core3/util/AddressUtils.java 
b/org/gudy/azureus2/core3/util/AddressUtils.java
-index 6691951..38f14ee 100644
 a/org/gudy/azureus2/core3/util/AddressUtils.java
-+++ b/org/gudy/azureus2/core3/util/AddressUtils.java
-@@ -494,11 +494,11 @@ AddressUtils
-   try{
-   // unfortunately we have an 
incompatible base64 standard in i2p, they replaced / with ~ and + with -
-   
--  char[]  encoded = to_decode.toCharArray();
-+  byte[]  encoded = to_decode.getBytes();
-   
-   for ( int i=0;i");
-   
-   if(separator != -1) {
-@@ -136,7 +136,7 @@ public class WebResult extends Result {
-   public void setNbPeersFromHTML(String nbPeers) {
-   if(nbPeers != null) {
-   nbPeers = removeHTMLTags(nbPeers);
--  String nbPeersS = Entities.HTML40.unescape(nbPeers);
-+  String nbPeersS = 
StringEscapeUtils.unescapeHtml(nbPeers);
-   nbPeersS = nbPeersS.replaceAll(",", "");
-   nbPeersS = nbPeersS.replaceAll(" ", "");
-   try {
-@@ -151,7 +151,7 @@ public class WebResult extends Result {
-   public void setNbSeedsFromHTML(String nbSeeds) {
-   if(nbSeeds != null) {
-   nbSeeds = removeHTMLTags(nbSeeds);
--  String nbSeedsS = Entities.HTML40.unescape(nbSeeds);
-+  String nbSeedsS = 
StringEscapeUtils.unescapeHtml(nbSeeds);
-   nbSeedsS = nbSeedsS.replaceAll(",", "");
-   nbSeedsS = nbSeedsS.replaceAll(" ", "");
-   try {
-@@ -166,7 +166,7 @@ public class WebResult extends Result {
-   public void setNbSuperSeedsFromHTML(String nbSuperSeeds) {
-   if(nbSuperSeeds != null) {
-   nbSuperSeeds = removeHTMLTags(nbSuperSeeds);
--  String nbSuperSeedsS = 
Entities.HTML40.unescape(nbSuperSeeds);
-+  String nbSuperSeedsS = 
StringEscapeUtils.unescapeHtml(nbSuperSeeds);
-   nbSuperSeedsS = nbSuperSeedsS.replaceAll(",", "");
-   nbSuperSeedsS = nbSuperSeedsS.replaceAll(" ", "");
-   try {
-@@ -248,7 +248,7 @@ public class WebResult extends Result {
-   public void setPublishedDateFromHTML(String publishedDate) {
-   if(publishedDate != null && publishedDate.length() > 0) {
-   publishedDate = removeHTMLTags(publishedDate);
--  String publishedDateS = 
Entities.HTML40.unescape(publishedDate).replace((char)160,(char)32);
-+  String publishedDateS = 
StringEscapeUtils.unescapeHtml(publishedDate).replace((char)160,(char)32);
-   this.publishedDate = 
dateParser.parseDate(publishedDateS);
-   }
-   }
-@@ -257,7 +257,7 @@ public class WebResult extends Result {
-   public void setSizeFromHTML(String size) {
-   if(size != null) {
-   size = removeHTMLTags(size);
--  String sizeS = 
Entities.HTML40.unescape(size).replace((char)160,(char)32);
-+  String sizeS = 
StringEscapeUtils.unescapeHtml(size).replace((char)160,(char)32);
-   sizeS = sizeS.replaceAll("<[^>]+>", " ");
-   //Add a space between the digits and unit if there is 
none
-   sizeS = sizeS.replaceFirst("(\\d)([a-zA-Z])", "$1 $2");
-@@ -303,7 +303,7 @@ public class WebResult extends Result {
-   public void setVotesFromHTML(String votes_str) {
-   if(votes_str != null) {
-   votes_str = removeHTMLTags(votes_str);
--  votes_str = Entities.HTML40.unescape(votes_str);
-+ 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-06-02 Thread Sam James
commit: bd98c095063ac0e009aba089c0b1425b56a3bf03
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  2 16:42:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  2 16:42:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd98c095

net-p2p/vuze: Stabilize 5.7.6.0-r1 amd64, #793824

Signed-off-by: Sam James  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
index 6a83be226ca..86c28f600db 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-06-02 Thread Sam James
commit: 2090ddf4ff671982d8e951ab140255123e1dc054
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  2 13:36:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  2 13:36:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2090ddf4

net-p2p/vuze: Stabilize 5.7.6.0-r1 ppc64, #793824

Signed-off-by: Sam James  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
index fbae93cfb12..6a83be226ca 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-05-23 Thread Miroslav Šulc
commit: cb1879bbd945bba77f0b25556829738263a4d1f8
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Tue May 18 12:12:09 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun May 23 09:23:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1879bb

net-p2p/vuze: swt:4.10 slot update

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20865
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r2.ebuild | 144 
 1 file changed, 144 insertions(+)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
new file mode 100644
index 000..32974b2ba0c
--- /dev/null
+++ b/net-p2p/vuze/vuze-5.7.6.0-r2.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="source"
+
+inherit desktop edos2unix java-pkg-2 java-ant-2 xdg-utils
+
+MY_PV=$(ver_rs 1- "")
+MY_SRC="Vuze_${MY_PV}"
+
+DESCRIPTION="BitTorrent client in Java, formerly called Azureus"
+HOMEPAGE="http://www.vuze.com/;
+SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
+LICENSE="GPL-2 BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+# bundles parts of http://www.programmers-friend.org/
+# bundles bcprov - 1.37 required but not in the tree
+CDEPEND="
+   dev-java/log4j:0
+   dev-java/swt:4.10[cairo]
+   dev-java/commons-cli:1
+   dev-java/commons-text:0
+   dev-java/json-simple:0"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+# does not compile with java 11, uses classes deprecated even in java 8
+DEPEND="
+   ${CDEPEND}
+   app-arch/unzip
+   dev-util/desktop-file-utils
+   virtual/jdk:1.8"
+
+PDEPEND="~net-p2p/vuze-coreplugins-${PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.3.0.0-java5.patch
+   "${FILESDIR}"/${PN}-5.3.0.0-remove-classpath.patch
+   "${FILESDIR}"/${PN}-5.3.0.0-disable-shared-plugins.patch
+   "${FILESDIR}"/${PN}-5.7.2.0-disable-osx.patch
+   "${FILESDIR}"/${PN}-5.3.0.0-disable-updaters.patch
+   "${FILESDIR}"/${PN}-5.3.0.0-unbundle-json.patch
+   "${FILESDIR}"/${PN}-5.7.6.0-commons-lang.patch
+)
+
+src_unpack() {
+   mkdir -p "${S}" || die
+   cd "${S}" || die
+   unpack ${A}
+
+   # build.xml disappeared from 4.4.0.0 although it was there in 4.3.1.4
+   if [[ -f build.xml ]]; then
+   die "upstream has build.xml again, don't overwrite"
+   fi
+   cp "${FILESDIR}"/build.xml "${S}" || die "failed to copy build.xml"
+}
+
+src_prepare() {
+   # upstream likes randomly changing a subset of files to CRLF every 
release
+   edos2unix $(find "${S}" -type f -name "*.java")
+
+   default
+
+   # OSX / Windows
+   rm "${S}"/org/gudy/azureus2/ui/swt/osx/CarbonUIEnhancer.java || die
+   rm "${S}"/org/gudy/azureus2/ui/swt/osx/Start.java || die
+   rm "${S}"/org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java || die
+
+   # Tree2 file does not compile on linux
+   rm -rf "${S}"/org/eclipse || die
+   # Bundled apache
+   rm -rf "${S}"/org/apache || die
+   # Bundled json
+   rm -rf "${S}"/org/json || die
+   # Bundled bcprov
+   # currently disabled - requires bcprov 1.37
+   #rm -rf "${S}"/org/bouncycastle || die
+
+   rm -rf 
"${S}"/org/gudy/azureus2/ui/console/multiuser/TestUserManager.java || die
+   mkdir -p "${S}"/build/libs || die
+}
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+EANT_GENTOO_CLASSPATH="swt-4.10,json-simple,log4j,commons-cli-1,commons-text"
+
+src_compile() {
+   local mem
+   use amd64 && mem="320"
+   use x86   && mem="256"
+   use ppc   && mem="192"
+   use ppc64 && mem="256"
+   use sparc && mem="320"
+   export ANT_OPTS="-Xmx${mem}m"
+   java-pkg-2_src_compile
+
+   # bug #302058 - build.xml excludes .txt but upstream jar has it...
+   jar uf dist/Azureus2.jar ChangeLog.txt || die
+}
+
+src_install() {
+   java-pkg_dojar dist/Azureus2.jar
+   dodoc ChangeLog.txt
+
+   java-pkg_dolauncher "${PN}" \
+   --main org.gudy.azureus2.ui.common.Main -pre 
"${FILESDIR}/${PN}-4.1.0.0-pre" \
+   --java_args '-Dazureus.install.path=/usr/share/vuze/ 
${JAVA_OPTIONS}' \
+   --pkg_args '--ui=${UI}'
+   dosym vuze /usr/bin/azureus
+
+   # https://bugs.gentoo.org/show_bug.cgi?id=204132
+   java-pkg_register-environment-variable MOZ_PLUGIN_PATH 
/usr/lib/nsbrowser/plugins
+
+   newicon "${S}"/org/gudy/azureus2/ui/icons/a32.png vuze.png
+   domenu "${FILESDIR}"/${PN}.desktop
+
+   use source && java-pkg_dosrc "${S}"/{com,edu,org}
+}
+
+pkg_postinst() {
+   ewarn "Running Vuze as root is not supported and may result in 
untracked"
+   ewarn "updates to shared components and then collisions on 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-05-02 Thread Sergei Trofimovich
commit: 3b98010c126e7afa7cc7f9d9ff632dcd91c6fb34
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May  2 22:09:52 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  2 22:09:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b98010c

net-p2p/vuze: keyworded 5.7.6.0-r1 for ppc64

keyworded wrt bug #784050

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
index 3c948421a13..fbae93cfb12 100644
--- a/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/, net-p2p/vuze/files/

2021-04-19 Thread Miroslav Šulc
commit: 64b38f71e0ab137eb054750943d2ecfdf222e1d7
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Apr 19 08:33:10 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Apr 19 08:33:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b38f71

net-p2p/vuze: switched from commons-lang to commons-text

Closes: https://bugs.gentoo.org/783822
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/files/vuze-5.7.6.0-commons-lang.patch | 174 +
 net-p2p/vuze/vuze-5.7.6.0-r1.ebuild| 144 +
 2 files changed, 318 insertions(+)

diff --git a/net-p2p/vuze/files/vuze-5.7.6.0-commons-lang.patch 
b/net-p2p/vuze/files/vuze-5.7.6.0-commons-lang.patch
new file mode 100644
index 000..a03995d167a
--- /dev/null
+++ b/net-p2p/vuze/files/vuze-5.7.6.0-commons-lang.patch
@@ -0,0 +1,174 @@
+diff --git a/com/aelitis/azureus/core/metasearch/Result.java 
b/com/aelitis/azureus/core/metasearch/Result.java
+index bec05e1..9588f9a 100644
+--- a/com/aelitis/azureus/core/metasearch/Result.java
 b/com/aelitis/azureus/core/metasearch/Result.java
+@@ -28,7 +28,7 @@ import java.util.Locale;
+ import java.util.Map;
+ import java.util.Random;
+ 
+-import org.apache.commons.lang.Entities;
++import org.apache.commons.text.StringEscapeUtils;
+ import org.gudy.azureus2.core3.util.AENetworkClassifier;
+ import org.gudy.azureus2.core3.util.DisplayFormatters;
+ import org.gudy.azureus2.core3.util.HostNameToIPResolver;
+@@ -464,6 +464,6 @@ public abstract class Result {
+   if ( input == null ){
+   return( null );
+   }
+-  return( Entities.HTML40.unescape( input ));
++  return( StringEscapeUtils.unescapeHtml4( input ));
+   }
+ }
+diff --git a/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java 
b/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
+index 2d353b8..e03916b 100644
+--- a/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
 b/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
+@@ -22,7 +22,7 @@ package com.aelitis.azureus.core.metasearch.impl.web;
+ import java.util.Date;
+ import java.util.StringTokenizer;
+ 
+-import org.apache.commons.lang.*;
++import org.apache.commons.text.StringEscapeUtils;
+ import org.gudy.azureus2.core3.util.Base32;
+ import org.gudy.azureus2.core3.util.ByteFormatter;
+ import org.gudy.azureus2.core3.util.Debug;
+@@ -87,14 +87,14 @@ public class WebResult extends Result {
+   public void setNameFromHTML(String name) {
+   if(name != null) {
+   name = removeHTMLTags(name);
+-  this.name = Entities.HTML40.unescape(name);
++  this.name = StringEscapeUtils.unescapeHtml4(name);
+   }
+   }
+   
+   public void setCommentsFromHTML(String comments) {
+   if(comments != null) {
+   comments = removeHTMLTags(comments);
+-  comments = Entities.HTML40.unescape(comments);
++  comments = StringEscapeUtils.unescapeHtml4(comments);
+   comments = comments.replaceAll(",", "");
+   comments = comments.replaceAll(" ", "");
+   try{
+@@ -107,7 +107,7 @@ public class WebResult extends Result {
+   public void setCategoryFromHTML(String category) {
+   if(category != null) {
+   category = removeHTMLTags(category);
+-  this.category = 
Entities.HTML40.unescape(category).trim();
++  this.category = 
StringEscapeUtils.unescapeHtml4(category).trim();
+   /*int separator = this.category.indexOf(">");
+   
+   if(separator != -1) {
+@@ -136,7 +136,7 @@ public class WebResult extends Result {
+   public void setNbPeersFromHTML(String nbPeers) {
+   if(nbPeers != null) {
+   nbPeers = removeHTMLTags(nbPeers);
+-  String nbPeersS = Entities.HTML40.unescape(nbPeers);
++  String nbPeersS = 
StringEscapeUtils.unescapeHtml4(nbPeers);
+   nbPeersS = nbPeersS.replaceAll(",", "");
+   nbPeersS = nbPeersS.replaceAll(" ", "");
+   try {
+@@ -151,7 +151,7 @@ public class WebResult extends Result {
+   public void setNbSeedsFromHTML(String nbSeeds) {
+   if(nbSeeds != null) {
+   nbSeeds = removeHTMLTags(nbSeeds);
+-  String nbSeedsS = Entities.HTML40.unescape(nbSeeds);
++  String nbSeedsS = 
StringEscapeUtils.unescapeHtml4(nbSeeds);
+   nbSeedsS = nbSeedsS.replaceAll(",", "");
+   nbSeedsS = nbSeedsS.replaceAll(" ", "");
+   try {
+@@ -166,7 +166,7 @@ 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2021-04-12 Thread Sam James
commit: a2e23ad26f4c8ac89d7bc91b3ba8f6725ce3af28
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:50:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 22:58:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e23ad2

net-p2p/vuze: eutils->edos2unix

Signed-off-by: Sam James  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0.ebuild b/net-p2p/vuze/vuze-5.7.6.0.ebuild
index 2337f913b31..c6c1b234829 100644
--- a/net-p2p/vuze/vuze-5.7.6.0.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 JAVA_PKG_IUSE="source"
 
-inherit eutils java-pkg-2 java-ant-2 xdg-utils desktop
+inherit desktop edos2unix java-pkg-2 java-ant-2 xdg-utils
 
 MY_PV=$(ver_rs 1- "")
 MY_SRC="Vuze_${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2020-06-04 Thread Miroslav Šulc
commit: 98cd25ee621bc70cd383a29869818fbfb3cb9349
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Jun  4 07:40:31 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Jun  4 07:40:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cd25ee

net-p2p/vuze: removed obsolete 4.8.1.2-r1

Bug: https://bugs.gentoo.org/700920
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/Manifest   |   2 -
 net-p2p/vuze/vuze-4.8.1.2-r1.ebuild | 137 
 2 files changed, 139 deletions(-)

diff --git a/net-p2p/vuze/Manifest b/net-p2p/vuze/Manifest
index 89f0a6704fb..4756bf87d1b 100644
--- a/net-p2p/vuze/Manifest
+++ b/net-p2p/vuze/Manifest
@@ -1,3 +1 @@
-DIST Vuze_4812_source.zip 9530217 BLAKE2B 
af55951a9d8b86a03483e6e9ebc6f63cd7a7305587d36ef863257b7b86e911f7012e73f532b3b4648000cfff5fa2fd2cd1848f0742791232ceee54f158a9c219
 SHA512 
7007c91f829c57d0f08b9da4ea3fcc8820efe14aeec7286cf764e5ac2d7d165f3a14abc6b0e92a617e21b45803f7c121fb00ddd8c5e8d9664509eb3337fc65bf
 DIST Vuze_5760_source.zip 10928786 BLAKE2B 
df8bbb797f2a1b0c92bc19be122a0da3b6382dc80f51bb652026e3d68503d19ddb3b16e3bc6c333f12c8bfa52b014f85b0812fd5683fe4553040feff39ab77d8
 SHA512 
c4c1cc84d3c8ce31772bd677f105f6d00e0a6d867d6890b6a834c9e189bb1752e065a64308cdf1315bace1ca4783843553b45fbf3c15240c57584e2926ba92c5
-DIST vuze-4.5.0.2-gentoo-patches.tar.bz2 3143 BLAKE2B 
4acaf56539798102e498c2678c8f3239ecc141909738dd1a84fca5cb38516fb363da6ff87d65b08fe04b550d8aafc9f33fa2d404b70f5e34a3129a43080794b5
 SHA512 
aacaeb404d9b7dbb40d89b04f9ad26caf447202b1fcb63d532f5e01dc611152adbc38804563f1a35227a080b2eadec0e2e42d0baa163d1d5489eec65cd28f83d

diff --git a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild 
b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
deleted file mode 100644
index 4f332aa97f4..000
--- a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="source"
-
-inherit eutils java-pkg-2 java-ant-2 versionator xdg-utils
-
-MY_PV=$(replace_all_version_separators "")
-
-PATCHSET_VER="4.5.0.2"
-PATCHSET_DIR="${PN}-${PATCHSET_VER}-gentoo-patches"
-PATCHSET="${PATCHSET_DIR}.tar.bz2"
-SRC_TARBALL="Vuze_${MY_PV}_source.zip"
-
-DESCRIPTION="BitTorrent client in Java, formerly called Azureus"
-HOMEPAGE="http://www.vuze.com/;
-SRC_URI="mirror://sourceforge/azureus/${PN}/Vuze_${MY_PV}/${SRC_TARBALL}
-   mirror://gentoo/${PATCHSET}"
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-# bundles parts of commons-lang, but modified
-# bundles parts of http://www.programmers-friend.org/
-RDEPEND="
-   dev-java/json-simple:0
-   dev-java/bcprov:1.40
-   >=dev-java/commons-cli-1.0:1
-   >=dev-java/log4j-1.2.8:0
-   >=dev-java/swt-3.7.2-r1:3.7[cairo]
-   >=virtual/jre-1.5"
-
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-util/desktop-file-utils
-   >=virtual/jdk-1.5"
-
-PDEPEND="~net-p2p/vuze-coreplugins-${PV}"
-
-src_unpack() {
-   unpack ${PATCHSET}
-   mkdir "${S}" && cd "${S}" || die
-   unpack ${SRC_TARBALL}
-   # this is no longer needed
-   rm 
"${WORKDIR}"/${PATCHSET_DIR}/0006-Remove-the-use-of-windows-only-Tree2-widget.patch
 || die
-}
-
-java_prepare() {
-   # build.xml disappeared from 4.4.0.0 although it was there in 4.3.1.4
-   # hopefully that's just a packaging mistake
-   [[ -f build.xml ]] && die "upstream has build.xml again, don't 
overwrite"
-   cp "${FILESDIR}"/build.xml . || die "failed to copy build.xml"
-
-   EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" epatch 
"${WORKDIR}"/${PATCHSET_DIR}/
-
-   ### Removes OS X files and entries.
-   rm -rf "org/gudy/azureus2/platform/macosx" \
-  "org/gudy/azureus2/ui/swt/osx" || die
-
-   ### Removes Windows files.
-   rm -rf ./org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java || die
-
-   ### Removes test files.
-   rm -rf org/gudy/azureus2/ui/console/multiuser/TestUserManager.java || 
die
-
-   ### Removes bouncycastle (we use our own bcprov).
-   rm -rf "org/bouncycastle" || die
-
-   ### Removes bundled json
-   rm -rf "org/json" || die
-
-   ### The Tree2 file does not compile against Linux SWT and is used only 
on Windows.
-   ### It's runtime-conditional use is thus patched out in the patchset.
-   rm -rf "org/eclipse" || die
-
-   mkdir -p build/libs || die
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="swt-3.7,bcprov-1.40,json-simple,log4j,commons-cli-1"
-
-src_compile() {
-   local mem
-   use amd64 && mem="320"
-   use x86   && mem="192"
-   use ppc   && mem="192"
-   use ppc64 && mem="256"
-   use sparc && mem="320"
-   export ANT_OPTS="-Xmx${mem}m"
-   java-pkg-2_src_compile
-
-   # bug #302058 - build.xml excludes .txt but 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2020-06-04 Thread Miroslav Šulc
commit: d823777c5898a42a8d02e6ce4ea6cb27f76f6144
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Jun  4 07:38:09 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Jun  4 07:38:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d823777c

net-p2p/vuze-coreplugins: removed obsolete 4.8.1.2

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze-coreplugins/Manifest  |  4 --
 .../vuze-coreplugins-4.8.1.2.ebuild| 62 --
 2 files changed, 66 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/Manifest 
b/net-p2p/vuze-coreplugins/Manifest
index a9b02ab8b9c..dddc53cc605 100644
--- a/net-p2p/vuze-coreplugins/Manifest
+++ b/net-p2p/vuze-coreplugins/Manifest
@@ -1,8 +1,4 @@
 DIST azplugins_2.1.10.jar 313871 BLAKE2B 
98d27cdf08adc27dffd6117f436a2868bf02d8b33d97bc6366182f7bd2a26293c79c4ac76aa198211b466cc90757acafd72b85703868acd42d0f748b8fae9708
 SHA512 
d61d517537e265cfdef5e48a8ad70afca43e1c53edb91e85e7e54296eab838b82510eb48911d545d27e4e014e6a3f599e4c1535a7c5468e69f89a88b178329c2
-DIST azplugins_2.1.7.jar 318260 BLAKE2B 
96bce8cac98959ae166bd5644b445bfeb352c5e4187283763a3eae9d42fe183c4f077306e77aa9e3a36b8a6efdd53dfcd09be7c2fccdda5cc709afb75172ff5f
 SHA512 
e439371e386c515f728813189644ab99f5f2404f03877c2e7d83bc2b5ef3b5dbaba8fc8a15ce84a786b7fca3a370447c81d00905ed8c304df1d1c21b0e0aaa4f
-DIST azrating_1.3.1.jar 38172 BLAKE2B 
b88c6ad4092bd1099d34d3274e6a49a59137cfe967069e2fc4b50eeca1c17d1a2efe19a2a323326f51e918f7d70f91206b047030d7c73060139107c38dc785ac
 SHA512 
8a9916b2736b577d29e82be95eddd0b79814f275b52602495c96dbabaff8128b5697d08a30914b714c26f9f738854822994e70c90a92c97bc9381bd1899b38cc
 DIST azrating_1.5.19.jar 114515 BLAKE2B 
fbd4251bfa1259d750d655f64e143437d7025badb849cf11e20b0119d8dc6c66e98f9f055c0a4d3830bc0f7fe3b3b5eaa32eefd6b8e9e56b40ba554becbb4eb0
 SHA512 
e75d331e21cb72b0401e62ab6828dc8c76301f84e1b3c8d01e8cbc1a95eda2a7736925212d4e4dc38239d02cddf864bf544a75f3d6d9ce5bb8cdddbc863ee03a
-DIST azupdater_1.8.17.zip 26023 BLAKE2B 
2db0d88bc5aef807d4116bb8a0aacb89aa1ba594492fcc5d1427e66e20327a8883ca672019fce1c84819b262af18a6530fccfc645d1991ab7cf035731311ca87
 SHA512 
21806270d45afe393ace0b5bffb5e6800a45aecb40cc32bef0f2953182a410f0369084a30897bdb4d68beef176f9b59a209fd54df306c68e9b492c8d3d73cb06
 DIST azupdater_1.9.2.zip 26390 BLAKE2B 
9c146beee646cd4a31a1014286d4a2bdbe791b5841c0bc2dca1d0740546f224d34294efcc0ae7a36ae21b8a9e93a442369af8e896255bb11518a5a80b27fff11
 SHA512 
8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
-DIST azupnpav_0.4.6.zip 247837 BLAKE2B 
1c4060515b963bc1edab9a8f5195232aec268eabc67830c94ace69868726e89ff697647c1f00056cb551c53b517c672990dcb7693f025f8f4a6c6cf77dde0b4c
 SHA512 
eee392cf82aae37b2689ce086fb00727728064552ca31bbf228d3d76407c15f92d30527b979dfc555dbf3a1ead65d991c55d8c517c0f5c93d5a3890b88bfa6b1
 DIST azupnpav_0.5.7.zip 264998 BLAKE2B 
70a8864c61a9b9c3520ae04b0576678c768c619de1f822cfa7968617d7d37597077126b7b562d7a6ebd7458fa8a4e1fecd733be2db41ebe2aec7b8825d00f669
 SHA512 
f58fa8a3e26d204080a8567240bcbac2868233137ddb073c2ca0c91c17ace5f7a07cebfb1eef04e7fb18eb9287418329b5ca742681806fce78a975e0053ddf1c

diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-4.8.1.2.ebuild 
b/net-p2p/vuze-coreplugins/vuze-coreplugins-4.8.1.2.ebuild
deleted file mode 100644
index d1859913ad0..000
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-4.8.1.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# eventually this should be built from source...
-
-EAPI=5
-
-# don't forget to update these when bumping the version
-PLUGINS_V=2.1.7  # http://www.vuze.com/plugins/details/azplugins
-RATING_V=1.3.1   # http://www.vuze.com/plugins/details/azrating
-UPDATER_V=1.8.17 # http://www.vuze.com/plugins/details/azupdater
-UPNPAV_V=0.4.6   # 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 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/files/, net-p2p/vuze/

2019-11-25 Thread Miroslav Šulc
commit: 801c33b965e4faf1a3c96476b2d939865d2d0fda
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Nov 25 10:03:24 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Nov 25 10:03:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801c33b9

net-p2p/vuze-5.7.2.0-r1: removed obsolete + unused patches

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/Manifest  |   1 -
 .../vuze/files/vuze-5.3.0.0-unbundle-commons.patch | 110 
 .../files/vuze-5.6.0.0-invalid-characters.patch|  26 
 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild| 144 -
 4 files changed, 281 deletions(-)

diff --git a/net-p2p/vuze/Manifest b/net-p2p/vuze/Manifest
index 7ebe96a96bb..89f0a6704fb 100644
--- a/net-p2p/vuze/Manifest
+++ b/net-p2p/vuze/Manifest
@@ -1,4 +1,3 @@
 DIST Vuze_4812_source.zip 9530217 BLAKE2B 
af55951a9d8b86a03483e6e9ebc6f63cd7a7305587d36ef863257b7b86e911f7012e73f532b3b4648000cfff5fa2fd2cd1848f0742791232ceee54f158a9c219
 SHA512 
7007c91f829c57d0f08b9da4ea3fcc8820efe14aeec7286cf764e5ac2d7d165f3a14abc6b0e92a617e21b45803f7c121fb00ddd8c5e8d9664509eb3337fc65bf
-DIST Vuze_5720_source.zip 10709515 BLAKE2B 
e2824c3486cbf942ba644563cf8a0b47d99f42cdba6c0fe2d93e47c5717f1331df632a4a100b6679f3f456697f70837202e84bf2fa89c362186353af98a36173
 SHA512 
073af0c68219884aaf1b860fcc04cf75edaf662f1e82fe6c49f615b928b00d1a50d25f348c6bf5a922fa1c5a53c7bce5f75b7a0c065602675bcb6d80c1c92edf
 DIST Vuze_5760_source.zip 10928786 BLAKE2B 
df8bbb797f2a1b0c92bc19be122a0da3b6382dc80f51bb652026e3d68503d19ddb3b16e3bc6c333f12c8bfa52b014f85b0812fd5683fe4553040feff39ab77d8
 SHA512 
c4c1cc84d3c8ce31772bd677f105f6d00e0a6d867d6890b6a834c9e189bb1752e065a64308cdf1315bace1ca4783843553b45fbf3c15240c57584e2926ba92c5
 DIST vuze-4.5.0.2-gentoo-patches.tar.bz2 3143 BLAKE2B 
4acaf56539798102e498c2678c8f3239ecc141909738dd1a84fca5cb38516fb363da6ff87d65b08fe04b550d8aafc9f33fa2d404b70f5e34a3129a43080794b5
 SHA512 
aacaeb404d9b7dbb40d89b04f9ad26caf447202b1fcb63d532f5e01dc611152adbc38804563f1a35227a080b2eadec0e2e42d0baa163d1d5489eec65cd28f83d

diff --git a/net-p2p/vuze/files/vuze-5.3.0.0-unbundle-commons.patch 
b/net-p2p/vuze/files/vuze-5.3.0.0-unbundle-commons.patch
deleted file mode 100644
index deed0af9c7b..000
--- a/net-p2p/vuze/files/vuze-5.3.0.0-unbundle-commons.patch
+++ /dev/null
@@ -1,110 +0,0 @@
 a/com/aelitis/azureus/core/metasearch/Result.java
-+++ b/com/aelitis/azureus/core/metasearch/Result.java
-@@ -27,7 +27,7 @@ import java.util.Locale;
- import java.util.Map;
- import java.util.Random;
- 
--import org.apache.commons.lang.Entities;
-+import org.apache.commons.lang.StringEscapeUtils;
- import org.gudy.azureus2.core3.util.DisplayFormatters;
- import org.json.simple.JSONObject;
- 
-@@ -372,6 +372,6 @@ public abstract class Result {
-   if ( input == null ){
-   return( null );
-   }
--  return( Entities.HTML40.unescape( input ));
-+  return( StringEscapeUtils.unescapeHtml( input ));
-   }
- }
 a/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
-+++ b/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
-@@ -88,14 +88,14 @@ public class WebResult extends Result {
-   public void setNameFromHTML(String name) {
-   if(name != null) {
-   name = removeHTMLTags(name);
--  this.name = Entities.HTML40.unescape(name);
-+  this.name = StringEscapeUtils.unescapeHtml(name);
-   }
-   }
-   
-   public void setCommentsFromHTML(String comments) {
-   if(comments != null) {
-   comments = removeHTMLTags(comments);
--  comments = Entities.HTML40.unescape(comments);
-+  comments = StringEscapeUtils.unescapeHtml(comments);
-   comments = comments.replaceAll(",", "");
-   comments = comments.replaceAll(" ", "");
-   try{
-@@ -108,7 +108,7 @@ public class WebResult extends Result {
-   public void setCategoryFromHTML(String category) {
-   if(category != null) {
-   category = removeHTMLTags(category);
--  this.category = 
Entities.HTML40.unescape(category).trim();
-+  this.category = 
StringEscapeUtils.unescapeHtml(category).trim();
-   /*int separator = this.category.indexOf(">");
-   
-   if(separator != -1) {
-@@ -133,7 +133,7 @@ public class WebResult extends Result {
-   public void setNbPeersFromHTML(String nbPeers) {
-   if(nbPeers != null) {
-   nbPeers = removeHTMLTags(nbPeers);
--  String nbPeersS = Entities.HTML40.unescape(nbPeers);
-+  String nbPeersS = 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2019-11-25 Thread Miroslav Šulc
commit: 3c5113081484cc0ee43773672828599081b338cc
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Nov 25 09:55:45 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Nov 25 09:55:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c511308

net-p2p/vuze-coreplugins-5.7.2.0: removed obsolete

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze-coreplugins/Manifest  |  1 -
 .../vuze-coreplugins-5.7.2.0.ebuild| 51 --
 2 files changed, 52 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/Manifest 
b/net-p2p/vuze-coreplugins/Manifest
index 8f10aca5ecf..a9b02ab8b9c 100644
--- a/net-p2p/vuze-coreplugins/Manifest
+++ b/net-p2p/vuze-coreplugins/Manifest
@@ -5,5 +5,4 @@ DIST azrating_1.5.19.jar 114515 BLAKE2B 
fbd4251bfa1259d750d655f64e143437d7025bad
 DIST azupdater_1.8.17.zip 26023 BLAKE2B 
2db0d88bc5aef807d4116bb8a0aacb89aa1ba594492fcc5d1427e66e20327a8883ca672019fce1c84819b262af18a6530fccfc645d1991ab7cf035731311ca87
 SHA512 
21806270d45afe393ace0b5bffb5e6800a45aecb40cc32bef0f2953182a410f0369084a30897bdb4d68beef176f9b59a209fd54df306c68e9b492c8d3d73cb06
 DIST azupdater_1.9.2.zip 26390 BLAKE2B 
9c146beee646cd4a31a1014286d4a2bdbe791b5841c0bc2dca1d0740546f224d34294efcc0ae7a36ae21b8a9e93a442369af8e896255bb11518a5a80b27fff11
 SHA512 
8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
 DIST azupnpav_0.4.6.zip 247837 BLAKE2B 
1c4060515b963bc1edab9a8f5195232aec268eabc67830c94ace69868726e89ff697647c1f00056cb551c53b517c672990dcb7693f025f8f4a6c6cf77dde0b4c
 SHA512 
eee392cf82aae37b2689ce086fb00727728064552ca31bbf228d3d76407c15f92d30527b979dfc555dbf3a1ead65d991c55d8c517c0f5c93d5a3890b88bfa6b1
-DIST azupnpav_0.5.6.zip 264588 BLAKE2B 
dafaaa89dc9978e06e40bb56e4a76523c2c5e66f0e01beaa0af1b216f2f23348850c93d2f4e85ee2c9458b3d932dc44598a1d72f9c0149964e0533b30395dc59
 SHA512 
f780e708db51eb4e02ee1dedd445aa72f8a52dc6711d473b93339a2db9492654f93d44cde8456bb7db457b3bca88e15132ce0bc5221247ccb34672ae58bca172
 DIST azupnpav_0.5.7.zip 264998 BLAKE2B 
70a8864c61a9b9c3520ae04b0576678c768c619de1f822cfa7968617d7d37597077126b7b562d7a6ebd7458fa8a4e1fecd733be2db41ebe2aec7b8825d00f669
 SHA512 
f58fa8a3e26d204080a8567240bcbac2868233137ddb073c2ca0c91c17ace5f7a07cebfb1eef04e7fb18eb9287418329b5ca742681806fce78a975e0053ddf1c

diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild 
b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
deleted file mode 100644
index dfc1e48678c..000
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-# 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.6# 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"
-}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2019-11-23 Thread Agostino Sarubbo
commit: 202582a830e3f019319d647adabd62b57e77762a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 16:48:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 16:49:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202582a8

net-p2p/vuze-coreplugins: ppc64 stable wrt bug #700920

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 2119ffaa853..f4e11850310 100644
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
+++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
@@ -26,7 +26,7 @@ SRC_URI="
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 IUSE=""
 
 RDEPEND="~net-p2p/vuze-${PV}"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2019-11-23 Thread Agostino Sarubbo
commit: db65479571830fd8dbefc635dcbe190fbac769fc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 16:48:50 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 16:49:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db654795

net-p2p/vuze: ppc64 stable wrt bug #700920

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0.ebuild b/net-p2p/vuze/vuze-5.7.6.0.ebuild
index a0b2e939193..2337f913b31 100644
--- a/net-p2p/vuze/vuze-5.7.6.0.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2019-11-22 Thread Agostino Sarubbo
commit: 0b64dbd2961403c2fae655a57186347184e396fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 22 10:23:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 22 10:23:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b64dbd2

net-p2p/vuze: amd64 stable wrt bug #700920

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-p2p/vuze/vuze-5.7.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.6.0.ebuild b/net-p2p/vuze/vuze-5.7.6.0.ebuild
index 893c9677662..93d77908b17 100644
--- a/net-p2p/vuze/vuze-5.7.6.0.ebuild
+++ b/net-p2p/vuze/vuze-5.7.6.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2019-11-22 Thread Agostino Sarubbo
commit: 918a41eec990ae50d6c34eea12c68b478b09e97d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 22 10:23:40 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 22 10:23:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918a41ee

net-p2p/vuze-coreplugins: amd64 stable wrt bug #700920

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 81ad877b00a..f1b2329922b 100644
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
+++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
@@ -26,7 +26,7 @@ SRC_URI="
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="~net-p2p/vuze-${PV}"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2019-10-22 Thread Miroslav Šulc
commit: 8a0edcbcdab5586ea0568d7a16b2bc299a97e2df
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Oct 22 19:49:13 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Oct 22 19:49:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0edcbc

net-p2p/vuze-coreplugins-5.7.6.0: bump

Closes: https://bugs.gentoo.org/620404
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze-coreplugins/Manifest  |  1 +
 .../vuze-coreplugins-5.7.6.0.ebuild| 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-p2p/vuze-coreplugins/Manifest 
b/net-p2p/vuze-coreplugins/Manifest
index eaf4815f69b..8f10aca5ecf 100644
--- a/net-p2p/vuze-coreplugins/Manifest
+++ b/net-p2p/vuze-coreplugins/Manifest
@@ -6,3 +6,4 @@ DIST azupdater_1.8.17.zip 26023 BLAKE2B 
2db0d88bc5aef807d4116bb8a0aacb89aa1ba594
 DIST azupdater_1.9.2.zip 26390 BLAKE2B 
9c146beee646cd4a31a1014286d4a2bdbe791b5841c0bc2dca1d0740546f224d34294efcc0ae7a36ae21b8a9e93a442369af8e896255bb11518a5a80b27fff11
 SHA512 
8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
 DIST azupnpav_0.4.6.zip 247837 BLAKE2B 
1c4060515b963bc1edab9a8f5195232aec268eabc67830c94ace69868726e89ff697647c1f00056cb551c53b517c672990dcb7693f025f8f4a6c6cf77dde0b4c
 SHA512 
eee392cf82aae37b2689ce086fb00727728064552ca31bbf228d3d76407c15f92d30527b979dfc555dbf3a1ead65d991c55d8c517c0f5c93d5a3890b88bfa6b1
 DIST azupnpav_0.5.6.zip 264588 BLAKE2B 
dafaaa89dc9978e06e40bb56e4a76523c2c5e66f0e01beaa0af1b216f2f23348850c93d2f4e85ee2c9458b3d932dc44598a1d72f9c0149964e0533b30395dc59
 SHA512 
f780e708db51eb4e02ee1dedd445aa72f8a52dc6711d473b93339a2db9492654f93d44cde8456bb7db457b3bca88e15132ce0bc5221247ccb34672ae58bca172
+DIST azupnpav_0.5.7.zip 264998 BLAKE2B 
70a8864c61a9b9c3520ae04b0576678c768c619de1f822cfa7968617d7d37597077126b7b562d7a6ebd7458fa8a4e1fecd733be2db41ebe2aec7b8825d00f669
 SHA512 
f58fa8a3e26d204080a8567240bcbac2868233137ddb073c2ca0c91c17ace5f7a07cebfb1eef04e7fb18eb9287418329b5ca742681806fce78a975e0053ddf1c

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
new file mode 100644
index 000..81ad877b00a
--- /dev/null
+++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.6.0.ebuild
@@ -0,0 +1,51 @@
+# 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"
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/, net-p2p/vuze/files/

2019-10-22 Thread Miroslav Šulc
commit: e49ff55fc315733b4c3425648fedf95322c95d80
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Oct 22 19:47:57 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Oct 22 19:49:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49ff55f

net-p2p/vuze-5.7.6.0: bump

Closes: https://bugs.gentoo.org/620404
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/Manifest  |   1 +
 .../vuze/files/vuze-5.7.6.0-unbundle-commons.patch | 114 
 net-p2p/vuze/vuze-5.7.6.0.ebuild   | 145 +
 3 files changed, 260 insertions(+)

diff --git a/net-p2p/vuze/Manifest b/net-p2p/vuze/Manifest
index 36aa6b09c44..7ebe96a96bb 100644
--- a/net-p2p/vuze/Manifest
+++ b/net-p2p/vuze/Manifest
@@ -1,3 +1,4 @@
 DIST Vuze_4812_source.zip 9530217 BLAKE2B 
af55951a9d8b86a03483e6e9ebc6f63cd7a7305587d36ef863257b7b86e911f7012e73f532b3b4648000cfff5fa2fd2cd1848f0742791232ceee54f158a9c219
 SHA512 
7007c91f829c57d0f08b9da4ea3fcc8820efe14aeec7286cf764e5ac2d7d165f3a14abc6b0e92a617e21b45803f7c121fb00ddd8c5e8d9664509eb3337fc65bf
 DIST Vuze_5720_source.zip 10709515 BLAKE2B 
e2824c3486cbf942ba644563cf8a0b47d99f42cdba6c0fe2d93e47c5717f1331df632a4a100b6679f3f456697f70837202e84bf2fa89c362186353af98a36173
 SHA512 
073af0c68219884aaf1b860fcc04cf75edaf662f1e82fe6c49f615b928b00d1a50d25f348c6bf5a922fa1c5a53c7bce5f75b7a0c065602675bcb6d80c1c92edf
+DIST Vuze_5760_source.zip 10928786 BLAKE2B 
df8bbb797f2a1b0c92bc19be122a0da3b6382dc80f51bb652026e3d68503d19ddb3b16e3bc6c333f12c8bfa52b014f85b0812fd5683fe4553040feff39ab77d8
 SHA512 
c4c1cc84d3c8ce31772bd677f105f6d00e0a6d867d6890b6a834c9e189bb1752e065a64308cdf1315bace1ca4783843553b45fbf3c15240c57584e2926ba92c5
 DIST vuze-4.5.0.2-gentoo-patches.tar.bz2 3143 BLAKE2B 
4acaf56539798102e498c2678c8f3239ecc141909738dd1a84fca5cb38516fb363da6ff87d65b08fe04b550d8aafc9f33fa2d404b70f5e34a3129a43080794b5
 SHA512 
aacaeb404d9b7dbb40d89b04f9ad26caf447202b1fcb63d532f5e01dc611152adbc38804563f1a35227a080b2eadec0e2e42d0baa163d1d5489eec65cd28f83d

diff --git a/net-p2p/vuze/files/vuze-5.7.6.0-unbundle-commons.patch 
b/net-p2p/vuze/files/vuze-5.7.6.0-unbundle-commons.patch
new file mode 100644
index 000..d8643dbe680
--- /dev/null
+++ b/net-p2p/vuze/files/vuze-5.7.6.0-unbundle-commons.patch
@@ -0,0 +1,114 @@
+diff --git a/com/aelitis/azureus/core/metasearch/Result.java 
b/com/aelitis/azureus/core/metasearch/Result.java
+index bec05e1..9481f86 100644
+--- a/com/aelitis/azureus/core/metasearch/Result.java
 b/com/aelitis/azureus/core/metasearch/Result.java
+@@ -28,7 +28,7 @@ import java.util.Locale;
+ import java.util.Map;
+ import java.util.Random;
+ 
+-import org.apache.commons.lang.Entities;
++import org.apache.commons.lang.StringEscapeUtils;
+ import org.gudy.azureus2.core3.util.AENetworkClassifier;
+ import org.gudy.azureus2.core3.util.DisplayFormatters;
+ import org.gudy.azureus2.core3.util.HostNameToIPResolver;
+@@ -464,6 +464,6 @@ public abstract class Result {
+   if ( input == null ){
+   return( null );
+   }
+-  return( Entities.HTML40.unescape( input ));
++  return( StringEscapeUtils.unescapeHtml( input ));
+   }
+ }
+diff --git a/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java 
b/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
+index 2d353b8..8ebf9ff 100644
+--- a/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
 b/com/aelitis/azureus/core/metasearch/impl/web/WebResult.java
+@@ -87,14 +87,14 @@ public class WebResult extends Result {
+   public void setNameFromHTML(String name) {
+   if(name != null) {
+   name = removeHTMLTags(name);
+-  this.name = Entities.HTML40.unescape(name);
++  this.name = StringEscapeUtils.unescapeHtml(name);
+   }
+   }
+   
+   public void setCommentsFromHTML(String comments) {
+   if(comments != null) {
+   comments = removeHTMLTags(comments);
+-  comments = Entities.HTML40.unescape(comments);
++  comments = StringEscapeUtils.unescapeHtml(comments);
+   comments = comments.replaceAll(",", "");
+   comments = comments.replaceAll(" ", "");
+   try{
+@@ -107,7 +107,7 @@ public class WebResult extends Result {
+   public void setCategoryFromHTML(String category) {
+   if(category != null) {
+   category = removeHTMLTags(category);
+-  this.category = 
Entities.HTML40.unescape(category).trim();
++  this.category = 
StringEscapeUtils.unescapeHtml(category).trim();
+   /*int separator = this.category.indexOf(">");
+   
+   if(separator != -1) {

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2019-10-22 Thread Miroslav Šulc
commit: 63f1fe238fb8f234f4f9d2d23620e7f58b7efbc5
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Oct 22 18:58:56 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Oct 22 18:58:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f1fe23

net-p2p/vuze-5.7.2.0: removed obsolete

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-p2p/vuze/vuze-5.7.2.0.ebuild | 136 ---
 1 file changed, 136 deletions(-)

diff --git a/net-p2p/vuze/vuze-5.7.2.0.ebuild b/net-p2p/vuze/vuze-5.7.2.0.ebuild
deleted file mode 100644
index 41195930d09..000
--- a/net-p2p/vuze/vuze-5.7.2.0.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="source"
-
-inherit eutils java-pkg-2 java-ant-2 versionator xdg-utils
-
-MY_PV=$(replace_all_version_separators "")
-MY_SRC="Vuze_${MY_PV}"
-
-DESCRIPTION="BitTorrent client in Java, formerly called Azureus"
-HOMEPAGE="http://www.vuze.com/;
-SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-# bundles parts of http://www.programmers-friend.org/
-# bundles bcprov - 1.37 required but not in the tree
-RDEPEND="
-   dev-java/commons-cli:1
-   dev-java/commons-lang:2.1
-   dev-java/json-simple:0
-   dev-java/log4j:0
-   dev-java/swt:3.8[cairo]
-   >=virtual/jre-1.6:*"
-
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-util/desktop-file-utils
-   >=virtual/jdk-1.6:*"
-
-PDEPEND="~net-p2p/vuze-coreplugins-${PV}"
-
-src_unpack() {
-   mkdir -p "${S}" && cd "${S}"
-   unpack ${A}
-
-   # build.xml disappeared from 4.4.0.0 although it was there in 4.3.1.4
-   [[ -f build.xml ]] && die "upstream has build.xml again, don't 
overwrite"
-   cp "${FILESDIR}"/build.xml "${S}" || die "failed to copy build.xml"
-}
-
-java_prepare() {
-   # upstream likes randomly changing a subset of files to CRLF every 
release
-   edos2unix $(find "${S}" -type f -name "*.java")
-
-   epatch "${FILESDIR}"/${PN}-5.3.0.0-java5.patch
-   epatch "${FILESDIR}"/${PN}-5.3.0.0-remove-classpath.patch
-   epatch "${FILESDIR}"/${PN}-5.3.0.0-disable-shared-plugins.patch
-   epatch "${FILESDIR}"/${PN}-5.7.2.0-disable-osx.patch
-   epatch "${FILESDIR}"/${PN}-5.3.0.0-disable-updaters.patch
-   epatch "${FILESDIR}"/${PN}-5.3.0.0-unbundle-commons.patch
-   epatch "${FILESDIR}"/${PN}-5.3.0.0-unbundle-json.patch
-   epatch "${FILESDIR}"/${PN}-5.6.0.0-commons-lang-entities.patch
-   epatch "${FILESDIR}"/${PN}-5.6.0.0-invalid-characters.patch
-#  epatch "${FILESDIR}"/${P}-use-jdk-cipher-only.patch # bcprov
-
-   # OSX / Windows
-   rm "${S}"/org/gudy/azureus2/ui/swt/osx/CarbonUIEnhancer.java
-   rm "${S}"/org/gudy/azureus2/ui/swt/osx/Start.java
-   rm "${S}"/org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java
-
-   # Tree2 file does not compile on linux
-   rm -rf "${S}"/org/eclipse || die
-   # Bundled apache
-   rm -rf "${S}"/org/apache || die
-   # Bundled json
-   rm -rf "${S}"/org/json || die
-   # Bundled bcprov
-   # currently disabled - requires bcprov 1.37
-   #rm -rf "${S}"/org/bouncycastle || die
-
-   rm -rf 
"${S}"/org/gudy/azureus2/ui/console/multiuser/TestUserManager.java || die
-   mkdir -p "${S}"/build/libs || die
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="swt-3.8,json-simple,log4j,commons-cli-1 
commons-lang-2.1"
-
-src_compile() {
-   local mem
-   use amd64 && mem="320"
-   use x86   && mem="192"
-   use ppc   && mem="192"
-   use ppc64 && mem="256"
-   use sparc && mem="320"
-   export ANT_OPTS="-Xmx${mem}m"
-   java-pkg-2_src_compile
-
-   # bug #302058 - build.xml excludes .txt but upstream jar has it...
-   jar uf dist/Azureus2.jar ChangeLog.txt || die
-}
-
-src_install() {
-   java-pkg_dojar dist/Azureus2.jar
-   dodoc ChangeLog.txt
-
-   java-pkg_dolauncher "${PN}" \
-   --main org.gudy.azureus2.ui.common.Main -pre 
"${FILESDIR}/${PN}-4.1.0.0-pre" \
-   --java_args '-Dazureus.install.path=/usr/share/vuze/ 
${JAVA_OPTIONS}' \
-   --pkg_args '--ui=${UI}'
-   dosym vuze /usr/bin/azureus
-
-   # https://bugs.gentoo.org/show_bug.cgi?id=204132
-   java-pkg_register-environment-variable MOZ_PLUGIN_PATH 
/usr/lib/nsbrowser/plugins
-
-   newicon "${S}"/org/gudy/azureus2/ui/icons/a32.png vuze.png
-   domenu "${FILESDIR}"/${PN}.desktop
-
-   use source && java-pkg_dosrc "${S}"/{com,edu,org}
-}
-
-pkg_postinst() {
-   ewarn "Running Vuze as root is not supported and may result in 
untracked"
-   ewarn "updates to shared components and then collisions on updates"
-   echo
-

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-10-01 Thread Thomas Deutschmann
commit: 7f73a86074d60f8c8ca99144811aef3abe6cf9cb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 21:40:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 21:47:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f73a860

net-p2p/vuze: x86 stable (bug #625840)

Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
index c76d294bb89..fe78a487f71 100644
--- a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2018-10-01 Thread Thomas Deutschmann
commit: c17ff2c177784148fbba1af223d29b1d61a76a10
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 21:41:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 21:47:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17ff2c1

net-p2p/vuze-coreplugins: x86 stable (bug #625840)

Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild 
b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
index 3d6868c12b7..dfc1e48678c 100644
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
+++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -26,7 +26,7 @@ SRC_URI="
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 IUSE=""
 
 RDEPEND="~net-p2p/vuze-${PV}"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-08-23 Thread Thomas Deutschmann
commit: c1b3412712fe183d4a69a37dfee808163ca229ef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Aug 23 20:00:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Aug 23 20:00:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b34127

net-p2p/vuze: raising memory for x86

Closes: https://bugs.gentoo.org/653922
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
index 3d3b52b2130..c76d294bb89 100644
--- a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
@@ -93,7 +93,7 @@ 
EANT_GENTOO_CLASSPATH="swt-3.8,json-simple,log4j,commons-cli-1 commons-lang-2.1"
 src_compile() {
local mem
use amd64 && mem="320"
-   use x86   && mem="192"
+   use x86   && mem="256"
use ppc   && mem="192"
use ppc64 && mem="256"
use sparc && mem="320"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-07-29 Thread Sergei Trofimovich
commit: c757ce67f21529d1b96254187c7239275f071bf1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 29 10:27:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 29 10:27:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c757ce67

net-p2p/vuze: stable 5.7.2.0-r1 for ppc64, bug #625840

Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
index 869d675a717..3d3b52b2130 100644
--- a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-06-04 Thread Patrice Clement
commit: a8f99a2046c80b7893e9ec1942fd8dfbec3efbc8
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Jun  1 17:30:09 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun  4 10:06:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f99a20

net-p2p/vuze: fdo-mime->xdg-utils migration.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/vuze/vuze-4.8.1.2-r1.ebuild | 6 +++---
 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild | 6 +++---
 net-p2p/vuze/vuze-5.7.2.0.ebuild| 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild 
b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
index 760aa1db034..4f332aa97f4 100644
--- a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
+++ b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 JAVA_PKG_IUSE="source"
 
-inherit eutils fdo-mime java-pkg-2 java-ant-2 versionator
+inherit eutils java-pkg-2 java-ant-2 versionator xdg-utils
 
 MY_PV=$(replace_all_version_separators "")
 
@@ -129,9 +129,9 @@ pkg_postinst() {
elog "Using this config file you can start the console UI."
elog
 
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }

diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
index 814c09731fe..869d675a717 100644
--- a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 JAVA_PKG_IUSE="source"
 
-inherit eutils fdo-mime java-pkg-2 java-ant-2 versionator
+inherit eutils java-pkg-2 java-ant-2 versionator xdg-utils
 
 MY_PV=$(replace_all_version_separators "")
 MY_SRC="Vuze_${MY_PV}"
@@ -136,9 +136,9 @@ pkg_postinst() {
elog "rather than the startup script.  You can enable the console UI by"
elog "editing this config file."
echo
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }

diff --git a/net-p2p/vuze/vuze-5.7.2.0.ebuild b/net-p2p/vuze/vuze-5.7.2.0.ebuild
index 01f5c404a7c..41195930d09 100644
--- a/net-p2p/vuze/vuze-5.7.2.0.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI="5"
 
 JAVA_PKG_IUSE="source"
 
-inherit eutils fdo-mime java-pkg-2 java-ant-2 versionator
+inherit eutils java-pkg-2 java-ant-2 versionator xdg-utils
 
 MY_PV=$(replace_all_version_separators "")
 MY_SRC="Vuze_${MY_PV}"
@@ -128,9 +128,9 @@ pkg_postinst() {
elog "rather than the startup script.  You can enable the console UI by"
elog "editing this config file."
echo
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-04-27 Thread Aaron Bauman
commit: 2090beb0e9283ebbf0466cf7135620d09d240e61
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 27 21:04:35 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 27 21:06:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2090beb0

net-p2p/vuze: amd64 stable wrt bug #625840

Bug: https://bugs.gentoo.org/625840
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
index 7ef03304a80..814c09731fe 100644
--- a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 # bundles parts of http://www.programmers-friend.org/
 # bundles bcprov - 1.37 required but not in the tree



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2018-04-27 Thread Aaron Bauman
commit: 4b718f92fdabfb0c2e569de33e7a3498796045a5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr 27 21:04:51 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 27 21:06:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b718f92

net-p2p/vuze-coreplugins: amd64 stable wrt bug #625840

Bug: https://bugs.gentoo.org/625840
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild 
b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
index c31a7da4913..922c8ba1f7c 100644
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
+++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.7.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -26,7 +26,7 @@ SRC_URI="
 LICENSE="GPL-2 BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="~net-p2p/vuze-${PV}"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-04-27 Thread Patrice Clement
commit: 4c1ffa6a5752663d4710a623f8287bf003b56f50
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Apr 27 14:50:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Apr 27 14:50:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1ffa6a

net-p2p/vuze: finish EAPI 6 conversion.

Bug: https://bugs.gentoo.org/653922
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
index 2a2c3367864..7ef03304a80 100644
--- a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
@@ -51,7 +51,9 @@ src_unpack() {
cp "${FILESDIR}"/build.xml "${S}" || die "failed to copy build.xml"
 }
 
-java_prepare() {
+src_prepare() {
+   default
+
# upstream likes randomly changing a subset of files to CRLF every 
release
edos2unix $(find "${S}" -type f -name "*.java")
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-04-18 Thread Patrice Clement
commit: 3378f25f0bf852fabf146bf35441adc56c62c2bc
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Apr 18 15:11:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 18 16:50:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3378f25f

net-p2p/vuze: EAPI 6 bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/vuze/vuze-5.7.2.0-r1.ebuild | 142 
 1 file changed, 142 insertions(+)

diff --git a/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild 
b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
new file mode 100644
index 000..2a2c3367864
--- /dev/null
+++ b/net-p2p/vuze/vuze-5.7.2.0-r1.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="source"
+
+inherit eutils fdo-mime java-pkg-2 java-ant-2 versionator
+
+MY_PV=$(replace_all_version_separators "")
+MY_SRC="Vuze_${MY_PV}"
+
+DESCRIPTION="BitTorrent client in Java, formerly called Azureus"
+HOMEPAGE="http://www.vuze.com/;
+SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
+LICENSE="GPL-2 BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+# bundles parts of http://www.programmers-friend.org/
+# bundles bcprov - 1.37 required but not in the tree
+CDEPEND="
+   dev-java/log4j:0
+   dev-java/swt:3.8[cairo]
+   dev-java/commons-cli:1
+   dev-java/json-simple:0
+   dev-java/commons-lang:2.1"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   app-arch/unzip
+   dev-util/desktop-file-utils
+   >=virtual/jdk-1.6"
+
+PDEPEND="~net-p2p/vuze-coreplugins-${PV}"
+
+src_unpack() {
+   mkdir -p "${S}" || die
+   cd "${S}" || die
+   unpack ${A}
+
+   # build.xml disappeared from 4.4.0.0 although it was there in 4.3.1.4
+   if [[ -f build.xml ]]; then
+   die "upstream has build.xml again, don't overwrite"
+   fi
+   cp "${FILESDIR}"/build.xml "${S}" || die "failed to copy build.xml"
+}
+
+java_prepare() {
+   # upstream likes randomly changing a subset of files to CRLF every 
release
+   edos2unix $(find "${S}" -type f -name "*.java")
+
+   epatch "${FILESDIR}"/${PN}-5.3.0.0-java5.patch
+   epatch "${FILESDIR}"/${PN}-5.3.0.0-remove-classpath.patch
+   epatch "${FILESDIR}"/${PN}-5.3.0.0-disable-shared-plugins.patch
+   epatch "${FILESDIR}"/${PN}-5.7.2.0-disable-osx.patch
+   epatch "${FILESDIR}"/${PN}-5.3.0.0-disable-updaters.patch
+   epatch "${FILESDIR}"/${PN}-5.3.0.0-unbundle-commons.patch
+   epatch "${FILESDIR}"/${PN}-5.3.0.0-unbundle-json.patch
+   epatch "${FILESDIR}"/${PN}-5.6.0.0-commons-lang-entities.patch
+   epatch "${FILESDIR}"/${PN}-5.6.0.0-invalid-characters.patch
+#  epatch "${FILESDIR}"/${P}-use-jdk-cipher-only.patch # bcprov
+
+   # OSX / Windows
+   rm "${S}"/org/gudy/azureus2/ui/swt/osx/CarbonUIEnhancer.java || die
+   rm "${S}"/org/gudy/azureus2/ui/swt/osx/Start.java || die
+   rm "${S}"/org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java || die
+
+   # Tree2 file does not compile on linux
+   rm -rf "${S}"/org/eclipse || die
+   # Bundled apache
+   rm -rf "${S}"/org/apache || die
+   # Bundled json
+   rm -rf "${S}"/org/json || die
+   # Bundled bcprov
+   # currently disabled - requires bcprov 1.37
+   #rm -rf "${S}"/org/bouncycastle || die
+
+   rm -rf 
"${S}"/org/gudy/azureus2/ui/console/multiuser/TestUserManager.java || die
+   mkdir -p "${S}"/build/libs || die
+}
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+EANT_GENTOO_CLASSPATH="swt-3.8,json-simple,log4j,commons-cli-1 
commons-lang-2.1"
+
+src_compile() {
+   local mem
+   use amd64 && mem="320"
+   use x86   && mem="192"
+   use ppc   && mem="192"
+   use ppc64 && mem="256"
+   use sparc && mem="320"
+   export ANT_OPTS="-Xmx${mem}m"
+   java-pkg-2_src_compile
+
+   # bug #302058 - build.xml excludes .txt but upstream jar has it...
+   jar uf dist/Azureus2.jar ChangeLog.txt || die
+}
+
+src_install() {
+   java-pkg_dojar dist/Azureus2.jar
+   dodoc ChangeLog.txt
+
+   java-pkg_dolauncher "${PN}" \
+   --main org.gudy.azureus2.ui.common.Main -pre 
"${FILESDIR}/${PN}-4.1.0.0-pre" \
+   --java_args '-Dazureus.install.path=/usr/share/vuze/ 
${JAVA_OPTIONS}' \
+   --pkg_args '--ui=${UI}'
+   dosym vuze /usr/bin/azureus
+
+   # https://bugs.gentoo.org/show_bug.cgi?id=204132
+   java-pkg_register-environment-variable MOZ_PLUGIN_PATH 
/usr/lib/nsbrowser/plugins
+
+   newicon "${S}"/org/gudy/azureus2/ui/icons/a32.png vuze.png
+   domenu "${FILESDIR}"/${PN}.desktop
+
+   use source && java-pkg_dosrc "${S}"/{com,edu,org}
+}
+
+pkg_postinst() {
+   ewarn "Running Vuze as root is not supported and may result in 
untracked"
+   ewarn "updates to shared 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2018-03-10 Thread Pacho Ramos
commit: 0974583b7a0d3ca12808818f535a5a6e4a6c97bf
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 11:54:25 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:21:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0974583b

net-p2p/vuze-coreplugins: Update maintainer due to bug #143105

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/vuze-coreplugins/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/metadata.xml 
b/net-p2p/vuze-coreplugins/metadata.xml
index 5bde23a45a6..f135a75b79d 100644
--- a/net-p2p/vuze-coreplugins/metadata.xml
+++ b/net-p2p/vuze-coreplugins/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rh...@gentoo.org
-   Ryan Hill
-   

j...@gentoo.org
Java



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-03-10 Thread Pacho Ramos
commit: 4c776abca33da039258bcbab8e8f4ab9e597b19b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 11:54:43 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:21:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c776abc

net-p2p/vuze: Update maintainer due to bug #143105

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/vuze/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-p2p/vuze/metadata.xml b/net-p2p/vuze/metadata.xml
index 5bde23a45a6..f135a75b79d 100644
--- a/net-p2p/vuze/metadata.xml
+++ b/net-p2p/vuze/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   rh...@gentoo.org
-   Ryan Hill
-   

j...@gentoo.org
Java



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2018-02-28 Thread James Le Cuirot
commit: c79d0034d25cb902e55548f84acc001e23d3002f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Feb 28 21:27:43 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Feb 28 21:27:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79d0034

net-p2p/vuze-coreplugins: Drop 5.6.0.0

The corresponding Vuze ebuild was dropped.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/vuze-coreplugins/Manifest  |  3 --
 .../vuze-coreplugins-5.6.0.0.ebuild| 51 --
 2 files changed, 54 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/Manifest 
b/net-p2p/vuze-coreplugins/Manifest
index feae5cd7bb7..eaf4815f69b 100644
--- a/net-p2p/vuze-coreplugins/Manifest
+++ b/net-p2p/vuze-coreplugins/Manifest
@@ -1,11 +1,8 @@
 DIST azplugins_2.1.10.jar 313871 BLAKE2B 
98d27cdf08adc27dffd6117f436a2868bf02d8b33d97bc6366182f7bd2a26293c79c4ac76aa198211b466cc90757acafd72b85703868acd42d0f748b8fae9708
 SHA512 
d61d517537e265cfdef5e48a8ad70afca43e1c53edb91e85e7e54296eab838b82510eb48911d545d27e4e014e6a3f599e4c1535a7c5468e69f89a88b178329c2
 DIST azplugins_2.1.7.jar 318260 BLAKE2B 
96bce8cac98959ae166bd5644b445bfeb352c5e4187283763a3eae9d42fe183c4f077306e77aa9e3a36b8a6efdd53dfcd09be7c2fccdda5cc709afb75172ff5f
 SHA512 
e439371e386c515f728813189644ab99f5f2404f03877c2e7d83bc2b5ef3b5dbaba8fc8a15ce84a786b7fca3a370447c81d00905ed8c304df1d1c21b0e0aaa4f
 DIST azrating_1.3.1.jar 38172 BLAKE2B 
b88c6ad4092bd1099d34d3274e6a49a59137cfe967069e2fc4b50eeca1c17d1a2efe19a2a323326f51e918f7d70f91206b047030d7c73060139107c38dc785ac
 SHA512 
8a9916b2736b577d29e82be95eddd0b79814f275b52602495c96dbabaff8128b5697d08a30914b714c26f9f738854822994e70c90a92c97bc9381bd1899b38cc
-DIST azrating_1.5.13.1.jar 11 BLAKE2B 
f53d26588b3ee71da902ca807a4f9701c014dece167dabc21ae057d7e256a7c40531f66c0e8382b295dc23c265e8b98ad1555d2ce0c6e69d6b2379782b7b8674
 SHA512 
a990e41b4b4457f9cd221be7ce1fd0eb740e63135a827e9fe436da72b74cdb4963a360cbdb27b62a30e92d289ef974e97ff18be992e8e11e4a2fa8fb55cbe080
 DIST azrating_1.5.19.jar 114515 BLAKE2B 
fbd4251bfa1259d750d655f64e143437d7025badb849cf11e20b0119d8dc6c66e98f9f055c0a4d3830bc0f7fe3b3b5eaa32eefd6b8e9e56b40ba554becbb4eb0
 SHA512 
e75d331e21cb72b0401e62ab6828dc8c76301f84e1b3c8d01e8cbc1a95eda2a7736925212d4e4dc38239d02cddf864bf544a75f3d6d9ce5bb8cdddbc863ee03a
 DIST azupdater_1.8.17.zip 26023 BLAKE2B 
2db0d88bc5aef807d4116bb8a0aacb89aa1ba594492fcc5d1427e66e20327a8883ca672019fce1c84819b262af18a6530fccfc645d1991ab7cf035731311ca87
 SHA512 
21806270d45afe393ace0b5bffb5e6800a45aecb40cc32bef0f2953182a410f0369084a30897bdb4d68beef176f9b59a209fd54df306c68e9b492c8d3d73cb06
-DIST azupdater_1.9.1.zip 26237 BLAKE2B 
8b25cb3b753baf9bdedd1edb1943f66c1d537b81df62f8e5db6b848b075cdebe8b1e15f7e8c0dd1ecec25c84a9ab88511074240737ed511876d4df823c650e4c
 SHA512 
a4e961816b9bae4a489b31ce0bd22e3b269fca6ba952eee0c6ae526d8b58a0f3c23975c158aca5cbd877d771b47e41f049eb1bc5331159691d3020f607aa7913
 DIST azupdater_1.9.2.zip 26390 BLAKE2B 
9c146beee646cd4a31a1014286d4a2bdbe791b5841c0bc2dca1d0740546f224d34294efcc0ae7a36ae21b8a9e93a442369af8e896255bb11518a5a80b27fff11
 SHA512 
8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
 DIST azupnpav_0.4.6.zip 247837 BLAKE2B 
1c4060515b963bc1edab9a8f5195232aec268eabc67830c94ace69868726e89ff697647c1f00056cb551c53b517c672990dcb7693f025f8f4a6c6cf77dde0b4c
 SHA512 
eee392cf82aae37b2689ce086fb00727728064552ca31bbf228d3d76407c15f92d30527b979dfc555dbf3a1ead65d991c55d8c517c0f5c93d5a3890b88bfa6b1
-DIST azupnpav_0.5.2.zip 263594 BLAKE2B 
aa4dd8e2796c3247b54f740fdd44989e83220a148752be881ce1bc1b4c9f632c31a7b5b7bbeff61f4cb40d00488a487ef75f41b893f5f58b5c07227f1ccbcb57
 SHA512 
a40dc61e9f8c5f564672ed04acdad852fc3866eb19ae8b09b8f2bc8aef71141352f2476a0cbe39fa6e021d33ddd48feec27f50c5e9762c5ada98522aa3204e7b
 DIST azupnpav_0.5.6.zip 264588 BLAKE2B 
dafaaa89dc9978e06e40bb56e4a76523c2c5e66f0e01beaa0af1b216f2f23348850c93d2f4e85ee2c9458b3d932dc44598a1d72f9c0149964e0533b30395dc59
 SHA512 
f780e708db51eb4e02ee1dedd445aa72f8a52dc6711d473b93339a2db9492654f93d44cde8456bb7db457b3bca88e15132ce0bc5221247ccb34672ae58bca172

diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.6.0.0.ebuild 
b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.6.0.0.ebuild
deleted file mode 100644
index 5463200ed18..000
--- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.6.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-# update these when bumping the version
-PLUGINS_V=2.1.10  # http://www.vuze.com/plugins/details/azplugins
-RATING_V=1.5.13.1 # http://www.vuze.com/plugins/details/azrating
-UPDATER_V=1.9.1   # http://www.vuze.com/plugins/details/azupdater
-UPNPAV_V=0.5.2# http://www.vuze.com/plugins/details/azupnpav
-
-PLUGINS_DIST=azplugins_${PLUGINS_V}.jar

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/

2018-01-24 Thread James Le Cuirot
commit: 7d556c994943405dcad87edd881ff317575b08f9
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jan 24 22:32:42 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jan 24 22:38:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d556c99

net-p2p/vuze: Drop notice about dev-java/swt[webkit]

webkit-gtk:2 is vulnerable and unmaintained. I think the Vuze HD
Network is dead anyway.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-p2p/vuze/vuze-4.8.1.2-r1.ebuild |  8 +---
 net-p2p/vuze/vuze-5.7.2.0.ebuild| 10 +-
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild 
b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
index 0c35e7b02cd..760aa1db034 100644
--- a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
+++ b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -129,12 +129,6 @@ pkg_postinst() {
elog "Using this config file you can start the console UI."
elog
 
-   if ! has_version dev-java/swt:3.7[webkit]; then
-   elog
-   elog "Your dev-java/swt:3.7 was built without webkit support. 
Features such as Vuze HD Network will not work."
-   elog "Rebuild swt with USE=webkit (needs net-libs/webkit-gtk:2) 
to use these features."
-   fi
-
fdo-mime_desktop_database_update
 }
 

diff --git a/net-p2p/vuze/vuze-5.7.2.0.ebuild b/net-p2p/vuze/vuze-5.7.2.0.ebuild
index 65d8f1b6371..01f5c404a7c 100644
--- a/net-p2p/vuze/vuze-5.7.2.0.ebuild
+++ b/net-p2p/vuze/vuze-5.7.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -36,14 +36,6 @@ DEPEND="${RDEPEND}
 
 PDEPEND="~net-p2p/vuze-coreplugins-${PV}"
 
-pkg_pretend() {
-   if ! has_version dev-java/swt:3.8[webkit]; then
-   echo
-   ewarn "dev-java/swt:3.8 was built without webkit support."
-   ewarn "Web features such as Vuze HD Network will be disabled."
-   fi
-}
-
 src_unpack() {
mkdir -p "${S}" && cd "${S}"
unpack ${A}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/files/, net-p2p/vuze/

2018-01-24 Thread James Le Cuirot
commit: ebbf781dc96a408c120d790a3a0a469f61bb34c1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jan 24 22:31:01 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jan 24 22:38:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbf781d

net-p2p/vuze: Drop old 5.6.0.0

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-p2p/vuze/Manifest |   1 -
 net-p2p/vuze/files/vuze-5.3.0.0-disable-osx.patch |  60 -
 net-p2p/vuze/vuze-5.6.0.0.ebuild  | 144 --
 3 files changed, 205 deletions(-)

diff --git a/net-p2p/vuze/Manifest b/net-p2p/vuze/Manifest
index 0bd82660814..36aa6b09c44 100644
--- a/net-p2p/vuze/Manifest
+++ b/net-p2p/vuze/Manifest
@@ -1,4 +1,3 @@
 DIST Vuze_4812_source.zip 9530217 BLAKE2B 
af55951a9d8b86a03483e6e9ebc6f63cd7a7305587d36ef863257b7b86e911f7012e73f532b3b4648000cfff5fa2fd2cd1848f0742791232ceee54f158a9c219
 SHA512 
7007c91f829c57d0f08b9da4ea3fcc8820efe14aeec7286cf764e5ac2d7d165f3a14abc6b0e92a617e21b45803f7c121fb00ddd8c5e8d9664509eb3337fc65bf
-DIST Vuze_5600_source.zip 10398501 BLAKE2B 
3c6a1a8967bb3a603dfcb248cc5d5dd8aaf4a7efdfba9efa529fa98f0ad945574ffe574084d223fadb3710e6aa690d86dd8d67ea77febbe6a28b730f97ba313e
 SHA512 
dfe557cb1f50be935c78ee4431bc14db5f0107eebab8545cf925de8b0d48bb91ca77f7feab54a5fd91aaaf50bd3c68c1519cf49c2eb4d145ff7794bf9f22cfd7
 DIST Vuze_5720_source.zip 10709515 BLAKE2B 
e2824c3486cbf942ba644563cf8a0b47d99f42cdba6c0fe2d93e47c5717f1331df632a4a100b6679f3f456697f70837202e84bf2fa89c362186353af98a36173
 SHA512 
073af0c68219884aaf1b860fcc04cf75edaf662f1e82fe6c49f615b928b00d1a50d25f348c6bf5a922fa1c5a53c7bce5f75b7a0c065602675bcb6d80c1c92edf
 DIST vuze-4.5.0.2-gentoo-patches.tar.bz2 3143 BLAKE2B 
4acaf56539798102e498c2678c8f3239ecc141909738dd1a84fca5cb38516fb363da6ff87d65b08fe04b550d8aafc9f33fa2d404b70f5e34a3129a43080794b5
 SHA512 
aacaeb404d9b7dbb40d89b04f9ad26caf447202b1fcb63d532f5e01dc611152adbc38804563f1a35227a080b2eadec0e2e42d0baa163d1d5489eec65cd28f83d

diff --git a/net-p2p/vuze/files/vuze-5.3.0.0-disable-osx.patch 
b/net-p2p/vuze/files/vuze-5.3.0.0-disable-osx.patch
deleted file mode 100644
index 070dae2d756..000
--- a/net-p2p/vuze/files/vuze-5.3.0.0-disable-osx.patch
+++ /dev/null
@@ -1,60 +0,0 @@
 a/org/gudy/azureus2/ui/swt/mainwindow/SWTThread.java
-+++ b/org/gudy/azureus2/ui/swt/mainwindow/SWTThread.java
-@@ -229,57 +229,6 @@ public class SWTThread {
-   }
-   });
- 
--  if (Constants.isOSX) {
--  
--  // On Cocoa, we get a Close trigger on display.  Need 
to check if all
--  // platforms send this.
--  display.addListener(SWT.Close, new Listener() {
--  public void handleEvent(Event event) {
--  event.doit = 
UIFunctionsManager.getUIFunctions().dispose(false, false);
--  }
--  });
--
--  String platform = SWT.getPlatform();
--  // use reflection here so we decouple generic SWT from 
OSX specific stuff to an extent
--
--  if (platform.equals("carbon")) {
--  try {
--
--  Class ehancerClass = 
Class.forName("org.gudy.azureus2.ui.swt.osx.CarbonUIEnhancer");
--
--  Constructor constructor = 
ehancerClass.getConstructor(new Class[] {});
--
--  constructor.newInstance(new Object[] 
{});
--
--  } catch (Throwable e) {
--
--  Debug.printStackTrace(e);
--  }
--  } else if (platform.equals("cocoa")) {
--  try {
--
--  Class ehancerClass = 
Class.forName("org.gudy.azureus2.ui.swt.osx.CocoaUIEnhancer");
--
--  Method mGetInstance = 
ehancerClass.getMethod("getInstance", new Class[0]);
--  Object claObj = 
mGetInstance.invoke(null, new Object[0] );
--
--  Method mHookAppMenu = 
claObj.getClass().getMethod("hookApplicationMenu", new Class[] {});
--  if (mHookAppMenu != null) {
--  mHookAppMenu.invoke(claObj, new 
Object[0]);
--  }
--
--  Method mHookDocOpen = 
claObj.getClass().getMethod("hookDocumentOpen", new Class[] {});
--  if (mHookDocOpen != null) {
--  mHookDocOpen.invoke(claObj, new 
Object[0]);
--  }
--  
--   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/files/

2017-01-26 Thread David Seifert
commit: 4200350489f1b84f900ac16d48b02686d5f6fcfe
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Jan 21 18:39:46 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jan 26 22:36:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42003504

net-p2p/vuze: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3583

 .../files/vuze-5.3.0.0-use-jdk-cipher-only.patch   | 41 --
 1 file changed, 41 deletions(-)

diff --git a/net-p2p/vuze/files/vuze-5.3.0.0-use-jdk-cipher-only.patch 
b/net-p2p/vuze/files/vuze-5.3.0.0-use-jdk-cipher-only.patch
deleted file mode 100644
index 596bd82..
--- a/net-p2p/vuze/files/vuze-5.3.0.0-use-jdk-cipher-only.patch
+++ /dev/null
@@ -1,41 +0,0 @@
 
a/com/aelitis/azureus/core/clientmessageservice/secure/impl/SecureMessageServiceClientHelper.java
-+++ 
b/com/aelitis/azureus/core/clientmessageservice/secure/impl/SecureMessageServiceClientHelper.java
-@@ -36,7 +36,6 @@ import org.bouncycastle.crypto.CipherParameters;
- import org.bouncycastle.crypto.encodings.PKCS1Encoding;
- import org.bouncycastle.crypto.engines.RSAEngine;
- import org.bouncycastle.crypto.params.ParametersWithRandom;
--import org.bouncycastle.jce.provider.RSAUtil;
- import org.gudy.azureus2.core3.util.Debug;
- import org.gudy.azureus2.core3.util.RandomUtils;
- import org.gudy.azureus2.plugins.utils.StaticUtilities;
-@@ -83,30 +82,12 @@ SecureMessageServiceClientHelper
-   
-   byte[] secret_bytes = session_key.getEncoded();
-   
--  try{
-   Cipher  rsa_cipher = Cipher.getInstance( "RSA" 
);
-   
-   rsa_cipher.init( Cipher.ENCRYPT_MODE, 
public_key );
-   
-   encryped_session_key = rsa_cipher.doFinal( 
secret_bytes );
-   
--  }catch( Throwable e ){
--  
--  // fallback to the BC implementation 
for jdk1.4.2 as JCE RSA not available
--  
--  RSAEngine   eng = new RSAEngine();
--  
--  PKCS1Encoding   padded_eng = new PKCS1Encoding( 
eng );
--  
--  CipherParameters param = 
RSAUtil.generatePublicKeyParameter(public_key);
--  
--  param = new ParametersWithRandom(param, 
RandomUtils.SECURE_RANDOM);
--  
--  padded_eng.init( true, param );
--  
--  encryped_session_key = 
padded_eng.processBlock(secret_bytes, 0, secret_bytes.length);
--  }
--
-   }catch( Throwable e ){
-   
-   e.printStackTrace();



[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/, net-p2p/vuze/files/

2016-08-02 Thread Ryan Hill
commit: 18a41171d1aa2281c3aaf7aa963eeb32fc4c18ad
Author: Ryan Hill  gentoo  org>
AuthorDate: Wed Aug  3 00:51:13 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Wed Aug  3 00:55:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a41171

net-p2p/vuze: Version bump.

Package-Manager: portage-2.3.0
Signed-off-by: Ryan Hill  gentoo.org>

 net-p2p/vuze/Manifest |   1 +
 net-p2p/vuze/files/vuze-5.7.2.0-disable-osx.patch |  71 +++
 net-p2p/vuze/vuze-5.7.2.0.ebuild  | 145 ++
 3 files changed, 217 insertions(+)

diff --git a/net-p2p/vuze/Manifest b/net-p2p/vuze/Manifest
index 09f88fb..271d2ee 100644
--- a/net-p2p/vuze/Manifest
+++ b/net-p2p/vuze/Manifest
@@ -1,4 +1,5 @@
 DIST Vuze_4812_source.zip 9530217 SHA256 
8ad02ae61ac1c515cb3226b95b34d4fe036faa64e725b64fdcb5ef7d1cb9633d SHA512 
7007c91f829c57d0f08b9da4ea3fcc8820efe14aeec7286cf764e5ac2d7d165f3a14abc6b0e92a617e21b45803f7c121fb00ddd8c5e8d9664509eb3337fc65bf
 WHIRLPOOL 
bc8823e053fa2f86161234c77f4873f2035a111361d60ee8c75937710774defec577651a10acf909bb170e600dc2775a5dbe2cf626649729e86f4a04e02a46d9
 DIST Vuze_5300_source.zip 10015198 SHA256 
556149f09f48c533a37d80526ac655f0bc067f3a6bf3f3c4483f5273ac74ebc7 SHA512 
44bad9f04707ae37acb66f16ae94afd7ad24d245f0371f60241442f460277c5b8dd29476640eb1e04b468b3ebd0100a159d1027764445ab526e3e0c0c544296d
 WHIRLPOOL 
801e398eaf8b8457dc02336039bc8a64e535544ff1ea99ff100b623f734a499147e9abd8ce3031ebb0f1e5bb0e04a9c160e06fe5c0b16f12b31caf920f711d4a
 DIST Vuze_5600_source.zip 10398501 SHA256 
1aa6148311969ce6c51333b7ef51bcc8713e222fa5d14b2448e97aebbd25ea5e SHA512 
dfe557cb1f50be935c78ee4431bc14db5f0107eebab8545cf925de8b0d48bb91ca77f7feab54a5fd91aaaf50bd3c68c1519cf49c2eb4d145ff7794bf9f22cfd7
 WHIRLPOOL 
62b637b5fc8145c31bdfb0ca2f63bdd9ee9c70d3afde3cb693ede66c0ab6db593f412ab124ac1230f1bbf33ff9ce635e29a0cea7556f013fcb7144aacb98c0d0
+DIST Vuze_5720_source.zip 10709515 SHA256 
fcad8bc3df5e5d844eb7a8e0f24d199b37cfc831b2c50698e12ce9e5a9db1045 SHA512 
073af0c68219884aaf1b860fcc04cf75edaf662f1e82fe6c49f615b928b00d1a50d25f348c6bf5a922fa1c5a53c7bce5f75b7a0c065602675bcb6d80c1c92edf
 WHIRLPOOL 
a45cdfba1a42bfdb4cf36a493b1522865b465e37ec8d0921a63d2e449f1d25f1dfd3d96857b29b45f68eb6d36bf4f25767eb13426bf944711411259a8af3ea78
 DIST vuze-4.5.0.2-gentoo-patches.tar.bz2 3143 SHA256 
972cf16d88d8605f93b77a84770b6512d54ae8281a0d4c06b66890a69deb6c49 SHA512 
aacaeb404d9b7dbb40d89b04f9ad26caf447202b1fcb63d532f5e01dc611152adbc38804563f1a35227a080b2eadec0e2e42d0baa163d1d5489eec65cd28f83d
 WHIRLPOOL 
a7dd533676c428a00caddc2d4d4c008feec1a1201bb9aef7b7ed9c25d41405344d89bc9f70d442f043beb7aaf6db7d73582cc46edfa3665d599b2635e51b1ee7

diff --git a/net-p2p/vuze/files/vuze-5.7.2.0-disable-osx.patch 
b/net-p2p/vuze/files/vuze-5.7.2.0-disable-osx.patch
new file mode 100644
index 000..6ae2301
--- /dev/null
+++ b/net-p2p/vuze/files/vuze-5.7.2.0-disable-osx.patch
@@ -0,0 +1,71 @@
+diff --git a/org/gudy/azureus2/ui/swt/mainwindow/SWTThread.java 
b/org/gudy/azureus2/ui/swt/mainwindow/SWTThread.java
+index 256daff..68010b9 100644
+--- a/org/gudy/azureus2/ui/swt/mainwindow/SWTThread.java
 b/org/gudy/azureus2/ui/swt/mainwindow/SWTThread.java
+@@ -231,66 +231,6 @@ public class SWTThread {
+   }
+   });
+ 
+-  if (Constants.isOSX) {
+-  
+-  // On Cocoa, we get a Close trigger on display.  Need 
to check if all
+-  // platforms send this.
+-  display.addListener(SWT.Close, new Listener() {
+-  public void handleEvent(Event event) {
+-  UIFunctions uiFunctions = 
UIFunctionsManager.getUIFunctions();
+-  if (uiFunctions != null) {
+-  event.doit = 
uiFunctions.dispose(false, false);
+-  }
+-  }
+-  });
+-
+-  String platform = SWT.getPlatform();
+-  // use reflection here so we decouple generic SWT from 
OSX specific stuff to an extent
+-
+-  if (platform.equals("carbon")) {
+-  try {
+-
+-  Class ehancerClass = 
Class.forName("org.gudy.azureus2.ui.swt.osx.CarbonUIEnhancer");
+-
+-  Constructor constructor = 
ehancerClass.getConstructor(new Class[] {});
+-
+-  constructor.newInstance(new Object[] 
{});
+-
+-  } catch (Throwable e) {
+-
+-  Debug.printStackTrace(e);
+-  }
+-  } else if (platform.equals("cocoa")) {
+-  try {
+-
+-  Class ehancerClass = 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze/files/, net-p2p/vuze/

2016-08-02 Thread Ryan Hill
commit: 132eba1d8df297c478a0f16dc52c2e1598b65672
Author: Ryan Hill  gentoo  org>
AuthorDate: Wed Aug  3 00:53:22 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Wed Aug  3 00:55:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132eba1d

net-p2p/vuze: Remove old.

Package-Manager: portage-2.3.0
Signed-off-by: Ryan Hill  gentoo.org>

 net-p2p/vuze/Manifest  |   1 -
 .../files/vuze-5.3.0.0-invalid-characters.patch|  24 
 net-p2p/vuze/vuze-5.3.0.0.ebuild   | 144 -
 3 files changed, 169 deletions(-)

diff --git a/net-p2p/vuze/Manifest b/net-p2p/vuze/Manifest
index 271d2ee..a50b5d3 100644
--- a/net-p2p/vuze/Manifest
+++ b/net-p2p/vuze/Manifest
@@ -1,5 +1,4 @@
 DIST Vuze_4812_source.zip 9530217 SHA256 
8ad02ae61ac1c515cb3226b95b34d4fe036faa64e725b64fdcb5ef7d1cb9633d SHA512 
7007c91f829c57d0f08b9da4ea3fcc8820efe14aeec7286cf764e5ac2d7d165f3a14abc6b0e92a617e21b45803f7c121fb00ddd8c5e8d9664509eb3337fc65bf
 WHIRLPOOL 
bc8823e053fa2f86161234c77f4873f2035a111361d60ee8c75937710774defec577651a10acf909bb170e600dc2775a5dbe2cf626649729e86f4a04e02a46d9
-DIST Vuze_5300_source.zip 10015198 SHA256 
556149f09f48c533a37d80526ac655f0bc067f3a6bf3f3c4483f5273ac74ebc7 SHA512 
44bad9f04707ae37acb66f16ae94afd7ad24d245f0371f60241442f460277c5b8dd29476640eb1e04b468b3ebd0100a159d1027764445ab526e3e0c0c544296d
 WHIRLPOOL 
801e398eaf8b8457dc02336039bc8a64e535544ff1ea99ff100b623f734a499147e9abd8ce3031ebb0f1e5bb0e04a9c160e06fe5c0b16f12b31caf920f711d4a
 DIST Vuze_5600_source.zip 10398501 SHA256 
1aa6148311969ce6c51333b7ef51bcc8713e222fa5d14b2448e97aebbd25ea5e SHA512 
dfe557cb1f50be935c78ee4431bc14db5f0107eebab8545cf925de8b0d48bb91ca77f7feab54a5fd91aaaf50bd3c68c1519cf49c2eb4d145ff7794bf9f22cfd7
 WHIRLPOOL 
62b637b5fc8145c31bdfb0ca2f63bdd9ee9c70d3afde3cb693ede66c0ab6db593f412ab124ac1230f1bbf33ff9ce635e29a0cea7556f013fcb7144aacb98c0d0
 DIST Vuze_5720_source.zip 10709515 SHA256 
fcad8bc3df5e5d844eb7a8e0f24d199b37cfc831b2c50698e12ce9e5a9db1045 SHA512 
073af0c68219884aaf1b860fcc04cf75edaf662f1e82fe6c49f615b928b00d1a50d25f348c6bf5a922fa1c5a53c7bce5f75b7a0c065602675bcb6d80c1c92edf
 WHIRLPOOL 
a45cdfba1a42bfdb4cf36a493b1522865b465e37ec8d0921a63d2e449f1d25f1dfd3d96857b29b45f68eb6d36bf4f25767eb13426bf944711411259a8af3ea78
 DIST vuze-4.5.0.2-gentoo-patches.tar.bz2 3143 SHA256 
972cf16d88d8605f93b77a84770b6512d54ae8281a0d4c06b66890a69deb6c49 SHA512 
aacaeb404d9b7dbb40d89b04f9ad26caf447202b1fcb63d532f5e01dc611152adbc38804563f1a35227a080b2eadec0e2e42d0baa163d1d5489eec65cd28f83d
 WHIRLPOOL 
a7dd533676c428a00caddc2d4d4c008feec1a1201bb9aef7b7ed9c25d41405344d89bc9f70d442f043beb7aaf6db7d73582cc46edfa3665d599b2635e51b1ee7

diff --git a/net-p2p/vuze/files/vuze-5.3.0.0-invalid-characters.patch 
b/net-p2p/vuze/files/vuze-5.3.0.0-invalid-characters.patch
deleted file mode 100644
index 3ef4d80..000
--- a/net-p2p/vuze/files/vuze-5.3.0.0-invalid-characters.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 a/com/aelitis/azureus/core/metasearch/impl/DateParserRegex.java
-+++ b/com/aelitis/azureus/core/metasearch/impl/DateParserRegex.java
-@@ -50,17 +50,17 @@ public class DateParserRegex extends DateParser {
-   
-   private static final String[] MONTHS_LIST = new String[] {
-   " january janvier enero januar",
--  " february fevrier f�vrier febrero februar",
--  " march mars marzo marz marz m�rz" ,
-+  " february fevrier febrero februar",
-+  " march mars marzo marz marz" ,
-   " april avril abril april ",
-   " may mai mayo mai",
-   " june juin junio juni",
-   " july juillet julio juli",
--  " august aout ao�t agosto august",
-+  " august aout agosto august",
-   " september septembre septiembre september",
-   " october octobre octubre oktober",
-   " november novembre noviembre november",
--  " december decembre d�cembre diciembre dezember"};
-+  " december decembre diciembre dezember"};
-   
-   public DateParserRegex() {
-   this("GMT-7",true,null);

diff --git a/net-p2p/vuze/vuze-5.3.0.0.ebuild b/net-p2p/vuze/vuze-5.3.0.0.ebuild
deleted file mode 100644
index b7742d1..000
--- a/net-p2p/vuze/vuze-5.3.0.0.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="source"
-
-inherit eutils fdo-mime java-pkg-2 java-ant-2 versionator
-
-MY_PV=$(replace_all_version_separators "")
-MY_SRC="Vuze_${MY_PV}"
-
-DESCRIPTION="BitTorrent client in Java, formerly called Azureus"
-HOMEPAGE="http://www.vuze.com/;
-SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip"
-LICENSE="GPL-2 BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-# bundles parts of http://www.programmers-friend.org/
-# 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2016-08-02 Thread Ryan Hill
commit: 9df0c8cc5b435e73ee994999cd571c9a9200b1b1
Author: Ryan Hill  gentoo  org>
AuthorDate: Wed Aug  3 00:54:36 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Wed Aug  3 00:55:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df0c8cc

net-p2p/vuze-coreplugins: Remove old.

Package-Manager: portage-2.3.0
Signed-off-by: Ryan Hill  gentoo.org>

 net-p2p/vuze-coreplugins/Manifest  |  2 -
 .../vuze-coreplugins-5.3.0.0.ebuild| 52 --
 2 files changed, 54 deletions(-)

diff --git a/net-p2p/vuze-coreplugins/Manifest 
b/net-p2p/vuze-coreplugins/Manifest
index 05c56da..2f42b1d 100644
--- a/net-p2p/vuze-coreplugins/Manifest
+++ b/net-p2p/vuze-coreplugins/Manifest
@@ -1,13 +1,11 @@
 DIST azplugins_2.1.10.jar 313871 SHA256 
70eb19a318f7fc35f9d29a9fb97b2971cf2ddcb0fd1edc7015c4ab7ef6c72cdf SHA512 
d61d517537e265cfdef5e48a8ad70afca43e1c53edb91e85e7e54296eab838b82510eb48911d545d27e4e014e6a3f599e4c1535a7c5468e69f89a88b178329c2
 WHIRLPOOL 
950f22b5aab3e58ec1024a33145fc72dedecbbe191229372f018513df0638d421117c6140426b01509b541a1b412b04916f21e35db7ea50a041f5e9279cbc5b9
 DIST azplugins_2.1.7.jar 318260 SHA256 
8ddba56bcb271319c610bd25b0a9beba4a28adb2ba7888b099573970a1c13368 SHA512 
e439371e386c515f728813189644ab99f5f2404f03877c2e7d83bc2b5ef3b5dbaba8fc8a15ce84a786b7fca3a370447c81d00905ed8c304df1d1c21b0e0aaa4f
 WHIRLPOOL 
72ba47abf46cf1ad8bbe9279289cb59a96a913c9003fd103ad14b43f4aff7d0fde7c01f3207a4fa971b05ff5601cc9563f87707e35fcda18d95cfcfc8c906eac
 DIST azrating_1.3.1.jar 38172 SHA256 
8eedb5c7d731fc1f4bc86b2c7b5df386ed16b9d17a6705eaa2da2ead67546863 SHA512 
8a9916b2736b577d29e82be95eddd0b79814f275b52602495c96dbabaff8128b5697d08a30914b714c26f9f738854822994e70c90a92c97bc9381bd1899b38cc
 WHIRLPOOL 
6a97f9158013a89c278f14bafc30d505f9ac2b63bc7b9c0404ff9dc782eb65d79147cf10f007d62f9df0cfe4634f6c959406f814bb5ad35651b84b4977fbf5c1
-DIST azrating_1.4.3.jar 75988 SHA256 
d58db1b4da7ca4798e3da6acb4593c1e682fe6b5559acf6c3339603f20931774 SHA512 
0a20a732c88c20a8e76fef3ce5c96ea16d74f3092196d1849b20b66e4286b02b8facb95d4ac90f5c253b7a474345e488a4ba9ff9e95dbbd12416e4f9b1db48e9
 WHIRLPOOL 
7df611feed6e71fa34a062371a7eb33ebaced20906e3ca4b27e9bdfc92029820526844bf199fdb4c1223daa185e7f5d036966c1aad4db653b48907cec8c4f135
 DIST azrating_1.5.13.1.jar 11 SHA256 
ab6eb51d028c4e32292871c874e8e26e675e2c518274e94287a26756da6182fb SHA512 
a990e41b4b4457f9cd221be7ce1fd0eb740e63135a827e9fe436da72b74cdb4963a360cbdb27b62a30e92d289ef974e97ff18be992e8e11e4a2fa8fb55cbe080
 WHIRLPOOL 
e9c68e88fc0bb91839aa006fb94342f8066c003110d4ed54cfdea8aa5edde7c2cc1279841d6e8924f78545b493405fd7d2ba10c209a5e0ac247e9488912e418a
 DIST azrating_1.5.19.jar 114515 SHA256 
28730736f483495a6a7d70cd25732f3f3ac310c0864b1df71a458b1bc5fcd11f SHA512 
e75d331e21cb72b0401e62ab6828dc8c76301f84e1b3c8d01e8cbc1a95eda2a7736925212d4e4dc38239d02cddf864bf544a75f3d6d9ce5bb8cdddbc863ee03a
 WHIRLPOOL 
54f3be7b007821ea2352e9c650de5d00ced359ffde5d561e6328037ed973537169bbb3c82bcce40a63a6bf61edf6ee949733bf4f5de4a379407310b32c62eeb8
 DIST azupdater_1.8.17.zip 26023 SHA256 
7c5cd591f3f606023aac25c284c57a40b8eb183ccb270b897f7a646c7588bc58 SHA512 
21806270d45afe393ace0b5bffb5e6800a45aecb40cc32bef0f2953182a410f0369084a30897bdb4d68beef176f9b59a209fd54df306c68e9b492c8d3d73cb06
 WHIRLPOOL 
d9a798b3255f0f5e19d59119977868171e979a62e16b67da481aa030829f60d231e141dd096a8bc04eebec981ab0ee0197c247496121b814fd4cd96740ae5ba8
 DIST azupdater_1.9.1.zip 26237 SHA256 
fbe32eea4a121e27c99a0fd62b36e55d20936731f99a4bb292941e685f753d22 SHA512 
a4e961816b9bae4a489b31ce0bd22e3b269fca6ba952eee0c6ae526d8b58a0f3c23975c158aca5cbd877d771b47e41f049eb1bc5331159691d3020f607aa7913
 WHIRLPOOL 
168fe4eb464d4adfe62c88ce235afa968a1974fa4f6c4984f22c309bd53de08480f356659d2d2cae10ca4a75cda7ce39ebcbcbc8c6b393b813a1b654b775d1cf
 DIST azupdater_1.9.2.zip 26390 SHA256 
17ef6b87795fe925cbd8b9b1c66de97091bd025eac870051c10de6d26881d1a7 SHA512 
8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
 WHIRLPOOL 
00d6f18809041acbc1f5949670ec2cf828443afd1c5809182db3eae825c3d136c75560f47bafec8469e90edbf8aaf8242ffcc28fd48ad36e2b3ca99ba0c6766a
 DIST azupnpav_0.4.6.zip 247837 SHA256 
93775a9ed591c92f1c2b3bbfff10f97d5feda8ec06d0615515562b279b04a091 SHA512 
eee392cf82aae37b2689ce086fb00727728064552ca31bbf228d3d76407c15f92d30527b979dfc555dbf3a1ead65d991c55d8c517c0f5c93d5a3890b88bfa6b1
 WHIRLPOOL 
ce2af6831e2dfebe30b60faa112208647dfa638fcf06b2035ba27ca8e40da66163ae4ac36e2a7f379aa3e31e1c0a5814b1ae5038f65fdf07ed15013502a51ecf
-DIST azupnpav_0.4.9.zip 249692 SHA256 
faebf318b4922574bf66f2508b54aa8484f75629c66ce1c622206c559242a19e SHA512 
49967ca1ea4a6db0ac3192a06174967558df88deeff799aa639c8aa91a39e880df48d81bf0abf96ab8ee41feeb29e8bdf5ceddde238849aeae15c92898eb4a0f
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/vuze-coreplugins/

2016-08-02 Thread Ryan Hill
commit: 88cee07f391a83ea2e4385872af04183e99eeb63
Author: Ryan Hill  gentoo  org>
AuthorDate: Wed Aug  3 00:50:12 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Wed Aug  3 00:55:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cee07f

net-p2p/vuze-coreplugins: Version bump.

Package-Manager: portage-2.3.0
Signed-off-by: Ryan Hill  gentoo.org>

 net-p2p/vuze-coreplugins/Manifest  |  3 ++
 .../vuze-coreplugins-5.7.2.0.ebuild| 52 ++
 2 files changed, 55 insertions(+)

diff --git a/net-p2p/vuze-coreplugins/Manifest 
b/net-p2p/vuze-coreplugins/Manifest
index 85135ae..05c56da 100644
--- a/net-p2p/vuze-coreplugins/Manifest
+++ b/net-p2p/vuze-coreplugins/Manifest
@@ -3,8 +3,11 @@ DIST azplugins_2.1.7.jar 318260 SHA256 
8ddba56bcb271319c610bd25b0a9beba4a28adb2b
 DIST azrating_1.3.1.jar 38172 SHA256 
8eedb5c7d731fc1f4bc86b2c7b5df386ed16b9d17a6705eaa2da2ead67546863 SHA512 
8a9916b2736b577d29e82be95eddd0b79814f275b52602495c96dbabaff8128b5697d08a30914b714c26f9f738854822994e70c90a92c97bc9381bd1899b38cc
 WHIRLPOOL 
6a97f9158013a89c278f14bafc30d505f9ac2b63bc7b9c0404ff9dc782eb65d79147cf10f007d62f9df0cfe4634f6c959406f814bb5ad35651b84b4977fbf5c1
 DIST azrating_1.4.3.jar 75988 SHA256 
d58db1b4da7ca4798e3da6acb4593c1e682fe6b5559acf6c3339603f20931774 SHA512 
0a20a732c88c20a8e76fef3ce5c96ea16d74f3092196d1849b20b66e4286b02b8facb95d4ac90f5c253b7a474345e488a4ba9ff9e95dbbd12416e4f9b1db48e9
 WHIRLPOOL 
7df611feed6e71fa34a062371a7eb33ebaced20906e3ca4b27e9bdfc92029820526844bf199fdb4c1223daa185e7f5d036966c1aad4db653b48907cec8c4f135
 DIST azrating_1.5.13.1.jar 11 SHA256 
ab6eb51d028c4e32292871c874e8e26e675e2c518274e94287a26756da6182fb SHA512 
a990e41b4b4457f9cd221be7ce1fd0eb740e63135a827e9fe436da72b74cdb4963a360cbdb27b62a30e92d289ef974e97ff18be992e8e11e4a2fa8fb55cbe080
 WHIRLPOOL 
e9c68e88fc0bb91839aa006fb94342f8066c003110d4ed54cfdea8aa5edde7c2cc1279841d6e8924f78545b493405fd7d2ba10c209a5e0ac247e9488912e418a
+DIST azrating_1.5.19.jar 114515 SHA256 
28730736f483495a6a7d70cd25732f3f3ac310c0864b1df71a458b1bc5fcd11f SHA512 
e75d331e21cb72b0401e62ab6828dc8c76301f84e1b3c8d01e8cbc1a95eda2a7736925212d4e4dc38239d02cddf864bf544a75f3d6d9ce5bb8cdddbc863ee03a
 WHIRLPOOL 
54f3be7b007821ea2352e9c650de5d00ced359ffde5d561e6328037ed973537169bbb3c82bcce40a63a6bf61edf6ee949733bf4f5de4a379407310b32c62eeb8
 DIST azupdater_1.8.17.zip 26023 SHA256 
7c5cd591f3f606023aac25c284c57a40b8eb183ccb270b897f7a646c7588bc58 SHA512 
21806270d45afe393ace0b5bffb5e6800a45aecb40cc32bef0f2953182a410f0369084a30897bdb4d68beef176f9b59a209fd54df306c68e9b492c8d3d73cb06
 WHIRLPOOL 
d9a798b3255f0f5e19d59119977868171e979a62e16b67da481aa030829f60d231e141dd096a8bc04eebec981ab0ee0197c247496121b814fd4cd96740ae5ba8
 DIST azupdater_1.9.1.zip 26237 SHA256 
fbe32eea4a121e27c99a0fd62b36e55d20936731f99a4bb292941e685f753d22 SHA512 
a4e961816b9bae4a489b31ce0bd22e3b269fca6ba952eee0c6ae526d8b58a0f3c23975c158aca5cbd877d771b47e41f049eb1bc5331159691d3020f607aa7913
 WHIRLPOOL 
168fe4eb464d4adfe62c88ce235afa968a1974fa4f6c4984f22c309bd53de08480f356659d2d2cae10ca4a75cda7ce39ebcbcbc8c6b393b813a1b654b775d1cf
+DIST azupdater_1.9.2.zip 26390 SHA256 
17ef6b87795fe925cbd8b9b1c66de97091bd025eac870051c10de6d26881d1a7 SHA512 
8a1b37d69e6c955f0e507c5455ae198c162f9de2f1713abd6d47bc9f32e65b6afba15152956f98eca101fbf4dbbecaa5b0f84813dcf11e9b7bf33171ce7432cd
 WHIRLPOOL 
00d6f18809041acbc1f5949670ec2cf828443afd1c5809182db3eae825c3d136c75560f47bafec8469e90edbf8aaf8242ffcc28fd48ad36e2b3ca99ba0c6766a
 DIST azupnpav_0.4.6.zip 247837 SHA256 
93775a9ed591c92f1c2b3bbfff10f97d5feda8ec06d0615515562b279b04a091 SHA512 
eee392cf82aae37b2689ce086fb00727728064552ca31bbf228d3d76407c15f92d30527b979dfc555dbf3a1ead65d991c55d8c517c0f5c93d5a3890b88bfa6b1
 WHIRLPOOL 
ce2af6831e2dfebe30b60faa112208647dfa638fcf06b2035ba27ca8e40da66163ae4ac36e2a7f379aa3e31e1c0a5814b1ae5038f65fdf07ed15013502a51ecf
 DIST azupnpav_0.4.9.zip 249692 SHA256 
faebf318b4922574bf66f2508b54aa8484f75629c66ce1c622206c559242a19e SHA512 
49967ca1ea4a6db0ac3192a06174967558df88deeff799aa639c8aa91a39e880df48d81bf0abf96ab8ee41feeb29e8bdf5ceddde238849aeae15c92898eb4a0f
 WHIRLPOOL 
67920f0f2ec297e1516efd21a44d0b3049c8616eedb47a4955d26c0ca4d8e3ca438b404ad07734dee62141fe6afaa79fba0948584ef775ec30e1acfd59edacc7
 DIST azupnpav_0.5.2.zip 263594 SHA256 
4eca6ccf23792ff463d2e2a027beebb7de89d4986d6d614051fb9861d7ce082d SHA512 
a40dc61e9f8c5f564672ed04acdad852fc3866eb19ae8b09b8f2bc8aef71141352f2476a0cbe39fa6e021d33ddd48feec27f50c5e9762c5ada98522aa3204e7b
 WHIRLPOOL 
5e5d674bb43ba42417447e96cbbd33144e1b3205cd160db6340cf376172a62a2cbbf3861f637da63b940ccd5d58855c185cba922b8dceb930d9ca319f4f7573f
+DIST azupnpav_0.5.6.zip 264588 SHA256 
e7dafaf88cc029787727c47e84b1d07deef3e812980f63a84d1c8d6589fb4f65 SHA512 
f780e708db51eb4e02ee1dedd445aa72f8a52dc6711d473b93339a2db9492654f93d44cde8456bb7db457b3bca88e15132ce0bc5221247ccb34672ae58bca172
 WHIRLPOOL