Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libksane/
Date: Mon, 30 May 2011 20:26:30
Message-Id: 1bc92accec46dc01a2e1c57b758d2cb6f01cbd7b.alexxy@gentoo
1 commit: 1bc92accec46dc01a2e1c57b758d2cb6f01cbd7b
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:25:36 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 20:25:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1bc92acc
7
8 [kde-base] Add libksane
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key F82F92E6)
11
12 ---
13 kde-base/libksane/libksane-4.6.80.ebuild | 19 +++++++++++++++++++
14 1 files changed, 19 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-base/libksane/libksane-4.6.80.ebuild b/kde-base/libksane/libksane-4.6.80.ebuild
17 new file mode 100644
18 index 0000000..b7d383c
19 --- /dev/null
20 +++ b/kde-base/libksane/libksane-4.6.80.ebuild
21 @@ -0,0 +1,19 @@
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="SANE Library interface for KDE"
32 +HOMEPAGE="http://www.kipi-plugins.org"
33 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
34 +IUSE="debug"
35 +LICENSE="LGPL-2"
36 +
37 +DEPEND="
38 + media-gfx/sane-backends
39 +"
40 +RDEPEND="${DEPEND}"