diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 19:55:36 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-13 19:55:36 +0000 |
commit | 3ef2ef51d11a937c3b2c41de98f979d6bdacbf76 (patch) | |
tree | 7ec92c0acdee65d28979aa84d91ebb6d8a61c460 /kde-base | |
parent | Drop older KDEPIM releases (diff) | |
download | gentoo-2-3ef2ef51d11a937c3b2c41de98f979d6bdacbf76.tar.gz gentoo-2-3ef2ef51d11a937c3b2c41de98f979d6bdacbf76.tar.bz2 gentoo-2-3ef2ef51d11a937c3b2c41de98f979d6bdacbf76.zip |
Drop older KDEPIM releases
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdepim-icons/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild | 19 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild | 19 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild | 19 |
4 files changed, 6 insertions, 58 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog index 88c8baebca90..302e8431204c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.67 2011/01/28 19:25:14 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.68 2011/02/13 19:55:36 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -kdepim-icons-4.4.6.ebuild, -kdepim-icons-4.4.7.ebuild, + -kdepim-icons-4.4.8.ebuild: + Drop older KDEPIM releases 28 Jan 2011; Thomas Kahle <tomka@gentoo.org> kdepim-icons-4.4.9.ebuild: x86 stable per bug 351345 diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.6.ebuild deleted file mode 100644 index 0cb0e510256e..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.6.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.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 -} diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.7.ebuild deleted file mode 100644 index 7ed59fce4732..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.7.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.7.ebuild,v 1.3 2010/11/06 18:59:47 fauli 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 -} diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild deleted file mode 100644 index bcd4c99526aa..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 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.8.ebuild,v 1.2 2011/01/12 16:19:11 hwoarang 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 -} |