summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:18:49 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:18:49 +0000
commit9b56708653e0fb9f1113f1f2fd31c5e4e27cf281 (patch)
tree4f776ff1d89e8f7f3671045cee3e7e7f6d9463d3 /kde-base/kdepim-icons
parentVersion bump KDEPIM 4.4.7 (diff)
downloadgentoo-2-9b56708653e0fb9f1113f1f2fd31c5e4e27cf281.tar.gz
gentoo-2-9b56708653e0fb9f1113f1f2fd31c5e4e27cf281.tar.bz2
gentoo-2-9b56708653e0fb9f1113f1f2fd31c5e4e27cf281.zip
Version bump KDEPIM 4.4.7
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-icons')
-rw-r--r--kde-base/kdepim-icons/ChangeLog8
-rw-r--r--kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 270cffb1abdb..94e58cead26e 100644
--- a/kde-base/kdepim-icons/ChangeLog
+++ b/kde-base/kdepim-icons/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdepim-icons
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.58 2010/09/11 05:50:50 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.59 2010/10/24 16:18:49 tampakrap Exp $
+
+*kdepim-icons-4.4.7 (24 Oct 2010)
+
+ 24 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kdepim-icons-4.4.7.ebuild:
+ Version bump KDEPIM 4.4.7
*kdepim-icons-4.4.6 (11 Sep 2010)
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild
new file mode 100644
index 000000000000..a7d570f21afe
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 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.7.ebuild,v 1.1 2010/10/24 16:18:49 tampakrap Exp $
+
+EAPI="3"
+
+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
+}