diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:14:13 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:14:13 +0000 |
commit | 5084285fcbd5ede43b3ba6b50b964f45a890a92d (patch) | |
tree | 5a2f1ad98bc611ad4ab52a276a2c654cfa249e11 /kde-base | |
parent | Version bump KDE 4.3.1 (diff) | |
download | gentoo-2-5084285fcbd5ede43b3ba6b50b964f45a890a92d.tar.gz gentoo-2-5084285fcbd5ede43b3ba6b50b964f45a890a92d.tar.bz2 gentoo-2-5084285fcbd5ede43b3ba6b50b964f45a890a92d.zip |
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdepim-icons/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog index bc401824c2ab..97fa2b7874d8 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.20 2009/08/04 00:20:06 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.21 2009/09/01 15:14:13 tampakrap Exp $ + +*kdepim-icons-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +kdepim-icons-4.3.1.ebuild: + Version bump *kdepim-icons-4.3.0 (04 Aug 2009) diff --git a/kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild new file mode 100644 index 000000000000..0f52b65f40e1 --- /dev/null +++ b/kde-base/kdepim-icons/kdepim-icons-4.3.1.ebuild @@ -0,0 +1,19 @@ +# 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.1 2009/09/01 15:14:13 tampakrap 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 +} |