commit: 2c9556440ecfcd59c4b679a37321b1212766f0eb
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 10:31:22 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 10:31:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c955644
[kde-base/kdepim-icons] Add 4.4-noakonadi snapshot
Package-Manager: portage-2.2.20
kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild
b/kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild
new file mode 100644
index 0000000..ffc3c05
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.4.2015.06.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 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.9 2014/04/05 18:12:23 dilfridge Exp $
+
+EAPI=5
+
+KMNAME="kdepim"
+KMMODULE="icons"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM icons (noakonadi branch)"
+IUSE=""
+KEYWORDS=""
+
+src_install() {
+ kde4-meta_src_install
+ # colliding with oxygen icons
+ rm -rf
"${ED}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
+}