summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-21 21:04:37 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-04-21 21:04:37 +0000
commit365f85a9b0e76cfa5373365a9160c546c408a994 (patch)
treede4d9679563b298def11755e58623456d5e7a7b5 /kde-base/kdepim-icons/kdepim-icons-4.4.11.1.ebuild
parentVersion bump + gcc 4.6 patch for tests (diff)
downloadgentoo-2-365f85a9b0e76cfa5373365a9160c546c408a994.tar.gz
gentoo-2-365f85a9b0e76cfa5373365a9160c546c408a994.tar.bz2
gentoo-2-365f85a9b0e76cfa5373365a9160c546c408a994.zip
Version bump
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-icons/kdepim-icons-4.4.11.1.ebuild')
-rw-r--r--kde-base/kdepim-icons/kdepim-icons-4.4.11.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.11.1.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.11.1.ebuild
new file mode 100644
index 000000000000..6eec76eb8a1c
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.4.11.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 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.4.11.1.ebuild,v 1.1 2011/04/21 21:04:37 dilfridge Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.6"
+KMNAME="kdepim"
+KMMODULE="icons"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM icons"
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+src_install() {
+ kde4-meta_src_install
+ # colliding with oxygen icons
+ rm -rf "${ED}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
+}