summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-22 23:51:58 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-22 23:51:58 +0000
commitc0f8fd5f7ce00d218db7f21572c1da8f46a95e09 (patch)
tree27ea5fb6d9cb5cb38d7102b56f31000d32dd364c /kde-base/kdepim-icons
parentPull in changes from overlay and patches for prefix support (diff)
downloadgentoo-2-c0f8fd5f7ce00d218db7f21572c1da8f46a95e09.tar.gz
gentoo-2-c0f8fd5f7ce00d218db7f21572c1da8f46a95e09.tar.bz2
gentoo-2-c0f8fd5f7ce00d218db7f21572c1da8f46a95e09.zip
Fix prefix support
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kdepim-icons')
-rw-r--r--kde-base/kdepim-icons/ChangeLog5
-rw-r--r--kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 65ec5aa6432c..cece45c8bb3f 100644
--- a/kde-base/kdepim-icons/ChangeLog
+++ b/kde-base/kdepim-icons/ChangeLog
@@ -1,6 +1,9 @@
# 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.34 2009/12/10 20:22:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.35 2009/12/22 23:51:58 abcd Exp $
+
+ 22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kdepim-icons-4.3.4.ebuild:
+ Fix prefix support
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-kdepim-icons-4.3.1.ebuild:
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 50f527083ebb..643ba77edd3e 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.1 2009/12/01 10:25:43 wired Exp $
+# $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 $
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 "${D}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
+ rm -rf "${ED}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
}