diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-17 12:24:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-17 12:24:27 +0000 |
commit | 6604c81d33f78a4bb6eb17d1ea292c050a03603b (patch) | |
tree | 81a8f0fa06d68ee8701bbd43d93451560e046069 /x11-themes/gtk-engines-unico | |
parent | Raise gtk-engines-unico runtime depend from 1.0.1 to 1.0.2 for better GTK+ >=... (diff) | |
download | gentoo-2-6604c81d33f78a4bb6eb17d1ea292c050a03603b.tar.gz gentoo-2-6604c81d33f78a4bb6eb17d1ea292c050a03603b.tar.bz2 gentoo-2-6604c81d33f78a4bb6eb17d1ea292c050a03603b.zip |
ppc/ppc64 stable and convert to prune_libtool_files from eutils.eclass
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes/gtk-engines-unico')
-rw-r--r-- | x11-themes/gtk-engines-unico/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-themes/gtk-engines-unico/ChangeLog b/x11-themes/gtk-engines-unico/ChangeLog index 4ef8deca99fb..41275bd0d1c4 100644 --- a/x11-themes/gtk-engines-unico/ChangeLog +++ b/x11-themes/gtk-engines-unico/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-unico # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.8 2012/10/04 15:07:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.9 2012/11/17 12:24:27 ssuominen Exp $ + + 17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> + gtk-engines-unico-1.0.2.ebuild: + ppc/ppc64 stable and convert to prune_libtool_files from eutils.eclass 04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> gtk-engines-unico-1.0.2.ebuild: diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild index c99c5461a6f1..e5c612146bfd 100644 --- a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild +++ b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild,v 1.5 2012/10/04 15:07:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.2.ebuild,v 1.6 2012/11/17 12:24:27 ssuominen Exp $ EAPI=4 +inherit eutils MY_PN=${PN/gtk-engines-} MY_P=${MY_PN}-${PV} @@ -13,7 +14,7 @@ SRC_URI="https://launchpad.net/${MY_PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=dev-libs/glib-2.26 @@ -39,5 +40,5 @@ src_configure() { src_install() { default - find "${ED}" -name '*.la' -exec rm -f {} + + prune_libtool_files --all } |