diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-02 22:05:16 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-02 22:05:16 +0000 |
commit | 07fb37a24b62768f44300aeb14c639a9f91e8773 (patch) | |
tree | b0208004101183cbdfd752c07e6a9c27e65245a7 /kde-base/kdepim-icons | |
parent | Drop KDE 4.4 (diff) | |
download | gentoo-2-07fb37a24b62768f44300aeb14c639a9f91e8773.tar.gz gentoo-2-07fb37a24b62768f44300aeb14c639a9f91e8773.tar.bz2 gentoo-2-07fb37a24b62768f44300aeb14c639a9f91e8773.zip |
Drop kdepim 4.4.9 and 4.4.10
(Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdepim-icons')
-rw-r--r-- | kde-base/kdepim-icons/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.4.10.ebuild | 19 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.4.9.ebuild | 19 |
3 files changed, 5 insertions, 39 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog index d6800b529540..bfc9b1ec60fa 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.76 2011/06/01 19:37:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.77 2011/06/02 22:05:13 dilfridge Exp $ + + 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -kdepim-icons-4.4.9.ebuild, -kdepim-icons-4.4.10.ebuild: + Drop kdepim 4.4.9 and 4.4.10 01 Jun 2011; Brent Baude <ranger@gentoo.org> kdepim-icons-4.4.11.1.ebuild: Marking kdepim-icons-4.4.11.1 ppc stable for bug 354033 diff --git a/kde-base/kdepim-icons/kdepim-icons-4.4.10.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.10.ebuild deleted file mode 100644 index c9172f51521d..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.10.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.10.ebuild,v 1.2 2011/01/28 05:20:44 tampakrap 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.9.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.4.9.ebuild deleted file mode 100644 index 2ad746804111..000000000000 --- a/kde-base/kdepim-icons/kdepim-icons-4.4.9.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.9.ebuild,v 1.4 2011/03/24 19:29:35 ranger 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 -} |