summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-11 00:09:25 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-11 00:09:25 +0000
commit3fa1a373971d2da458f461485639bc6344a720c0 (patch)
tree1a9230b256e9b25f65d5d5390517b0e199f26105 /kde-base/kdepim-icons
parentVersion bump, remove old. (diff)
downloadhistorical-3fa1a373971d2da458f461485639bc6344a720c0.tar.gz
historical-3fa1a373971d2da458f461485639bc6344a720c0.tar.bz2
historical-3fa1a373971d2da458f461485639bc6344a720c0.zip
Drop KDE SC-4.3.1.
Package-Manager: portage-2.2_rc58/cvs/Linux i686 RepoMan-Options: --force
Diffstat (limited to 'kde-base/kdepim-icons')
-rw-r--r--kde-base/kdepim-icons/ChangeLog6
-rw-r--r--kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild19
2 files changed, 5 insertions, 20 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 250e2151e7da..65ec5aa6432c 100644
--- a/kde-base/kdepim-icons/ChangeLog
+++ b/kde-base/kdepim-icons/ChangeLog
@@ -1,6 +1,10 @@
# 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.33 2009/12/10 15:12:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.34 2009/12/10 20:22:45 scarabeus Exp $
+
+ 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -kdepim-icons-4.3.1.ebuild:
+ Drop KDE SC-4.3.1.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
kdepim-icons-4.3.3.ebuild:
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild
deleted file mode 100644
index 019469288e8b..000000000000
--- a/kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.1.ebuild,v 1.3 2009/10/18 17:08:37 maekke Exp $
-
-EAPI="2"
-
-KMNAME="kdepim"
-KMMODULE="icons"
-inherit kde4-meta
-
-DESCRIPTION="KDE PIM icons"
-IUSE=""
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-
-src_install() {
- kde4-meta_src_install
- # colliding with oxygen icons
- rm -rf "${D}"/${KDEDIR}/share/icons/oxygen/16x16/status/meeting-organizer.png
-}