diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-15 14:53:13 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-15 14:53:13 +0000 |
commit | cc6b6f7c1bff7676a88f1affb59f74bf3e6d988c (patch) | |
tree | 676d7373e401c1818b49cbe1f2105b3de2c2a4b4 /media-plugins | |
parent | Removed bemused entry, not in tree anymore. (diff) | |
download | gentoo-2-cc6b6f7c1bff7676a88f1affb59f74bf3e6d988c.tar.gz gentoo-2-cc6b6f7c1bff7676a88f1affb59f74bf3e6d988c.tar.bz2 gentoo-2-cc6b6f7c1bff7676a88f1affb59f74bf3e6d988c.zip |
Remove audacious-plugins-ugly, masked since January of 2008.
Diffstat (limited to 'media-plugins')
4 files changed, 0 insertions, 83 deletions
diff --git a/media-plugins/audacious-plugins-ugly/ChangeLog b/media-plugins/audacious-plugins-ugly/ChangeLog deleted file mode 100644 index c56553c12e65..000000000000 --- a/media-plugins/audacious-plugins-ugly/ChangeLog +++ /dev/null @@ -1,21 +0,0 @@ -# ChangeLog for media-plugins/audacious-plugins-ugly -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins-ugly/ChangeLog,v 1.3 2007/03/05 17:11:15 chainsaw Exp $ - -*audacious-plugins-ugly-1.3.0 (05 Mar 2007) - - 05 Mar 2007; Tony Vroon <chainsaw@gentoo.org> - -audacious-plugins-ugly-1.2.0.ebuild, - +audacious-plugins-ugly-1.3.0.ebuild: - Version bump to a 1.3-compatible version. Added cube & iris USE-flags. - - 02 Feb 2007; Steve Dibb <beandog@gentoo.org> - audacious-plugins-ugly-1.2.0.ebuild: - Add ~amd64, bug 156358 - -*audacious-plugins-ugly-1.2.0 (22 Nov 2006) - - 22 Nov 2006; Tony Vroon <chainsaw@gentoo.org> +metadata.xml, - +audacious-plugins-ugly-1.2.0.ebuild: - Initial commit. - diff --git a/media-plugins/audacious-plugins-ugly/Manifest b/media-plugins/audacious-plugins-ugly/Manifest deleted file mode 100644 index 63a5c35c2d42..000000000000 --- a/media-plugins/audacious-plugins-ugly/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST audacious-plugins-ugly-1.3.0.tgz 438289 RMD160 068cdc6d6072c02cc691f8d14fb87636c55cae6c SHA1 ca2bf2365e649bc5a90a3d05c9e6e2f6e9d5c814 SHA256 273549d8b53f388edead8e32895132f31b2e0b2182f3f67221de64cdfb19a859 -EBUILD audacious-plugins-ugly-1.3.0.ebuild 1262 RMD160 dc0355e4846b38711fb402c2792a538cbe7d4afd SHA1 ed22d7241251940b9b7d3cb49610c3f2d0543334 SHA256 afdeb3a941cf36d76b3ae0e35e5f4da7ba859fde9eb7b4fe8c76cd03522b9c83 -MISC ChangeLog 773 RMD160 106db939d0b57e930b264657cd4ffb77c86881bd SHA1 68eeaf76f44e1f5aed58b70b78516ba79b714b25 SHA256 721b02968e655fd6a85a629d5ea4d5075f5644064a1dbaebc2528747d621f792 -MISC metadata.xml 248 RMD160 f9de13e16a150195633b055ebe61bb4cea95160d SHA1 4ea80510c4e90c385ac851b4f82c36b4f91d9402 SHA256 6a8ca116bded5cdd92cb700f92acd22b01ae159ef1b69c60a03fc9859bb9b3d6 diff --git a/media-plugins/audacious-plugins-ugly/audacious-plugins-ugly-1.3.0.ebuild b/media-plugins/audacious-plugins-ugly/audacious-plugins-ugly-1.3.0.ebuild deleted file mode 100644 index 1734e82a2f40..000000000000 --- a/media-plugins/audacious-plugins-ugly/audacious-plugins-ugly-1.3.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins-ugly/audacious-plugins-ugly-1.3.0.ebuild,v 1.2 2008/01/18 11:54:26 chainsaw Exp $ - -inherit flag-o-matic - -DESCRIPTION="Plugins that are not portable code, or depend on unstable libraries." -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://static.audacious-media-player.org/release/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cube iris libnotify mplayer nls" - -RDEPEND="!<media-plugins/audacious-plugins-1.3.0 - dev-libs/libxml2 - =media-sound/audacious-1.3* - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - media-libs/taglib - iris? ( >=x11-libs/libXxf86vm-1.0.0 ) - libnotify? ( >=x11-libs/libnotify-0.4.2 ) - mplayer? ( media-video/mplayer )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -src_compile() { - # Bug #42893 - replace-flags "-Os" "-O2" - # Bug #86689 - is-flag "-O*" || append-flags -O - - econf \ - $(use_enable libnotify notify) \ - $(use_enable mplayer) \ - $(use_enable cube) \ - $(use_enable iris) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} diff --git a/media-plugins/audacious-plugins-ugly/metadata.xml b/media-plugins/audacious-plugins-ugly/metadata.xml deleted file mode 100644 index a025c77c7636..000000000000 --- a/media-plugins/audacious-plugins-ugly/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>sound</herd> -<maintainer> - <email>chainsaw@gentoo.org</email> - <name>Tony Vroon</name> -</maintainer> -</pkgmetadata> |