diff options
author | Johannes Huber <johu@gentoo.org> | 2014-08-17 19:06:20 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-08-17 19:06:20 +0000 |
commit | 4eadcb8766c0f9bb8bdb78550eaf82cb0eeb070b (patch) | |
tree | e3c313f151e22e75691054a99e8dfb9e715329da /kde-misc/homerun/homerun-1.2.5.ebuild | |
parent | Stable for x86, wrt bug #519788 (diff) | |
download | gentoo-2-4eadcb8766c0f9bb8bdb78550eaf82cb0eeb070b.tar.gz gentoo-2-4eadcb8766c0f9bb8bdb78550eaf82cb0eeb070b.tar.bz2 gentoo-2-4eadcb8766c0f9bb8bdb78550eaf82cb0eeb070b.zip |
Version bump, remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/homerun/homerun-1.2.5.ebuild')
-rw-r--r-- | kde-misc/homerun/homerun-1.2.5.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-misc/homerun/homerun-1.2.5.ebuild b/kde-misc/homerun/homerun-1.2.5.ebuild new file mode 100644 index 000000000000..70024e19d673 --- /dev/null +++ b/kde-misc/homerun/homerun-1.2.5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/homerun/homerun-1.2.5.ebuild,v 1.1 2014/08/17 19:06:20 johu Exp $ + +EAPI=5 + +DECLARATIVE_REQUIRED="always" +VIRTUALX_REQUIRED="test" +VIRTUALDBUS_TEST="true" +KDE_LINGUAS="ca ca@valencia cs da de el es fi fr gl hu it nl pl pt pt_BR ro sk +sl sv tr uk zh_CN" +KDE_MINIMAL="4.10" +inherit kde4-base + +DESCRIPTION="Application launcher for KDE Plasma desktop" +HOMEPAGE="https://projects.kde.org/projects/playground/base/homerun" +[[ ${PV} == *9999 ]] || SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" + +LICENSE="GPL-2 LGPL-2.1 BSD" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) + $(add_kdebase_dep libkworkspace) +" +RDEPEND=" + ${DEPEND} + $(add_kdebase_dep plasma-workspace) +" + +# Fails 2 out of 6, check later again. +# With virtualx/virtualdbus it hangs +RESTRICT="test" |