commit: cffdcc72a799c4577bf42762895d8397e9124062 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri May 2 15:31:17 2014 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri May 2 15:31:17 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cffdcc72
[kde-misc/baloo-kcmadv] add snapshot Package-Manager: portage-2.2.10 --- .../baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild b/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild new file mode 100644 index 0000000..84de642 --- /dev/null +++ b/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Alternative configuration module for the Baloo search framework" +HOMEPAGE="https://gitorious.org/baloo-kcmadv" +EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}" +SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="" + +DEPEND=" + $(add_kdebase_dep kfilemetadata) + dev-libs/qjson + dev-libs/xapian +" +RDEPEND="${DEPEND}"
