From e8f81810baa21f490d6910e8e2d424546b72a333 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Sep 2019 09:01:56 +0100 Subject: gentoo resync : 15.09.2019 --- media-sound/tuxguitar/Manifest | 4 - .../files/tuxguitar-fixed-ant-files.patch | 237 --------------------- media-sound/tuxguitar/metadata.xml | 38 ---- media-sound/tuxguitar/tuxguitar-1.3.2.ebuild | 131 ------------ 4 files changed, 410 deletions(-) delete mode 100644 media-sound/tuxguitar/Manifest delete mode 100644 media-sound/tuxguitar/files/tuxguitar-fixed-ant-files.patch delete mode 100644 media-sound/tuxguitar/metadata.xml delete mode 100644 media-sound/tuxguitar/tuxguitar-1.3.2.ebuild (limited to 'media-sound/tuxguitar') diff --git a/media-sound/tuxguitar/Manifest b/media-sound/tuxguitar/Manifest deleted file mode 100644 index a0ab162729c6..000000000000 --- a/media-sound/tuxguitar/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX tuxguitar-fixed-ant-files.patch 10154 BLAKE2B 23f18334ce752a657f65a850c4b45eb7685b7937480977973d327c14d10ffc7e66f154d0d465dcb24ab39f7ae76fbf796e3df6571a3ff049fc116eaaee6381d8 SHA512 90b732cddf4684fb99a91e581903e64cd039ef9b9d8ec7bc9629ce8da889a6b2961f8f5dafd6cce21eb0c67e2e5501586580081f28c702de88ddd1d229769013 -DIST tuxguitar-1.3.2-src.tar.gz 82294553 BLAKE2B 74e0e4b0f2d3d63dbf8f16db43a165f77b39ad54e21091520c06228ea789161a6fb65a1a05bde0f1473afe61e2d990f646b5228b9fe19c114da21a5c32aa32b6 SHA512 fb94472df25578d94ad11cd385cfc9347bfefcdd8ebedd2e785f3645d6b2e0d6d87d3fc457af159865b3fae77ad443ac4246b3c6fbe42397f4d15908dd3b7149 -EBUILD tuxguitar-1.3.2.ebuild 3459 BLAKE2B ea0defbcfb81faf0d7566cbcc786078ea808630ebbc54e4db24343e487d0805541ea2ee6776b871e4f15d9439ab936cb6010562931d132696441d607044e93c2 SHA512 ecc329f413c6dde86fcfaef5b0f88f3934510cb72ec4de2f7f8b712be837bbee2394b983b9764c417233f4e291a80171ede7aa1f532dc7f730061710866d3926 -MISC metadata.xml 1203 BLAKE2B e1a4fca2836857ac65bd45a68016aa3523f54e55e3d57334428b21db9e14d72296edd2bb2d9dc0cbead8c9b944c02716984b41953ad39fffe4f4b83a5cf9e916 SHA512 495d2189cb9e60bad807016e0eeb04ca36d6ec6b9baec1355b969707b8a321770f670eb257fb5f9b2afb58418915da003b84b632b1203a67739fc02b4ecf8f17 diff --git a/media-sound/tuxguitar/files/tuxguitar-fixed-ant-files.patch b/media-sound/tuxguitar/files/tuxguitar-fixed-ant-files.patch deleted file mode 100644 index 9e1cbf778e57..000000000000 --- a/media-sound/tuxguitar/files/tuxguitar-fixed-ant-files.patch +++ /dev/null @@ -1,237 +0,0 @@ -diff -purN a/TuxGuitar/build.properties b/TuxGuitar/build.properties ---- a/TuxGuitar/build.properties 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar/build.properties 2016-08-23 10:55:06.271917712 +0100 -@@ -5,4 +5,5 @@ ant.build.javac.source=1.5 - ant.build.javac.target=1.5 - - path.tuxguitar-lib=../TuxGuitar-lib/tuxguitar-lib.jar -+path.tuxguitar-editor-utils=../TuxGuitar-editor-utils/tuxguitar-editor-utils.jar - path.swt=../TuxGuitar/lib/swt.jar -diff -purN a/TuxGuitar/build.xml b/TuxGuitar/build.xml ---- a/TuxGuitar/build.xml 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar/build.xml 2016-08-23 08:59:03.987797193 +0100 -@@ -12,6 +12,7 @@ - - - -+ - - - -diff -purN a/TuxGuitar-awt-graphics/build.properties b/TuxGuitar-awt-graphics/build.properties ---- a/TuxGuitar-awt-graphics/build.properties 1970-01-01 01:00:00.000000000 +0100 -+++ b/TuxGuitar-awt-graphics/build.properties 2016-08-23 09:11:06.737851049 +0100 -@@ -0,0 +1,7 @@ -+### ANT Flags -+# -+# build.compiler=gcj -+ant.build.javac.source=1.5 -+ant.build.javac.target=1.5 -+ -+path.tuxguitar-lib=../TuxGuitar-lib/tuxguitar-lib.jar -diff -purN a/TuxGuitar-awt-graphics/build.xml b/TuxGuitar-awt-graphics/build.xml ---- a/TuxGuitar-awt-graphics/build.xml 1970-01-01 01:00:00.000000000 +0100 -+++ b/TuxGuitar-awt-graphics/build.xml 2016-08-23 12:40:24.005858183 +0100 -@@ -0,0 +1,45 @@ -+ -+ -+ -+ -+ TuxGuitar AWT Graphics -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ +-------------------------------------------------+ -+ | B U I L D I N G P L U G I N | -+ +-------------------------------------------------+ -+ -+ -+ -+ -+ -+ -+ +-----------------------------------------------+ -+ | P A C K A G I N G P L U G I N | -+ +-----------------------------------------------+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -diff -purN a/TuxGuitar-editor-utils/build.properties b/TuxGuitar-editor-utils/build.properties ---- a/TuxGuitar-editor-utils/build.properties 1970-01-01 01:00:00.000000000 +0100 -+++ b/TuxGuitar-editor-utils/build.properties 2016-08-23 08:46:42.164749665 +0100 -@@ -0,0 +1,7 @@ -+### ANT Flags -+# -+# build.compiler=gcj -+ant.build.javac.source=1.5 -+ant.build.javac.target=1.5 -+ -+path.tuxguitar-lib=../TuxGuitar-lib/tuxguitar-lib.jar -diff -purN a/TuxGuitar-editor-utils/build.xml b/TuxGuitar-editor-utils/build.xml ---- a/TuxGuitar-editor-utils/build.xml 1970-01-01 01:00:00.000000000 +0100 -+++ b/TuxGuitar-editor-utils/build.xml 2016-08-23 10:51:44.533478977 +0100 -@@ -0,0 +1,45 @@ -+ -+ -+ -+ -+ TuxGuitar Editor Utils -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ +-------------------------------------------------+ -+ | B U I L D I N G L I B R A R Y | -+ +-------------------------------------------------+ -+ -+ -+ -+ -+ -+ -+ +-----------------------------------------------+ -+ | P A C K A G I N G L I B R A R Y | -+ +-----------------------------------------------+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -diff -purN a/TuxGuitar-gtp-ui/build.xml b/TuxGuitar-gtp-ui/build.xml ---- a/TuxGuitar-gtp-ui/build.xml 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar-gtp-ui/build.xml 2016-08-23 15:21:38.068032721 +0100 -@@ -9,7 +9,7 @@ - - - -- -+ - - - -diff -purN a/TuxGuitar-jsa/build.properties b/TuxGuitar-jsa/build.properties ---- a/TuxGuitar-jsa/build.properties 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar-jsa/build.properties 2016-08-23 12:45:00.324325595 +0100 -@@ -7,4 +7,5 @@ ant.build.javac.target=1.5 - path.tuxguitar=../TuxGuitar/tuxguitar.jar - path.tuxguitar-lib=../TuxGuitar-lib/tuxguitar-lib.jar - path.tuxguitar-gm-utils=../TuxGuitar-gm-utils/tuxguitar-gm-utils.jar -+path.tuxguitar-editor-utils=../TuxGuitar-editor-utils/tuxguitar-editor-utils.jar - path.swt=../TuxGuitar/lib/swt.jar -diff -purN a/TuxGuitar-jsa/build.xml b/TuxGuitar-jsa/build.xml ---- a/TuxGuitar-jsa/build.xml 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar-jsa/build.xml 2016-08-23 12:46:07.932440095 +0100 -@@ -14,6 +14,7 @@ - - - -+ - - - -diff -purN a/TuxGuitar-pdf/build.properties b/TuxGuitar-pdf/build.properties ---- a/TuxGuitar-pdf/build.properties 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar-pdf/build.properties 2016-08-23 13:37:17.230856507 +0100 -@@ -7,5 +7,7 @@ ant.build.javac.target=1.5 - path.tuxguitar=../TuxGuitar/tuxguitar.jar - path.tuxguitar-lib=../TuxGuitar-lib/tuxguitar-lib.jar - path.tuxguitar-gm-utils=../TuxGuitar-gm-utils/tuxguitar-gm-utils.jar -+path.tuxguitar-editor-utils=../TuxGuitar-editor-utils/tuxguitar-editor-utils.jar -+path.tuxguitar-awt-graphics=../TuxGuitar-awt-graphics/tuxguitar-awt-graphics.jar - path.itext=../TuxGuitar/lib/itext.jar - path.swt=../TuxGuitar/lib/swt.jar -diff -purN a/TuxGuitar-pdf/build.xml b/TuxGuitar-pdf/build.xml ---- a/TuxGuitar-pdf/build.xml 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar-pdf/build.xml 2016-08-23 13:37:40.843895665 +0100 -@@ -17,6 +17,8 @@ - - - -+ -+ - - - -diff -purN a/TuxGuitar-tray/build.properties b/TuxGuitar-tray/build.properties ---- a/TuxGuitar-tray/build.properties 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar-tray/build.properties 2016-08-23 13:41:10.241259782 +0100 -@@ -6,4 +6,6 @@ ant.build.javac.target=1.5 - - path.tuxguitar=../TuxGuitar/tuxguitar.jar - path.tuxguitar-lib=../TuxGuitar-lib/tuxguitar-lib.jar -+path.tuxguitar-gm-utils=../TuxGuitar-gm-utils/tuxguitar-gm-utils.jar -+path.tuxguitar-editor-utils=../TuxGuitar-editor-utils/tuxguitar-editor-utils.jar - path.swt=../TuxGuitar/lib/swt.jar -diff -purN a/TuxGuitar-tray/build.xml b/TuxGuitar-tray/build.xml ---- a/TuxGuitar-tray/build.xml 2016-03-16 21:26:23.000000000 +0000 -+++ b/TuxGuitar-tray/build.xml 2016-08-23 13:41:41.262315895 +0100 -@@ -15,6 +15,8 @@ - - - -+ -+ - - - -diff -purN a/TuxGuitar-tuner/build.properties b/TuxGuitar-tuner/build.properties ---- a/TuxGuitar-tuner/build.properties 2016-03-16 21:26:14.000000000 +0000 -+++ b/TuxGuitar-tuner/build.properties 2016-08-23 13:42:25.501396719 +0100 -@@ -6,4 +6,5 @@ ant.build.javac.target=1.5 - - path.tuxguitar=../TuxGuitar/tuxguitar.jar - path.tuxguitar-lib=../TuxGuitar-lib/tuxguitar-lib.jar -+path.tuxguitar-gm-utils=../TuxGuitar-gm-utils/tuxguitar-gm-utils.jar - path.swt=../TuxGuitar/lib/swt.jar -diff -purN a/TuxGuitar-tuner/build.xml b/TuxGuitar-tuner/build.xml ---- a/TuxGuitar-tuner/build.xml 2016-03-16 21:26:14.000000000 +0000 -+++ b/TuxGuitar-tuner/build.xml 2016-08-23 13:42:50.180442190 +0100 -@@ -12,6 +12,7 @@ - - - -+ - - - diff --git a/media-sound/tuxguitar/metadata.xml b/media-sound/tuxguitar/metadata.xml deleted file mode 100644 index 43ad71f5f096..000000000000 --- a/media-sound/tuxguitar/metadata.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - A multitrack tablature editor and player that allows you to - compose music using the following features: - - Tablature editor - - Score Viewer - - Multitrack display - - Autoscroll while playing - - Note duration management - - Various effects (bend, slide, vibrato, hammer-on/pull-off) - - Support for triplets (5,6,7,9,10,11,12) - - Repeat open and close - - Time signature management - - Tempo management - - Imports and exports gp3,gp4 and gp5 files - - - - Enables Fluidsynth MIDI software synthesis (with external sound fonts). - JSA must be disabled in the plug-ins menu to use this. - - - Exports the score in a lilypond compatible format. - - - Exports the score as a PDF file using dev-java/itext. - - - Adds an icon to the tray that controls midi playback. - - - - tuxguitar - - diff --git a/media-sound/tuxguitar/tuxguitar-1.3.2.ebuild b/media-sound/tuxguitar/tuxguitar-1.3.2.ebuild deleted file mode 100644 index 39bcac4c6361..000000000000 --- a/media-sound/tuxguitar/tuxguitar-1.3.2.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${P}-src" -JAVA_PKG_IUSE="source" -inherit desktop java-pkg-2 java-ant-2 toolchain-funcs flag-o-matic xdg-utils - -DESCRIPTION="Multitrack guitar tablature editor and player written in Java-SWT" -HOMEPAGE="http://www.tuxguitar.com.ar/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="alsa fluidsynth jack lilypond oss pdf timidity tray" -KEYWORDS="~amd64 ~x86" - -COMMON_DEPEND=" - dev-java/swt:3.7[cairo] - alsa? ( media-libs/alsa-lib ) - pdf? ( dev-java/itext:5 ) - fluidsynth? ( Plugins\"" - fi -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} -- cgit v1.2.3