summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Asplund <peter.azp@gmail.com>2016-09-22 22:58:11 +0200
committerPeter Asplund <peter.azp@gmail.com>2016-09-22 22:58:11 +0200
commite474becfd0b35658e1013516698d4c9fb0f3ec2c (patch)
tree27f4819b447e04ff1886bfcea74aa9e4100d529a
parentAdd distfiles dir to gitignore (diff)
downloadAzP-e474becfd0b35658e1013516698d4c9fb0f3ec2c.tar.gz
AzP-e474becfd0b35658e1013516698d4c9fb0f3ec2c.tar.bz2
AzP-e474becfd0b35658e1013516698d4c9fb0f3ec2c.zip
Remove old versions
-rw-r--r--media-sound/kinsky/kinsky-4.3.6.ebuild69
-rw-r--r--media-sound/teamspeak-client-bin/ChangeLog73
-rw-r--r--media-sound/teamspeak-client-bin/ChangeLog-2015247
-rw-r--r--media-sound/teamspeak-client-bin/Manifest6
-rw-r--r--media-sound/teamspeak-client-bin/files/teamspeak310
-rw-r--r--media-sound/teamspeak-client-bin/metadata.xml16
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild75
-rw-r--r--media-sound/tuxguitar/Manifest2
-rw-r--r--media-sound/tuxguitar/tuxguitar-1.2.ebuild117
9 files changed, 0 insertions, 615 deletions
diff --git a/media-sound/kinsky/kinsky-4.3.6.ebuild b/media-sound/kinsky/kinsky-4.3.6.ebuild
deleted file mode 100644
index 88812a3..0000000
--- a/media-sound/kinsky/kinsky-4.3.6.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit eutils autotools mono fdo-mime gnome.org gnome2-utils
-
-DESCRIPTION="Control your Linn DS player."
-HOMEPAGE="http://oss.linn.co.uk/"
-SRC_URI="http://oss.linn.co.uk/Releases/Kinsky/Davaar/${PN}_${PV}-1_all.deb"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-lang/mono-2.0.1"
-
-DEPEND="${RDEPEND}"
-
-RESTRICT="mirror strip"
-
-src_unpack() {
- mkdir "${P}"
- cd "${P}"
- unpack ${A}
- unpack ./data.tar.gz
-}
-
-src_prepare() {
- #Replace /usr/bin/cli with /usr/bin/mono
- sed -i \
- -e 's/cli/mono/g' usr/bin/Kinsky || die "sed failed"
- #Fix warning about incorrent bool
- sed -i \
- -e 's/False/false/g' \
- -e '/Encoding/d' \
- usr/share/applications/kinsky.desktop || die "sed failed"
-}
-
-src_install() {
- insinto /usr/share/applications
- doins usr/share/applications/*.desktop
- insinto /usr/share/pixmaps
- doins usr/share/pixmaps/*.xpm
- insinto /usr/share/menu
- doins usr/share/menu/*
- insinto /usr/lib
- doins -r usr/lib/Kinsky
- insinto /usr/bin
- doins usr/bin/Kinsky
- fperms +x /usr/bin/Kinsky
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
diff --git a/media-sound/teamspeak-client-bin/ChangeLog b/media-sound/teamspeak-client-bin/ChangeLog
deleted file mode 100644
index 4436198..0000000
--- a/media-sound/teamspeak-client-bin/ChangeLog
+++ /dev/null
@@ -1,73 +0,0 @@
-# ChangeLog for media-sound/teamspeak-client-bin
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# (auto-generated from git log)
-
-*teamspeak-client-bin-3.0.16-r1 (09 Aug 2015)
-*teamspeak-client-bin-3.0.13.1 (09 Aug 2015)
-
- 09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +files/teamspeak3,
- +metadata.xml, +teamspeak-client-bin-3.0.13.1.ebuild,
- +teamspeak-client-bin-3.0.16-r1.ebuild:
- proj/gentoo: Initial commit
-
- This commit represents a new era for Gentoo:
- Storing the gentoo-x86 tree in Git, as converted from CVS.
-
- This commit is the start of the NEW history.
- Any historical data is intended to be grafted onto this point.
-
- Creation process:
- 1. Take final CVS checkout snapshot
- 2. Remove ALL ChangeLog* files
- 3. Transform all Manifests to thin
- 4. Remove empty Manifests
- 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
- 5.1. Do not touch files with -kb/-ko keyword flags.
-
- Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
- X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
- tests
- X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
- project
- X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
- developer, wrote Git features for the migration
- X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
- cvs2svn
- X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
- X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
- work in migration
- X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
- X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
- the bikeshed
-
- 24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
- Use https by default
-
- Convert all URLs for sites supporting encrypted connections from http to
- https
-
- Signed-off-by: Justin Lecher <jlec@gentoo.org>
-
- 24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
- Revert DOCTYPE SYSTEM https changes in metadata.xml
-
- repoman does not yet accept the https version.
- This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
-
- Bug: https://bugs.gentoo.org/552720
-
- 06 Sep 2015; Ian Delaney <idella4@gentoo.org> metadata.xml:
- teamspeak-client-bin: added new maintainer, offer made via bug #558348
-
- Package-Manager: portage-2.2.20
-
-*teamspeak-client-bin-3.0.17 (06 Sep 2015)
-
- 06 Sep 2015; Ian Delaney <idella4@gentoo.org>
- -teamspeak-client-bin-3.0.13.1.ebuild, +teamspeak-client-bin-3.0.17.ebuild:
- teamspeak-client-bin: bump
-
- ebuild submitted by new maintainer via bug #558348, closes the bug
-
- Package-Manager: portage-2.2.20
-
diff --git a/media-sound/teamspeak-client-bin/ChangeLog-2015 b/media-sound/teamspeak-client-bin/ChangeLog-2015
deleted file mode 100644
index 92dc5f6..0000000
--- a/media-sound/teamspeak-client-bin/ChangeLog-2015
+++ /dev/null
@@ -1,247 +0,0 @@
-# ChangeLog for media-sound/teamspeak-client-bin
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.40 2015/05/13 15:09:35 mgorny Exp $
-
-*teamspeak-client-bin-3.0.16-r1 (13 May 2015)
-
- 13 May 2015; Michał Górny <mgorny@gentoo.org>
- +teamspeak-client-bin-3.0.16-r1.ebuild, -teamspeak-client-bin-3.0.16.ebuild:
- Unbundle libquazip, bug #548048. https://github.com/gentoo/gentoo-portage-
- rsync-mirror/pull/116 by karolherbst.
-
- 21 Mar 2015; Justin Lecher <jlec@gentoo.org>
- teamspeak-client-bin-3.0.13.1.ebuild, teamspeak-client-bin-3.0.16.ebuild:
- use dobin instead of exeinto /usr/bin/ && doexe; make ebuild layout more
- readable; use elog if apropriate; fix ebuild layout
-
-*teamspeak-client-bin-3.0.16 (15 Jan 2015)
-
- 15 Jan 2015; Manuel Rüger <mrueg@gentoo.org>
- +teamspeak-client-bin-3.0.16.ebuild, -teamspeak-client-bin-3.0.11.1.ebuild,
- -teamspeak-client-bin-3.0.12.ebuild, -teamspeak-client-bin-3.0.13.ebuild,
- metadata.xml:
- Proxy commit for Karol Herbst. Add him as proxied maintainer. Version bump.
- Remove old. Fixes bug #504604.
-
- 14 Nov 2014; Tom Wijsman <TomWij@gentoo.org> metadata.xml:
- Maintainer needed.
-
-*teamspeak-client-bin-3.0.13.1 (09 Nov 2013)
-
- 09 Nov 2013; Tom Wijsman <TomWij@gentoo.org>
- +teamspeak-client-bin-3.0.13.1.ebuild:
- Version bump to 3.0.11.1; fixes bug #490570, reported by Stephan Kupfer and
- pierigno.
-
-*teamspeak-client-bin-3.0.13 (12 Oct 2013)
-
- 12 Oct 2013; Tom Wijsman <TomWij@gentoo.org>
- +teamspeak-client-bin-3.0.13.ebuild:
- Version bump to 3.0.13, reported by Jarry and Karsten in bug #487662 and bug
- #487760. Removed not used sound backend, reported and patch by Karol Herbs in
- bug #484080.
-
-*teamspeak-client-bin-3.0.12 (21 Sep 2013)
-
- 21 Sep 2013; Tom Wijsman <TomWij@gentoo.org>
- +teamspeak-client-bin-3.0.12.ebuild, metadata.xml:
- Version bump to 3.0.12, fixes bug #485540 reported by Markus Saarinen.
-
-*teamspeak-client-bin-3.0.11.1 (07 Aug 2013)
-
- 07 Aug 2013; Tom Wijsman <TomWij@gentoo.org>
- +teamspeak-client-bin-3.0.11.1.ebuild, -teamspeak-client-bin-3.0.10.1.ebuild,
- -teamspeak-client-bin-3.0.10.ebuild, -teamspeak-client-bin-3.0.9.2.ebuild:
- Version bump to 3.0.11.1. Removed old. Fixes bug #479672, reported by
- Christophe PEREZ and Stephan Kupfer.
-
- 15 Apr 2013; Tom Wijsman <TomWij@gentoo.org>
- teamspeak-client-bin-3.0.10.1.ebuild, teamspeak-client-bin-3.0.10.ebuild,
- teamspeak-client-bin-3.0.9.2.ebuild:
- FEATURES="fetch" since we are not allowed to directly link (therefore not
- directly download) their files without express, written permission; this is
- stated at the bottom of their Downloads page, let's comply with that.
-
-*teamspeak-client-bin-3.0.10.1 (12 Apr 2013)
-
- 12 Apr 2013; Tom Wijsman <TomWij@gentoo.org>
- +teamspeak-client-bin-3.0.10.1.ebuild:
- Version bump to 3.0.10.1, added some missing dependencies. Fixes bug #465608.
-
-*teamspeak-client-bin-3.0.10 (06 Mar 2013)
-
- 06 Mar 2013; Tom Wijsman <TomWij@gentoo.org>
- +teamspeak-client-bin-3.0.10.ebuild:
- Version bump to 3.0.10, reported by Stephan Kupfer. Fixes bug 3460522.
-
- 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
- teamspeak-client-bin-3.0.9.2.ebuild:
- Move Qt dependencies to the new category
-
- 13 Feb 2013; Tom Wijsman <TomWij@gentoo.org>
- -teamspeak-client-bin-3.0.6.ebuild, teamspeak-client-bin-3.0.9.2.ebuild:
- Removed old 3.0.6 ebuild. Made the desktop entry use a better logo as its
- icon. Thanks to Mikkl for reporting, fixes bug #457152.
-
- 12 Feb 2013; Tom Wijsman <TomWij@gentoo.org>
- teamspeak-client-bin-3.0.9.2.ebuild:
- Added accessibility USE flag to x11-libs/qt-gui dependency; fixes bug #456854,
- thanks to Christopher Head.
-
-*teamspeak-client-bin-3.0.9.2 (11 Feb 2013)
-
- 11 Feb 2013; Tom Wijsman <TomWij@gentoo.org>
- +teamspeak-client-bin-3.0.9.2.ebuild, metadata.xml:
- Version bump to 3.0.9.2, improved the ebuild by using EAPI 5, restricted
- mirror as per license, added a necessary qt-sql dependency and restricted qt-
- gui to need the xinerama USE flag. Added myself as a maintainer. Fixes
- #423291, thanks to Christopher Head and Lukas Elsner for mentioning a
- necessary dependency.
-
- 18 Nov 2012; Pacho Ramos <pacho@gentoo.org>
- -teamspeak-client-bin-3.0.0_rc1.ebuild, metadata.xml:
- Drop maintainer as he is not taking care of this package. Remove old.
-
-*teamspeak-client-bin-3.0.6 (09 May 2012)
-
- 09 May 2012; Lars Wendler <polynomial-c@gentoo.org>
- -teamspeak-client-bin-3.0.0_beta36.ebuild,
- +teamspeak-client-bin-3.0.6.ebuild:
- non-maintainer commit: Version bump. Removed ancient version.
-
- 14 Apr 2012; Pacho Ramos <pacho@gentoo.org>
- teamspeak-client-bin-3.0.0_beta36.ebuild,
- teamspeak-client-bin-3.0.0_rc1.ebuild:
- Fix bug #411003.
-
- 05 Feb 2012; Mike Frysinger <vapier@gentoo.org>
- teamspeak-client-bin-3.0.0_beta36.ebuild,
- teamspeak-client-bin-3.0.0_rc1.ebuild:
- Use unpack_makeself now that it supports newer versions.
-
- 21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
- teamspeak-client-bin-3.0.0_beta36.ebuild,
- teamspeak-client-bin-3.0.0_rc1.ebuild:
- Remove unused =media-libs/libpng-1.4* RDEPEND. The bundled copy of libQtGui
- has NEEDED entry for libpng12.so.0 but this is not required when using the
- system libQtGui.
-
-*teamspeak-client-bin-3.0.0_rc1 (03 Jun 2011)
-
- 03 Jun 2011; Christian Parpart <trapni@gentoo.org>
- -teamspeak-client-bin-3.0.0_beta29.ebuild,
- -teamspeak-client-bin-3.0.0_beta32.ebuild,
- -teamspeak-client-bin-3.0.0_beta32-r1.ebuild,
- -teamspeak-client-bin-3.0.0_beta32-r2.ebuild,
- +teamspeak-client-bin-3.0.0_rc1.ebuild:
- version bump and cleanup
-
-*teamspeak-client-bin-3.0.0_beta36 (27 Feb 2011)
-
- 27 Feb 2011; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta36.ebuild:
- version bump
-
-*teamspeak-client-bin-3.0.0_beta32-r2 (23 Oct 2010)
-
- 23 Oct 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta32-r2.ebuild:
- adds desktop icon. fixes #330293 (thanks to David Mihalcin Jr.
- <dmihalcin@verizon.net>)
-
-*teamspeak-client-bin-3.0.0_beta32-r1 (23 Oct 2010)
-
- 23 Oct 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta32-r1.ebuild:
- fixes #328807 - thanks to wrstwssr@yahoo.com
-
-*teamspeak-client-bin-3.0.0_beta32 (23 Oct 2010)
-
- 23 Oct 2010; Christian Parpart <trapni@gentoo.org> files/teamspeak3,
- +teamspeak-client-bin-3.0.0_beta32.ebuild:
- version bump
-
-*teamspeak-client-bin-3.0.0_beta29 (11 Sep 2010)
-
- 11 Sep 2010; Christian Parpart <trapni@gentoo.org>
- -teamspeak-client-bin-3.0.0_beta15.ebuild,
- -teamspeak-client-bin-3.0.0_beta17.ebuild,
- -teamspeak-client-bin-3.0.0_beta20.ebuild,
- -teamspeak-client-bin-3.0.0_beta21.ebuild,
- -teamspeak-client-bin-3.0.0_beta22.ebuild,
- +teamspeak-client-bin-3.0.0_beta29.ebuild:
- version bump plus ebuild cleanup
-
- 14 Jul 2010; Christian Parpart <trapni@gentoo.org>
- teamspeak-client-bin-3.0.0_beta22.ebuild:
- added =media-libs/libpng-1.2* to RDEPENDS
-
-*teamspeak-client-bin-3.0.0_beta22 (20 Jun 2010)
-
- 20 Jun 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta22.ebuild:
- version bump
-
-*teamspeak-client-bin-3.0.0_beta21 (03 Jun 2010)
-
- 03 Jun 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta21.ebuild:
- version bump
-
-*teamspeak-client-bin-3.0.0_beta20 (16 May 2010)
-
- 16 May 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta20.ebuild:
- version bump
-
- 16 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
- Remove sound from metadata.xml.
-
-*teamspeak-client-bin-3.0.0_beta17 (15 Mar 2010)
-
- 15 Mar 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta17.ebuild:
- version bump
-
- 08 Feb 2010; Christian Parpart <trapni@gentoo.org>
- -teamspeak-client-bin-3.0.0_beta5.ebuild,
- -teamspeak-client-bin-3.0.0_beta9.ebuild,
- -teamspeak-client-bin-3.0.0_beta11.ebuild,
- -teamspeak-client-bin-3.0.0_beta12.ebuild,
- -teamspeak-client-bin-3.0.0_beta13.ebuild:
- cleanup
-
- 08 Feb 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta15.ebuild:
- version bump, closes #303147
-
-*teamspeak-client-bin-3.0.0_beta13 (04 Feb 2010)
-
- 04 Feb 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta13.ebuild:
- version bump
-
-*teamspeak-client-bin-3.0.0_beta12 (21 Jan 2010)
-
- 21 Jan 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta12.ebuild:
- version bump
-
-*teamspeak-client-bin-3.0.0_beta11 (20 Jan 2010)
-
- 20 Jan 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta11.ebuild:
- version bump plus license update
-
-*teamspeak-client-bin-3.0.0_beta9 (03 Jan 2010)
-
- 03 Jan 2010; Christian Parpart <trapni@gentoo.org>
- +teamspeak-client-bin-3.0.0_beta9.ebuild:
- version bump
-
-*teamspeak-client-bin-3.0.0_beta5 (23 Dec 2009)
-
- 23 Dec 2009; Christian Parpart <trapni@gentoo.org> +files/teamspeak3,
- +teamspeak-client-bin-3.0.0_beta5.ebuild, +metadata.xml:
- initial commit of TeamSpeak Client, version 3 (beta) - thanks to bug
- #297577
diff --git a/media-sound/teamspeak-client-bin/Manifest b/media-sound/teamspeak-client-bin/Manifest
deleted file mode 100644
index 58fb803..0000000
--- a/media-sound/teamspeak-client-bin/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX teamspeak3 258 SHA256 42a5e2a879af2b1f539240a75315f4ff65fdf20d90d8c3984f234ba5cf9869f3 SHA512 b587b3991e927922854f155ac61e8d923a6b84a1da88a040277d670203be7dc11b5fbf79508d3894e94a2686da1758781b158c7598c8a61b151798c6a7b1880e WHIRLPOOL 8c542bed81d5f04418b30a39ac63eb4a43f2ab9d339d7f197fd78e674e7908c8696b78c04fd5400916b30c849868adb948c79748f0ba8d1052d507fb6a9c6d3a
-DIST TeamSpeak3-Client-linux_amd64-3.0.18.2.run 36639550 SHA256 d058ac511fe06e6c717a5468368b54d97d4d39864439bb3d03df8567a90414e4 SHA512 75b54e7ca0187ab6fbd80729d4ecaee22befd23ca0621b80b83be2a581d7ff604366ae02f38cc25e8f274446fc44ad04431fc657818a3905c9d550c5fad32814 WHIRLPOOL bb56d4eafa898f48f9774116eb551a7943b103f1118910b93230224021991becca42ddc2c18379815bda584aeb1d56acc1ed6cefc212d0df551d52a874e7604f
-EBUILD teamspeak-client-bin-3.0.18.2.ebuild 1803 SHA256 4426d9d09fb5ac970695f0110c516af8fed32dfb1e1da747507b2b08df71c16c SHA512 fb3df6a3861e6221e58239698322784ccd91b42d82f713093ae16db4c2aba2887872f59d261586aac17a89dfcd6631949bce488b436ac7769e4ed5d5b638ce9f WHIRLPOOL f89c81f3c67bcef9953da7f155503909f0b9a00e02e502d08c638812c720c5ca405cfc314098575c7a30e8a53377a0b0c6489da2c27ec65729a16e90d89677ee
-MISC ChangeLog 2682 SHA256 d8e625459bf213fdc2230fc6bb4240fb81072032d1c56560f3999591c18c886f SHA512 8576a8d99cb9fa3d99b3f8c3fb5ee1b439b86c49770b8638427d8e2c9ddf2522fd9ea3fc25b118f36a01c7fee765493d4c4aeb5427170e3773e8d099994fc986 WHIRLPOOL 86f811d530ba8135b6340f923679e3c618ec4e2b592135337a6a7d93e702ca112c697b9094c3defd088ca65ae6285ffddfc42df68878799be8c0b1e725547e90
-MISC ChangeLog-2015 9115 SHA256 94c44f852c9f8e6e58c52b85cbea614bff3e2e4635dc2829605f7c57a5fbd246 SHA512 7e796ece90503c705c0bc3d7c0e3edc0b8359c4cca0f7e16b2690500adf24bff47c6167e35b65492694348033e584fe92813a7258809d9865afe5b5269a60fc8 WHIRLPOOL 3bff28dbea9d980f850454be28ae99175685bf4073a2bd0e2dc2660febc2aff4cc9ecb4d8601835c5845d9feee7f9ba7524afa4fef9f72a2ea7f6a8d7b643a61
-MISC metadata.xml 590 SHA256 610d62762294c6950727b6d74d8fbc8660ab971bce85418a1f9034c9ffc3f316 SHA512 b79b32dd6614bb5cb3a57b468fcbda895ab1d8f71d7f9c38ef7e1715940f60648e16f55d66c0a7fec1e73963d45476b1360aeb65ac60f035050dba848bfb5ee0 WHIRLPOOL 665ff4c8a68b00e07423db0be81c8c9698a0bc9e64a5c0e6f7f1e279934972251baea4a6441f5c0ee77acf33efa305b6274fed0b95347d488813742cdad21422
diff --git a/media-sound/teamspeak-client-bin/files/teamspeak3 b/media-sound/teamspeak-client-bin/files/teamspeak3
deleted file mode 100644
index d598f01..0000000
--- a/media-sound/teamspeak-client-bin/files/teamspeak3
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-
-BASEDIR="/opt/teamspeak3-client"
-
-export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
-
-# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
-cd "${BASEDIR}"
-
-exec "${BASEDIR}/ts3client" "$@"
diff --git a/media-sound/teamspeak-client-bin/metadata.xml b/media-sound/teamspeak-client-bin/metadata.xml
deleted file mode 100644
index 4a48abc..0000000
--- a/media-sound/teamspeak-client-bin/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>proxy-maintainers</herd>
- <maintainer>
- <email>gentoo@karolherbst.de</email>
- <name>Karol Herbst</name>
- <description>Proxy-Maintainer. Assign bugs to him</description>
- </maintainer>
- <maintainer>
- <email>dryatu@gmail.com</email>
- <name>Sami Loone</name>
- <description>Proxy-Maintainer. Assign bugs to him</description>
- </maintainer>
- <longdescription>TeamSpeak Client (Voice Communication Software)</longdescription>
-</pkgmetadata>
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild
deleted file mode 100644
index bfe9c97..0000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils unpacker
-
-DESCRIPTION="TeamSpeak Client - Voice Communication Software"
-HOMEPAGE="http://www.teamspeak.com/"
-SRC_URI="http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run"
-
-LICENSE="teamspeak3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="alsa pulseaudio"
-
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-RDEPEND="
- dev-libs/quazip:0/0[qt5]
- dev-qt/qtcore:5
- dev-qt/qtgui:5[accessibility]
- dev-qt/qtnetwork:5
- dev-qt/qtsql:5[sqlite]
- dev-qt/qtwidgets:5
- sys-libs/glibc
- sys-libs/zlib
- alsa? ( media-libs/alsa-lib )
- pulseaudio? ( media-sound/pulseaudio )"
-
-RESTRICT="fetch strip"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
- elog "Please download ${A}"
- elog "from ${HOMEPAGE}?page=downloads and place this"
- elog "file in ${DISTDIR}"
-}
-
-src_prepare() {
- # Remove the qt-libraries as they just cause trouble with the system's Qt, see bug #328807.
- rm libQt* || die "Couldn't remove bundled Qt libraries."
-
- rm -r platforms sqldrivers qt.conf || die "Couldn't remove bundle Qt files."
-
- # Remove unwanted soundbackends.
- if ! use alsa ; then
- rm soundbackends/libalsa* || die
- fi
-
- if ! use pulseaudio ; then
- rm soundbackends/libpulseaudio* || die
- fi
-
- # Remove quazip
- rm libquazip.so || die
-
- # Rename the tsclient to its shorter version, required by the teamspeak3 script we install.
- mv ts3client_linux_* ts3client || die "Couldn't rename ts3client to its shorter version."
-}
-
-src_install() {
- insinto /opt/teamspeak3-client
- doins -r *
-
- fperms +x /opt/teamspeak3-client/ts3client
-
- dobin "${FILESDIR}/teamspeak3"
-
- make_desktop_entry teamspeak3 TeamSpeak3 \
- "/opt/teamspeak3-client/pluginsdk/docs/client_html/images/logo.png" \
- Network
-}
diff --git a/media-sound/tuxguitar/Manifest b/media-sound/tuxguitar/Manifest
deleted file mode 100644
index f4ebb8a..0000000
--- a/media-sound/tuxguitar/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST tuxguitar-src-1.2.tar.gz 2548224 SHA256 84a4fc6ae4802442fd0cc011e19316c0e4ca5a6d684db4306cdf19d09e703ebc SHA512 b2b73a370bd0189a26859844201a513db27048068701f02e2e2002bf96dec344d2dc08ddd1987bd5d70bc869547c66261dd27db11c6bf0844dc127ce89a3dd93 WHIRLPOOL 27db7fc80eb216f15a91b92dfc2e1f1ecb70a0cbb4aa22e49bd62cf9fc86c8612d73252bc5f1ad640a301cb603682f18e30204bbd600cb31e71b323480eea34e
-EBUILD tuxguitar-1.2.ebuild 3392 SHA256 3446a0bd90fdef6281df5eb07c53fa117ee8eb0798efb246f045514954baffa4 SHA512 045c9515993afb940e1f36a9c0b236fc521ae1c3485f5defd0b42d7f160895242ef433e9789f4d59f4896102bb9e6393e31111847f37aed6c7977e8af66119e0 WHIRLPOOL 94d3d858d34681b184c1b23650f273bc97c79a88843312905205a58a501ed9b71d2dfe260bb5c59116c8ac1ba066248b181a31916d0eb12e5b3c1ad4ab65a52f
diff --git a/media-sound/tuxguitar/tuxguitar-1.2.ebuild b/media-sound/tuxguitar/tuxguitar-1.2.ebuild
deleted file mode 100644
index 8ec01c5..0000000
--- a/media-sound/tuxguitar/tuxguitar-1.2.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /home/robert/ebuilds/tuxguitar-1.2-r1.ebuild,v 1.2 2009/11/13 16:12:45 robert Exp $
-
-EAPI="2"
-JAVA_PKG_IUSE="source"
-
-inherit eutils java-pkg-2 java-ant-2 toolchain-funcs flag-o-matic fdo-mime gnome2-utils
-
-MY_P="${PN}-src-${PV}"
-DESCRIPTION="TuxGuitar is a 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 oss pdf timidity"
-
-KEYWORDS="~amd64 ~x86"
-CDEPEND="dev-java/swt:3.5[cairo]
- alsa? ( media-libs/alsa-lib )
- fluidsynth? ( media-sound/fluidsynth )
- pdf? ( dev-java/itext:0 )"
-RDEPEND=">=virtual/jre-1.6
- timidity? (
- alsa? ( media-sound/timidity++[alsa] )
- oss? ( media-sound/timidity++[oss] )
- media-sound/timidity++
- )
- ${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.6
- ${CDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- java-pkg_jar-from --into TuxGuitar/lib swt-3.5
- java-pkg-2_src_prepare
-}
-
-src_compile() {
- if use pdf; then
- echo "" >> TuxGuitar-pdf/build.properties || die
- echo "path.itext=$(java-pkg_getjar itext iText.jar)" >> TuxGuitar-pdf/build.properties || die "Error adding itext path"
- echo "path.swt=$(java-pkg_getjar swt-3.5 swt.jar)" >> TuxGuitar-pdf/build.properties || die "Error adding swt path"
- fi
- cd TuxGuitar || die "cd failed"
- eant all
- for plugin in $(list_plugins); do
- plugin_compile $plugin
- done
-}
-
-src_install() {
- cd TuxGuitar || die "cd failed"
- java-pkg_dojar tuxguitar.jar
- use source && java-pkg_dosrc src/org
- # TODO: Decide if plugin sources should be installed
- java-pkg_dolauncher ${PN} \
- --main org.herac.tuxguitar.gui.TGMain \
- --java_args "-Xms128m -Xmx128m -Dtuxguitar.share.path=/usr/share/${PN}/lib/share"
- # Images and Files
- insinto /usr/share/${PN}/lib
- doins -r share || die "doins failed"
- java-pkg_sointo /usr/share/${PN}/lib/lib
- for plugin in $(list_plugins); do
- plugin_install $plugin
- done
- doman "${S}/misc/${PN}.1" || die "doman failed"
- insinto /usr/share/mime/packages
- doins "${S}/misc/${PN}.xml"
- doicon "${S}/misc/${PN}.xpm" || die "doicon failed"
- domenu "${S}/misc/${PN}.desktop" || die "domenu failed"
-}
-
-plugin_compile() {
- cd "${S}"/TuxGuitar-${1} || die
- eant all
- if [[ -d jni ]]; then
- append-flags $(java-pkg_get-jni-cflags)
- cd jni || die "\"cd jni\" failed"
- CC=$(tc-getCC) emake || die "emake failed"
- fi
-}
-
-plugin_install() {
- cd "${S}"/TuxGuitar-${1} || die
- local TUXGUITAR_INST_PATH=/usr/share/${PN}/lib
- local BINARY_NAME=tuxguitar-${1}
- insinto ${TUXGUITAR_INST_PATH}/share/plugins
- doins ${BINARY_NAME}.jar || die "doins ${BINARY_NAME}.jar failed"
- #TuxGuitar has its own classloader. No need to register the plugins.
- if [[ -d jni ]]; then
- java-pkg_doso jni/lib${BINARY_NAME}-jni.so
- fi
-}
-
-#Return list of plugins to compile/install
-list_plugins() {
- echo \
- $(usev alsa) ascii browser-ftp compat converter $(usev fluidsynth) gtp \
- jsa lilypond midi musicxml $(usev oss) $(usev pdf) ptb tef tray tuner
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
- if use fluidsynth; then
- ewarn "Fluidsynth plugin blocks behavior of JSA plugin."
- ewarn "Enable only one of them in \"Tools > Plugins\""
- fi
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}