diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-05-02 15:35:01 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-05-02 15:35:01 +0000 |
commit | 8e9beef5d2f602306794b530b77fdf349aa4abc1 (patch) | |
tree | 92a112b76af52a31f7017090ec1e583aca56ce76 /kde-misc | |
parent | Version 1.22 uses newer wpa_supplicant "wrong passphrase" handling and drops ... (diff) | |
download | gentoo-2-8e9beef5d2f602306794b530b77fdf349aa4abc1.tar.gz gentoo-2-8e9beef5d2f602306794b530b77fdf349aa4abc1.tar.bz2 gentoo-2-8e9beef5d2f602306794b530b77fdf349aa4abc1.zip |
New package
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/baloo-kcmadv/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild | 25 | ||||
-rw-r--r-- | kde-misc/baloo-kcmadv/metadata.xml | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/kde-misc/baloo-kcmadv/ChangeLog b/kde-misc/baloo-kcmadv/ChangeLog new file mode 100644 index 000000000000..c8ee7b345654 --- /dev/null +++ b/kde-misc/baloo-kcmadv/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-misc/baloo-kcmadv +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/baloo-kcmadv/ChangeLog,v 1.1 2014/05/02 15:35:01 dilfridge Exp $ + +*baloo-kcmadv-2014.04.27 (02 May 2014) + + 02 May 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +baloo-kcmadv-2014.04.27.ebuild, +metadata.xml: + New package + 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 000000000000..5269b88a6988 --- /dev/null +++ b/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/baloo-kcmadv/baloo-kcmadv-2014.04.27.ebuild,v 1.1 2014/05/02 15:35:01 dilfridge Exp $ + +EAPI=5 +KDE_MINIMAL=4.13.0 + +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}" diff --git a/kde-misc/baloo-kcmadv/metadata.xml b/kde-misc/baloo-kcmadv/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/kde-misc/baloo-kcmadv/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |