summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 20:41:05 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 20:41:05 +0000
commit0f02a0a30eb65a425c994f62fd42c4c2ae0f7632 (patch)
tree63c723e67be502513a88f077cdf9c3967f900305
parentVersion bump KDE 4.4.3 (diff)
downloadgentoo-2-0f02a0a30eb65a425c994f62fd42c4c2ae0f7632.tar.gz
gentoo-2-0f02a0a30eb65a425c994f62fd42c4c2ae0f7632.tar.bz2
gentoo-2-0f02a0a30eb65a425c994f62fd42c4c2ae0f7632.zip
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r--kde-base/kdepim-icons/ChangeLog8
-rw-r--r--kde-base/kdepim-icons/kdepim-icons-4.4.3.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 84964e04b8ae..50e835023a1d 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.45 2010/03/31 22:27:32 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.46 2010/05/03 20:41:05 alexxy Exp $
+
+*kdepim-icons-4.4.3 (03 May 2010)
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ +kdepim-icons-4.4.3.ebuild:
+ Version bump
31 Mar 2010; Dror Levin <spatz@gentoo.org> -kdepim-icons-4.3.4.ebuild,
-kdepim-icons-4.4.0.ebuild:
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.3.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.3.ebuild
new file mode 100644
index 000000000000..94e0cb74c0db
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.4.3.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.3.ebuild,v 1.1 2010/05/03 20:41:05 alexxy Exp $
+
+EAPI="3"
+
+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
+}