summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-19 16:48:17 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-19 16:48:17 +0000
commit58de9674e2f630c235c169768a99ab5117924e74 (patch)
tree419c836949f10f597db236e4d868f73cc8acb28a /media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
parentRemove .la file (diff)
downloadgentoo-2-58de9674e2f630c235c169768a99ab5117924e74.tar.gz
gentoo-2-58de9674e2f630c235c169768a99ab5117924e74.tar.bz2
gentoo-2-58de9674e2f630c235c169768a99ab5117924e74.zip
Remove .la file
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild')
-rw-r--r--media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild5
1 files changed, 3 insertions, 2 deletions
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
}