summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:15:47 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:15:47 +0000
commit306c7a15591c6a2f0270be14a8f6755203ae5efa (patch)
treeebc398968f010c07a23d55824e2e26026806d437 /kde-base/kdepim-icons
parent[kde-base/kteatime] Version bump to KDE SC 4.4.0 (diff)
downloadgentoo-2-306c7a15591c6a2f0270be14a8f6755203ae5efa.tar.gz
gentoo-2-306c7a15591c6a2f0270be14a8f6755203ae5efa.tar.bz2
gentoo-2-306c7a15591c6a2f0270be14a8f6755203ae5efa.zip
[kde-base/kdepim-icons] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
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.0.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 91967a6cf6ba..28ae33994b27 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.39 2010/01/25 15:25:25 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.40 2010/02/09 00:15:47 alexxy Exp $
+
+*kdepim-icons-4.4.0 (08 Feb 2010)
+
+ 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ +kdepim-icons-4.4.0.ebuild:
+ Version bump to KDE SC 4.4.0
*kdepim-icons-4.3.5 (25 Jan 2010)
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.0.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.0.ebuild
new file mode 100644
index 000000000000..4ce0f013ae29
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:15:47 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdepim"
+KMMODULE="icons"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM icons"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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
+}