summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:11:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:11:30 +0000
commitb773ad88bc726661ffd30315a9b6ddc336593b0c (patch)
tree14a7b89776510c6b6ba52d398a8db53d5a7905a7 /kde-base/kdepim-icons
parent[kde-base] Drop KDE SC 4.4.1 (diff)
downloadhistorical-b773ad88bc726661ffd30315a9b6ddc336593b0c.tar.gz
historical-b773ad88bc726661ffd30315a9b6ddc336593b0c.tar.bz2
historical-b773ad88bc726661ffd30315a9b6ddc336593b0c.zip
[kde-base] Drop KDE SC 4.4.1
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 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.4.1.ebuild19
2 files changed, 5 insertions, 20 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog
index 50e835023a1d..686c1f2b69c4 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.46 2010/05/03 20:41:05 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.47 2010/05/03 21:32:29 alexxy Exp $
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ -kdepim-icons-4.4.1.ebuild:
+ Drop KDE SC 4.4.1
*kdepim-icons-4.4.3 (03 May 2010)
diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.1.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.1.ebuild
deleted file mode 100644
index c4782d446ada..000000000000
--- a/kde-base/kdepim-icons/kdepim-icons-4.4.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.1.ebuild,v 1.1 2010/03/02 16:58:32 tampakrap 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
-}