diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2023-03-19 11:09:50 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-03-19 16:01:22 +0100 |
commit | 0cd30ae7c9efa13ef60b54139804c7f77f4c903a (patch) | |
tree | 6fed18a40af61d579f9a18cc1ca8fbcb4ab14868 /net-p2p/biglybt | |
parent | app-emacs/paredit: update metadata (diff) | |
download | gentoo-0cd30ae7c9efa13ef60b54139804c7f77f4c903a.tar.gz gentoo-0cd30ae7c9efa13ef60b54139804c7f77f4c903a.tar.bz2 gentoo-0cd30ae7c9efa13ef60b54139804c7f77f4c903a.zip |
net-p2p/biglybt: remove UnknownPkgDirEntry
Also adds MAVEN_ID for biglybt-ui
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/30229
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-p2p/biglybt')
-rw-r--r-- | net-p2p/biglybt/biglybt-3.3.0.0.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/biglybt/plugins/azupdater/Updater.jar | bin | 23974 -> 0 bytes | |||
-rw-r--r-- | net-p2p/biglybt/plugins/azupdater/azupdater_2.1.zip | bin | 27241 -> 0 bytes | |||
-rw-r--r-- | net-p2p/biglybt/plugins/azupdater/azupdaterpatcher_2.0.jar | bin | 2970 -> 0 bytes | |||
-rw-r--r-- | net-p2p/biglybt/plugins/azupdater/plugin.properties | 4 | ||||
-rw-r--r-- | net-p2p/biglybt/plugins/azupdater/plugin.properties_2.1 | 3 |
6 files changed, 1 insertions, 8 deletions
diff --git a/net-p2p/biglybt/biglybt-3.3.0.0.ebuild b/net-p2p/biglybt/biglybt-3.3.0.0.ebuild index 0729bc588663..f59ea6ea2c00 100644 --- a/net-p2p/biglybt/biglybt-3.3.0.0.ebuild +++ b/net-p2p/biglybt/biglybt-3.3.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 JAVA_PKG_IUSE="doc source" -MAVEN_ID="com.biglybt:biglybt-core:3.3.0.0" +MAVEN_PROVIDES="com.biglybt:biglybt-core:3.3.0.0 com.biglybt:biglybt-ui:3.3.0.0" inherit java-pkg-2 java-pkg-simple diff --git a/net-p2p/biglybt/plugins/azupdater/Updater.jar b/net-p2p/biglybt/plugins/azupdater/Updater.jar Binary files differdeleted file mode 100644 index a9ea8471c077..000000000000 --- a/net-p2p/biglybt/plugins/azupdater/Updater.jar +++ /dev/null diff --git a/net-p2p/biglybt/plugins/azupdater/azupdater_2.1.zip b/net-p2p/biglybt/plugins/azupdater/azupdater_2.1.zip Binary files differdeleted file mode 100644 index 4fb02bc0dedb..000000000000 --- a/net-p2p/biglybt/plugins/azupdater/azupdater_2.1.zip +++ /dev/null diff --git a/net-p2p/biglybt/plugins/azupdater/azupdaterpatcher_2.0.jar b/net-p2p/biglybt/plugins/azupdater/azupdaterpatcher_2.0.jar Binary files differdeleted file mode 100644 index 601624350f93..000000000000 --- a/net-p2p/biglybt/plugins/azupdater/azupdaterpatcher_2.0.jar +++ /dev/null diff --git a/net-p2p/biglybt/plugins/azupdater/plugin.properties b/net-p2p/biglybt/plugins/azupdater/plugin.properties deleted file mode 100644 index 5243168ce751..000000000000 --- a/net-p2p/biglybt/plugins/azupdater/plugin.properties +++ /dev/null @@ -1,4 +0,0 @@ -plugin.version=2.1 -plugin.class=com.biglybt.update.UpdaterUpdateChecker;com.biglybt.update.UpdaterPatcher -plugin.name=BiglyBT Update Support;BiglyBT Updater Support Patcher -plugin.install_if_missing=yes diff --git a/net-p2p/biglybt/plugins/azupdater/plugin.properties_2.1 b/net-p2p/biglybt/plugins/azupdater/plugin.properties_2.1 deleted file mode 100644 index 9eb95f0168de..000000000000 --- a/net-p2p/biglybt/plugins/azupdater/plugin.properties_2.1 +++ /dev/null @@ -1,3 +0,0 @@ -plugin.class=com.biglybt.update.UpdaterUpdateChecker;com.biglybt.update.UpdaterPatcher -plugin.name=BiglyBT Update Support;BiglyBT Updater Support Patcher -plugin.version=2.1 |