Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ksecrets/
Date: Fri, 23 Dec 2011 10:12:09
Message-Id: f889b88e7961c8667fc404847600fd5f9f0ad7aa.dilfridge@gentoo
1 commit: f889b88e7961c8667fc404847600fd5f9f0ad7aa
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 10:13:42 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 10:13:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f889b88e
7
8 [kde-base/ksecrets] Add missing ebuild
9
10 (Portage version: 2.1.10.41/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
11
12 ---
13 kde-base/ksecrets/ksecrets-4.7.95.ebuild | 22 ++++++++++++++++++++++
14 1 files changed, 22 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-base/ksecrets/ksecrets-4.7.95.ebuild b/kde-base/ksecrets/ksecrets-4.7.95.ebuild
17 new file mode 100644
18 index 0000000..fa6691a
19 --- /dev/null
20 +++ b/kde-base/ksecrets/ksecrets-4.7.95.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=4
27 +
28 +KDE_SCM="git"
29 +inherit kde4-base
30 +
31 +DESCRIPTION="KDE secrets service"
32 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33 +IUSE="debug"
34 +
35 +DEPEND="
36 + app-crypt/qca:2
37 + net-libs/libssh2
38 +"
39 +RDEPEND="${DEPEND}"
40 +
41 +PATCHES=(
42 + "${FILESDIR}/${P}-fix-build.patch"
43 +)