diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-04 19:14:09 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-04 19:14:09 +0000 |
commit | b635da4d6a5d3adc02954e54eac873b1ccef912d (patch) | |
tree | 20c5621fa841bba0ea00b22c0f7164dbce35a9b2 /kde-base/kbreakout/kbreakout-4.12.3.ebuild | |
parent | Add missing DEPEND. #501740 (diff) | |
download | gentoo-2-b635da4d6a5d3adc02954e54eac873b1ccef912d.tar.gz gentoo-2-b635da4d6a5d3adc02954e54eac873b1ccef912d.tar.bz2 gentoo-2-b635da4d6a5d3adc02954e54eac873b1ccef912d.zip |
Version bump KDE SC 4.12.3
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/kbreakout/kbreakout-4.12.3.ebuild')
-rw-r--r-- | kde-base/kbreakout/kbreakout-4.12.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/kbreakout/kbreakout-4.12.3.ebuild b/kde-base/kbreakout/kbreakout-4.12.3.ebuild new file mode 100644 index 000000000000..8f404d764650 --- /dev/null +++ b/kde-base/kbreakout/kbreakout-4.12.3.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/kbreakout/kbreakout-4.12.3.ebuild,v 1.1 2014/03/04 19:13:11 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +DECLARATIVE_REQUIRED="always" +inherit kde4-base + +DESCRIPTION="KDE: A Breakout-like game for KDE." +HOMEPAGE=" + http://www.kde.org/applications/games/kbreakout/ + http://games.kde.org/game.php?game=kbreakout +" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |