diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 09:49:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 09:49:31 +0000 |
commit | 9b55576b5e89b015eef759282bcc515a0c10ee6d (patch) | |
tree | e36a91e8d633053cb3e14f160db69ca8bc3ee28c /dev-util/wxglade | |
parent | Use doicon instead insinto + doins to install icon files (diff) | |
download | gentoo-2-9b55576b5e89b015eef759282bcc515a0c10ee6d.tar.gz gentoo-2-9b55576b5e89b015eef759282bcc515a0c10ee6d.tar.bz2 gentoo-2-9b55576b5e89b015eef759282bcc515a0c10ee6d.zip |
Use doicon instead insinto + doins to install icon files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r-- | dev-util/wxglade/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/wxglade/wxglade-0.6.3-r1.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog index 37526bcd25a7..d82e58c6f454 100644 --- a/dev-util/wxglade/ChangeLog +++ b/dev-util/wxglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/wxglade -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.57 2011/03/27 20:11:14 ranger Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.58 2012/09/05 09:49:31 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wxglade-0.6.3-r1.ebuild: + Use doicon instead insinto + doins to install icon files 27 Mar 2011; Brent Baude <ranger@gentoo.org> wxglade-0.6.3-r1.ebuild: Marking wxglade-0.6.3-r1 ppc for bug 333735 @@ -228,4 +231,3 @@ 22 Nov 2003; Rob Cakebread <pythonhead@gentoo.org> metadata.xml, wxglade-0.3.1.ebuild: Initial commit - diff --git a/dev-util/wxglade/wxglade-0.6.3-r1.ebuild b/dev-util/wxglade/wxglade-0.6.3-r1.ebuild index 6dc5a68049f9..e124d549a6c0 100644 --- a/dev-util/wxglade/wxglade-0.6.3-r1.ebuild +++ b/dev-util/wxglade/wxglade-0.6.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3-r1.ebuild,v 1.5 2011/03/27 20:11:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3-r1.ebuild,v 1.6 2012/09/05 09:49:30 jlec Exp $ EAPI="2" PYTHON_DEPEND="2:2.5" @@ -35,8 +35,7 @@ src_compile() { src_install() { dodoc CHANGES.txt README.txt TODO.txt - insinto /usr/share/pixmaps - newins icons/icon.xpm wxglade.xpm || die "installing wxglade.xpm failed" + newicon icons/icon.xpm wxglade.xpm || die "installing wxglade.xpm failed" doman "${S}"/debian/wxglade.1 || die "installing man failed" rm -rf "${S}"/debian dohtml -r "${S}"/docs/* || die "installing docs failied" |