summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-09-11 05:50:54 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2010-09-11 05:50:54 +0000
commit64bf263fdd52bf3e40e984719dda26d960f5dbdf (patch)
tree8e4a4305739b4a1fe1d7b42353051e0a20f8ff9c /kde-base/kdepim-icons
parentNew version for Audacious 2.4 (diff)
downloadgentoo-2-64bf263fdd52bf3e40e984719dda26d960f5dbdf.tar.gz
gentoo-2-64bf263fdd52bf3e40e984719dda26d960f5dbdf.tar.bz2
gentoo-2-64bf263fdd52bf3e40e984719dda26d960f5dbdf.zip
Version bump kdepim-4.4.6
(Portage version: 2.2_rc78/cvs/Linux x86_64)
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.6.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 0cade1b371f3..270cffb1abdb 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.57 2010/08/09 17:35:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.58 2010/09/11 05:50:50 reavertm Exp $
+
+*kdepim-icons-4.4.6 (11 Sep 2010)
+
+ 11 Sep 2010; Maciej Mrozowski <reavertm@gentoo.org>
+ +kdepim-icons-4.4.6.ebuild:
+ Version bump kdepim-4.4.6
09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
kdepim-icons-4.4.5.ebuild:
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild
new file mode 100644
index 000000000000..0cb0e510256e
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.4.6.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.6.ebuild,v 1.1 2010/09/11 05:50:50 reavertm Exp $
+
+EAPI="3"
+
+KMNAME="kdepim"
+KMMODULE="icons"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM icons"
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~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
+}