summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-25 15:25:25 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-25 15:25:25 +0000
commita208d4f30dbe519d8f125094752446ca16bd9131 (patch)
treef2579150b50a16db815da8a2083db550b22a6598 /kde-base/kdepim-icons
parentVersion bump, small bug fix in browser plugin (diff)
downloadgentoo-2-a208d4f30dbe519d8f125094752446ca16bd9131.tar.gz
gentoo-2-a208d4f30dbe519d8f125094752446ca16bd9131.tar.bz2
gentoo-2-a208d4f30dbe519d8f125094752446ca16bd9131.zip
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/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.3.5.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 5e6262443e60..91967a6cf6ba 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.38 2010/01/23 20:11:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.39 2010/01/25 15:25:25 scarabeus Exp $
+
+*kdepim-icons-4.3.5 (25 Jan 2010)
+
+ 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +kdepim-icons-4.3.5.ebuild:
+ Version bump
23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kdepim-icons-4.3.4.ebuild:
Keyword ~amd64-linux/~x86-linux
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.3.5.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.3.5.ebuild
new file mode 100644
index 000000000000..ed29eba85af2
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 15:25:25 scarabeus 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
+}