diff options
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/katomic/katomic-4.12.2.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index 5d0e97361a79..a74f0cd97ec6 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/katomic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.286 2014/01/20 15:00:12 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.287 2014/02/06 23:20:31 dilfridge Exp $ + +*katomic-4.12.2 (06 Feb 2014) + + 06 Feb 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +katomic-4.12.2.ebuild: + Version bump KDE SC 4.12.2 20 Jan 2014; Michael Palimaka <kensington@gentoo.org> -katomic-4.12.0.ebuild: Remove KDE SC 4.12.0 diff --git a/kde-base/katomic/katomic-4.12.2.ebuild b/kde-base/katomic/katomic-4.12.2.ebuild new file mode 100644 index 000000000000..27099cd2ce01 --- /dev/null +++ b/kde-base/katomic/katomic-4.12.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-4.12.2.ebuild,v 1.1 2014/02/06 23:20:31 dilfridge Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Atomic Entertainment Game" +HOMEPAGE=" + http://www.kde.org/applications/games/katomic/ + http://games.kde.org/game.php?game=katomic +" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |