summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-06 09:53:58 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-06 09:53:58 +0000
commit752cbd8039f5aa27ba89a22e0ad77691fcbfc709 (patch)
tree2ac973554c85f87242eff66dc5a9d655bb3d1d25 /media-plugins
parentRemove old. (diff)
downloadgentoo-2-752cbd8039f5aa27ba89a22e0ad77691fcbfc709.tar.gz
gentoo-2-752cbd8039f5aa27ba89a22e0ad77691fcbfc709.tar.bz2
gentoo-2-752cbd8039f5aa27ba89a22e0ad77691fcbfc709.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/libvisual-plugins/ChangeLog8
-rw-r--r--media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild65
2 files changed, 6 insertions, 67 deletions
diff --git a/media-plugins/libvisual-plugins/ChangeLog b/media-plugins/libvisual-plugins/ChangeLog
index 0b56afabab90..cb8571b6a255 100644
--- a/media-plugins/libvisual-plugins/ChangeLog
+++ b/media-plugins/libvisual-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/libvisual-plugins
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.70 2014/10/11 13:42:26 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/ChangeLog,v 1.71 2015/05/06 09:53:58 mrueg Exp $
+
+ 06 May 2015; Manuel Rüger <mrueg@gentoo.org>
+ -libvisual-plugins-0.4.0-r2.ebuild:
+ Remove old.
11 Oct 2014; Markus Meier <maekke@gentoo.org>
libvisual-plugins-0.4.0-r3.ebuild:
diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild
deleted file mode 100644
index badd274cc47d..000000000000
--- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r2.ebuild,v 1.23 2014/01/15 12:46:20 ago Exp $
-
-EAPI=4
-inherit autotools eutils
-
-PATCHLEVEL=4
-
-DESCRIPTION="collection of visualization plugins for use with the libvisual framework"
-HOMEPAGE="http://libvisual.sourceforge.net/"
-SRC_URI="mirror://sourceforge/libvisual/${P}.tar.gz
- mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2
- mirror://gentoo/${P}-m4-1.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.4"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="alsa debug gtk jack mplayer opengl"
-
-RDEPEND="media-libs/fontconfig
- ~media-libs/libvisual-${PV}
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrender
- alsa? ( media-libs/alsa-lib )
- gtk? ( x11-libs/gtk+:2 )
- jack? ( >=media-sound/jack-audio-connection-kit-0.109 )
- opengl? (
- virtual/glu
- virtual/opengl
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-libs/libXt"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
- EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patches
- AT_M4DIR=${WORKDIR}/m4 eautoreconf
-
- sed -i -e "s:@MKINSTALLDIRS@:${S}/mkinstalldirs:" po/Makefile.* || die
-}
-
-src_configure() {
- econf \
- --disable-esd \
- $(use_enable jack) \
- $(use_enable gtk gdkpixbuf-plugin) \
- --disable-gstreamer-plugin \
- $(use_enable alsa) \
- $(use_enable mplayer) \
- $(use_enable debug inputdebug) \
- $(use_enable opengl gltest) \
- $(use_enable opengl nastyfft) \
- $(use_enable opengl madspin) \
- $(use_enable opengl flower) \
- $(use_enable debug)
-}
-
-src_install() {
- default
- find "${ED}"/usr -type f -name '*.la' -exec rm -f {} +
-}