summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-12-01 10:25:43 +0000
committerAlex Alexander <wired@gentoo.org>2009-12-01 10:25:43 +0000
commitd094ba4e4a05fa055dbdcb78761a844841c751ba (patch)
treea59f69c8ab1f6d528fa2449d3a6312865f11b51b /kde-base/kdepim-icons
parentVersion bump KDE 4.3.4 (diff)
downloadgentoo-2-d094ba4e4a05fa055dbdcb78761a844841c751ba.tar.gz
gentoo-2-d094ba4e4a05fa055dbdcb78761a844841c751ba.tar.bz2
gentoo-2-d094ba4e4a05fa055dbdcb78761a844841c751ba.zip
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/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.3.4.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 35838428fa86..94e3245cb0eb 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.31 2009/11/30 06:53:42 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.32 2009/12/01 10:25:43 wired Exp $
+
+*kdepim-icons-4.3.4 (01 Dec 2009)
+
+ 01 Dec 2009; Alex Alexander <wired@gentoo.org> +kdepim-icons-4.3.4.ebuild:
+ Version bump
30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kdepim-icons-4.3.3.ebuild:
Marked ppc/ppc64 stable for bug #292455.
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild
new file mode 100644
index 000000000000..50f527083ebb
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.3.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 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.3.4.ebuild,v 1.1 2009/12/01 10:25:43 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdepim"
+KMMODULE="icons"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM icons"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+src_install() {
+ kde4-meta_src_install
+ # colliding with oxygen icons
+ rm -rf "${D}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
+}