diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-06 08:13:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-06 08:13:58 +0000 |
commit | 0f6c85f29a3f9c54c8fbc917c1ab4b07dbc39bea (patch) | |
tree | e7f32b81fdc2d0a47d22118a8605bdc50b1c3c07 /media-video/kino | |
parent | amd64 stable wrt #385359 (diff) | |
download | gentoo-2-0f6c85f29a3f9c54c8fbc917c1ab4b07dbc39bea.tar.gz gentoo-2-0f6c85f29a3f9c54c8fbc917c1ab4b07dbc39bea.tar.bz2 gentoo-2-0f6c85f29a3f9c54c8fbc917c1ab4b07dbc39bea.zip |
Remove libtool files without revision bump (because they are in ($libdir/kino-gtk2 as opposed to $libdir) wrt #385361 by Agostino Sarubbo
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'media-video/kino')
-rw-r--r-- | media-video/kino/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/kino/kino-1.3.4.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/kino/ChangeLog b/media-video/kino/ChangeLog index f018ae6645c1..2bb7d49b426a 100644 --- a/media-video/kino/ChangeLog +++ b/media-video/kino/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/kino # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.122 2011/06/14 10:46:48 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.123 2011/10/06 08:13:58 ssuominen Exp $ + + 06 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> kino-1.3.4.ebuild: + Remove libtool files without revision bump (because they are in + ($libdir/kino-gtk2 as opposed to $libdir) wrt #385361 by Agostino Sarubbo *kino-1.3.4 (14 Jun 2011) diff --git a/media-video/kino/kino-1.3.4.ebuild b/media-video/kino/kino-1.3.4.ebuild index 191962728cd4..3a4626bcbaa1 100644 --- a/media-video/kino/kino-1.3.4.ebuild +++ b/media-video/kino/kino-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.3.4.ebuild,v 1.1 2011/06/14 10:46:48 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.3.4.ebuild,v 1.2 2011/10/06 08:13:58 ssuominen Exp $ EAPI="4" @@ -99,4 +99,5 @@ src_install() { emake DESTDIR="${D}" install dodoc AUTHORS BUGS ChangeLog NEWS README* TODO fowners root:root -R /usr/share/kino/help #177378 + find "${ED}"usr -name '*.la' -exec rm -f {} + #385361 } |