diff options
Diffstat (limited to 'kde-base/kdepim-icons')
-rw-r--r-- | kde-base/kdepim-icons/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdepim-icons/kdepim-icons-4.8.2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kdepim-icons/ChangeLog b/kde-base/kdepim-icons/ChangeLog index 61aa9aaacf5d..e76ba487dd9d 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.102 2012/04/04 17:25:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-icons/ChangeLog,v 1.103 2012/04/04 23:58:58 johu Exp $ + +*kdepim-icons-4.8.2 (04 Apr 2012) + + 04 Apr 2012; Johannes Huber <johu@gentoo.org> +kdepim-icons-4.8.2.ebuild: + Version bump KDE SC 4.8.2 04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> kdepim-icons-4.8.1.ebuild: Stable for amd64, wrt bug #409403 diff --git a/kde-base/kdepim-icons/kdepim-icons-4.8.2.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.8.2.ebuild new file mode 100644 index 000000000000..6548f7276829 --- /dev/null +++ b/kde-base/kdepim-icons/kdepim-icons-4.8.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 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.8.2.ebuild,v 1.1 2012/04/04 23:58:58 johu Exp $ + +EAPI=4 + +KMNAME="kdepim" +KMMODULE="icons" +KDE_SCM="git" +inherit kde4-meta + +DESCRIPTION="KDE PIM icons" +IUSE="" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + +DEPEND="$(add_kdebase_dep kdepimlibs)" +RDEPEND="" |