diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-19 16:18:59 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-19 16:18:59 +0000 |
commit | 0f97b9df7402cda7b0983cc131335c54718d19a8 (patch) | |
tree | 0c74a75095db7bb9ba38b8708c360574663002b9 /media-plugins | |
parent | x86 stable wrt bug #357849 (diff) | |
download | gentoo-2-0f97b9df7402cda7b0983cc131335c54718d19a8.tar.gz gentoo-2-0f97b9df7402cda7b0983cc131335c54718d19a8.tar.bz2 gentoo-2-0f97b9df7402cda7b0983cc131335c54718d19a8.zip |
Remove .la file
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-extraplaylist/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/media-plugins/gmpc-extraplaylist/ChangeLog b/media-plugins/gmpc-extraplaylist/ChangeLog index a1f69326fcbe..15c3dbe9eb1d 100644 --- a/media-plugins/gmpc-extraplaylist/ChangeLog +++ b/media-plugins/gmpc-extraplaylist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gmpc-extraplaylist # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.18 2011/03/13 16:33:34 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/ChangeLog,v 1.19 2011/03/19 16:18:59 angelos Exp $ + + 19 Mar 2011; Christoph Mende <angelos@gentoo.org> + gmpc-extraplaylist-0.20.0.ebuild: + Remove .la file 13 Mar 2011; <angelos@gentoo.org> -gmpc-extraplaylist-0.18.0.ebuild: Removed old diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild index bdbb8794860d..b223c7796b2a 100644 --- a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild +++ b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild @@ -1,6 +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-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild,v 1.4 2011/02/20 17:38:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild,v 1.5 2011/03/19 16:18:59 angelos Exp $ + +EAPI=3 DESCRIPTION="This plugin adds a second pane showing the playlist" HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_EXTRA_PLAYLIST" @@ -18,4 +20,5 @@ DEPEND="${RDEPEND} src_install () { emake DESTDIR="${D}" install || die + find "${ED}" -name "*.la" -delete || die } |