summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-12-23 11:57:39 +0000
committerFabian Groffen <grobian@gentoo.org>2009-12-23 11:57:39 +0000
commitdcea9f10ed635368b51ac74b4338cf5c284c5482 (patch)
treed48a0fe89be996758a401251710168cb6aa00568 /kde-base
parentDon't use ED in an EAPI that does not declare it, same for EROOT (though kde4... (diff)
downloadgentoo-2-dcea9f10ed635368b51ac74b4338cf5c284c5482.tar.gz
gentoo-2-dcea9f10ed635368b51ac74b4338cf5c284c5482.tar.bz2
gentoo-2-dcea9f10ed635368b51ac74b4338cf5c284c5482.zip
Fix accidential rm from root filesystem, ED is not defined in this EAPI.
(Portage version: 2.2.00.15134-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdepim-icons/ChangeLog6
-rw-r--r--kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index cece45c8bb3f..01f6fd530e48 100644
--- a/kde-base/kdepim-icons/ChangeLog
+++ b/kde-base/kdepim-icons/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepim-icons
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.35 2009/12/22 23:51:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.36 2009/12/23 11:57:39 grobian Exp $
+
+ 23 Dec 2009; Fabian Groffen <grobian@gentoo.org>
+ kdepim-icons-4.3.4.ebuild:
+ Fix accidential rm from root filesystem, ED is not defined in this EAPI.
22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kdepim-icons-4.3.4.ebuild:
Fix prefix support
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild
index 643ba77edd3e..dca43b28a871 100644
--- a/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild
+++ b/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild,v 1.2 2009/12/22 23:51:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild,v 1.3 2009/12/23 11:57:39 grobian Exp $
EAPI="2"
@@ -15,5 +15,5 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
src_install() {
kde4-meta_src_install
# colliding with oxygen icons
- rm -rf "${ED}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
+ rm -rf "${D}"/${EKDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
}