diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 22:47:25 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 22:47:25 +0000 |
commit | 29f57d69be3b00d4683cff79b2a0c0da2f5a0ee7 (patch) | |
tree | ac49ff4620bb4558b4957e23ec9e14a97793fca4 /kde-base/kdepim-icons | |
parent | Add KDE 4.2.2 (diff) | |
download | gentoo-2-29f57d69be3b00d4683cff79b2a0c0da2f5a0ee7.tar.gz gentoo-2-29f57d69be3b00d4683cff79b2a0c0da2f5a0ee7.tar.bz2 gentoo-2-29f57d69be3b00d4683cff79b2a0c0da2f5a0ee7.zip |
Add KDE 4.2.2
(Portage version: 2.2_rc29/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-icons')
-rw-r--r-- | kde-base/kdepim-icons/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.2.2.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog index c467dc6b232f..06603c264a5b 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.11 2009/04/11 16:37:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.12 2009/04/11 22:47:25 alexxy Exp $ + +*kdepim-icons-4.2.2 (11 Apr 2009) + + 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kdepim-icons-4.2.2.ebuild: + Add KDE 4.2.2 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> kdepim-icons-4.2.1.ebuild: Add ~alpha/~ia64 wrt #260777 diff --git a/kde-base/kdepim-icons/kdepim-icons-4.2.2.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.2.2.ebuild new file mode 100644 index 000000000000..dedbbc9fa14f --- /dev/null +++ b/kde-base/kdepim-icons/kdepim-icons-4.2.2.ebuild @@ -0,0 +1,13 @@ +# 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.2.2.ebuild,v 1.1 2009/04/11 22:47:25 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +KMMODULE="icons" +inherit kde4-meta + +DESCRIPTION="KDE PIM icons" +IUSE="" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" |