diff options
Diffstat (limited to 'x11-themes/iceicons')
-rw-r--r-- | x11-themes/iceicons/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/iceicons/iceicons-0.10.0.ebuild | 14 |
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 } |