summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-30 20:47:31 +0000
committerDror Levin <spatz@gentoo.org>2010-03-30 20:47:31 +0000
commitd3f7d1fbd9284f217d1ed75b50d70271eedfc640 (patch)
tree8456b4ddecd1fd3cedca0daf291a9e4cb7bf9c55 /kde-base/kdepim-icons
parentVersion bump KDE 4.4.2 (diff)
downloadgentoo-2-d3f7d1fbd9284f217d1ed75b50d70271eedfc640.tar.gz
gentoo-2-d3f7d1fbd9284f217d1ed75b50d70271eedfc640.tar.bz2
gentoo-2-d3f7d1fbd9284f217d1ed75b50d70271eedfc640.zip
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdepim-icons')
-rw-r--r--kde-base/kdepim-icons/ChangeLog7
-rw-r--r--kde-base/kdepim-icons/kdepim-icons-4.4.2.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 3206aa852730..8039e3f14074 100644
--- a/kde-base/kdepim-icons/ChangeLog
+++ b/kde-base/kdepim-icons/ChangeLog
@@ -1,6 +1,11 @@
# 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.43 2010/03/11 18:33:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.44 2010/03/30 20:47:31 spatz Exp $
+
+*kdepim-icons-4.4.2 (30 Mar 2010)
+
+ 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kdepim-icons-4.4.2.ebuild:
+ Version bump
11 Mar 2010; Brent Baude <ranger@gentoo.org> kdepim-icons-4.3.5.ebuild:
Marking kdepim-icons-4.3.5 ppc stable for bug 300393
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.2.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.2.ebuild
new file mode 100644
index 000000000000..f63144bd472a
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.4.2.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.2.ebuild,v 1.1 2010/03/30 20:47:31 spatz 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
+}