summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-10 13:38:03 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-10 13:38:03 +0000
commit3830a6b3f0fec2f23484a278f98915d3ee43625f (patch)
tree6c678b02a4d2e212d8a930762cdcbaaca601df3a /x11-themes/iceicons
parentFix HOMEPAGE and SRC_URI - old links are broken (diff)
downloadgentoo-2-3830a6b3f0fec2f23484a278f98915d3ee43625f.tar.gz
gentoo-2-3830a6b3f0fec2f23484a278f98915d3ee43625f.tar.bz2
gentoo-2-3830a6b3f0fec2f23484a278f98915d3ee43625f.zip
Fix some QA issues
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/iceicons')
-rw-r--r--x11-themes/iceicons/ChangeLog5
-rw-r--r--x11-themes/iceicons/iceicons-0.10.0.ebuild14
2 files changed, 10 insertions, 9 deletions
diff --git a/x11-themes/iceicons/ChangeLog b/x11-themes/iceicons/ChangeLog
index 436d2266a541..a86f81d7d045 100644
--- a/x11-themes/iceicons/ChangeLog
+++ b/x11-themes/iceicons/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-themes/iceicons
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.11 2012/10/10 13:35:47 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.12 2012/10/10 13:38:03 pinkbyte Exp $
+
+ 10 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> iceicons-0.10.0.ebuild:
+ Fix some QA issues
10 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> iceicons-0.10.0.ebuild:
Fix HOMEPAGE and SRC_URI - old links are broken
diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0.ebuild
index 5383fdb4244e..ec87c4b797f4 100644
--- a/x11-themes/iceicons/iceicons-0.10.0.ebuild
+++ b/x11-themes/iceicons/iceicons-0.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.11 2012/10/10 13:35:47 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.12 2012/10/10 13:38:03 pinkbyte Exp $
DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM"
HOMEPAGE="http://sandbox.cz/~covex/icewm/iceicons/"
@@ -12,18 +12,16 @@ KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND=">=x11-wm/icewm-1.2.6"
-DEPEND="${RDEPEND}
- app-arch/gzip
- app-arch/tar"
+DEPEND="${RDEPEND}"
-S=${WORKDIR}
+S="${WORKDIR}"
ICEICONSDIR="/usr/share/icewm/icons/iceicons"
src_install() {
dodir ${ICEICONSDIR}
- cp -pPR icons/* "${D}"/${ICEICONSDIR}
- chown -R root:0 "${D}"/${ICEICONSDIR}
- chmod -R o-w "${D}"/${ICEICONSDIR}
+ cp -pPR icons/* "${D}"/${ICEICONSDIR} || die
+ chown -R root:0 "${D}"/${ICEICONSDIR} || die
+ chmod -R o-w "${D}"/${ICEICONSDIR} || die
dodoc CHANGELOG README TODO winoptions
}