summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 09:43:17 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 09:43:17 +0000
commitc5ee864082c5045064501d8ede0893a808f852d4 (patch)
tree2885a2ba5644e38e6adfc6fb28c678f4ec865a55 /dev-util/ddd
parentUse doicon instead insinto + doins to install icon files (diff)
downloadgentoo-2-c5ee864082c5045064501d8ede0893a808f852d4.tar.gz
gentoo-2-c5ee864082c5045064501d8ede0893a808f852d4.tar.bz2
gentoo-2-c5ee864082c5045064501d8ede0893a808f852d4.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/ddd')
-rw-r--r--dev-util/ddd/ChangeLog8
-rw-r--r--dev-util/ddd/ddd-3.3.12-r1.ebuild7
-rw-r--r--dev-util/ddd/ddd-3.3.12-r2.ebuild8
3 files changed, 13 insertions, 10 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog
index 0c56c50919af..e2d7bb80a21b 100644
--- a/dev-util/ddd/ChangeLog
+++ b/dev-util/ddd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/ddd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.65 2011/12/18 20:14:43 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.66 2012/09/05 09:43:17 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> ddd-3.3.12-r1.ebuild,
+ ddd-3.3.12-r2.ebuild:
+ Use doicon instead insinto + doins to install icon files
18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ddd-3.3.12-r2.ebuild:
x86 stable wrt bug #393831
diff --git a/dev-util/ddd/ddd-3.3.12-r1.ebuild b/dev-util/ddd/ddd-3.3.12-r1.ebuild
index a05ad0fdc4d0..313b7ccce223 100644
--- a/dev-util/ddd/ddd-3.3.12-r1.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/ddd/ddd-3.3.12-r1.ebuild,v 1.7 2010/10/10 17:54:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r1.ebuild,v 1.8 2012/09/05 09:43:17 jlec Exp $
EAPI=1
@@ -48,6 +48,5 @@ src_install() {
dodoc AUTHORS CREDITS INSTALL NEWS PROBLEMS README TIPS TODO
cp -R "${S}"/doc/* "${D}"/usr/share/doc/${PF}
- insinto /usr/share/pixmaps
- doins "${S}"/icons/ddd.xpm
+ doicon "${S}"/icons/ddd.xpm
}
diff --git a/dev-util/ddd/ddd-3.3.12-r2.ebuild b/dev-util/ddd/ddd-3.3.12-r2.ebuild
index d8635f4804a7..513fa5e47b46 100644
--- a/dev-util/ddd/ddd-3.3.12-r2.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r2.ebuild
@@ -1,10 +1,10 @@
-# 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/ddd/ddd-3.3.12-r2.ebuild,v 1.7 2011/12/18 20:14:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r2.ebuild,v 1.8 2012/09/05 09:43:17 jlec Exp $
EAPI="4"
-inherit autotools-utils
+inherit autotools-utils eutils
DESCRIPTION="Graphical front-end for command-line debuggers"
HOMEPAGE="http://www.gnu.org/software/ddd"
@@ -54,7 +54,7 @@ src_install() {
autotools-utils_src_install
# Install application icon
- doicon "${S}"/icons/ddd.xpm || die "doicon failed"
+ doicon "${S}"/icons/ddd.xpm
}
pkg_postinst() {