summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-19 16:49:17 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-19 16:49:17 +0000
commit5ee9f75d23d12dc49d02a954ce9fc85889b60640 (patch)
tree4e8f87105ae9504143eea370bc4104ff09f07c69 /media-plugins/gmpc-magnatune
parentQA: Renamed MODULE to XORG_MODULE (diff)
downloadhistorical-5ee9f75d23d12dc49d02a954ce9fc85889b60640.tar.gz
historical-5ee9f75d23d12dc49d02a954ce9fc85889b60640.tar.bz2
historical-5ee9f75d23d12dc49d02a954ce9fc85889b60640.zip
Remove .la file
Package-Manager: portage-2.2.0_alpha27/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gmpc-magnatune')
-rw-r--r--media-plugins/gmpc-magnatune/ChangeLog6
-rw-r--r--media-plugins/gmpc-magnatune/gmpc-magnatune-0.20.0.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/media-plugins/gmpc-magnatune/ChangeLog b/media-plugins/gmpc-magnatune/ChangeLog
index b10dca1c1ddc..2b7d07aa5b5a 100644
--- a/media-plugins/gmpc-magnatune/ChangeLog
+++ b/media-plugins/gmpc-magnatune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gmpc-magnatune
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.37 2011/03/13 16:37:11 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.38 2011/03/19 16:43:51 angelos Exp $
+
+ 19 Mar 2011; Christoph Mende <angelos@gentoo.org>
+ gmpc-magnatune-0.20.0.ebuild:
+ Remove .la file
13 Mar 2011; <angelos@gentoo.org> -gmpc-magnatune-0.18.0.ebuild:
Removed old
diff --git a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.20.0.ebuild b/media-plugins/gmpc-magnatune/gmpc-magnatune-0.20.0.ebuild
index 44dc468ab095..5b9961d38f4e 100644
--- a/media-plugins/gmpc-magnatune/gmpc-magnatune-0.20.0.ebuild
+++ b/media-plugins/gmpc-magnatune/gmpc-magnatune-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-magnatune/gmpc-magnatune-0.20.0.ebuild,v 1.8 2011/02/26 12:11:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.20.0.ebuild,v 1.9 2011/03/19 16:43:51 angelos Exp $
-EAPI=2
+EAPI=3
DESCRIPTION="This plugin allows you to browse and preview available albums on magnatune.com"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MAGNATUNE"
@@ -31,4 +31,5 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
+ find "${ED}" -name "*.la" -delete || die
}