summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-plugins/gmpc-shout/ChangeLog5
-rw-r--r--media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/gmpc-shout/ChangeLog b/media-plugins/gmpc-shout/ChangeLog
index ed3efcca8791..7f9634d5f21a 100644
--- a/media-plugins/gmpc-shout/ChangeLog
+++ b/media-plugins/gmpc-shout/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gmpc-shout
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.6 2011/03/13 16:39:12 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/ChangeLog,v 1.7 2011/03/19 16:48:17 angelos Exp $
+
+ 19 Mar 2011; Christoph Mende <angelos@gentoo.org> gmpc-shout-0.20.0.ebuild:
+ Remove .la file
13 Mar 2011; <angelos@gentoo.org> -gmpc-shout-0.19.0.ebuild:
Removed old
diff --git a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
index d3b96acdf06a..478b0393c45e 100644
--- a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
+++ b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.3 2011/02/20 17:43:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild,v 1.4 2011/03/19 16:48:17 angelos Exp $
-EAPI=2
+EAPI=3
DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
@@ -30,4 +30,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
+ find "${ED}" -name "*.la" -delete || die
}