Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libksane: ChangeLog libksane-4.4.1.ebuild
Date: Tue, 02 Mar 2010 19:23:43
Message-Id: E1NmXgz-0001F3-43@stork.gentoo.org
1 tampakrap 10/03/02 19:23:41
2
3 Modified: ChangeLog
4 Added: libksane-4.4.1.ebuild
5 Log:
6 Version bump KDE 4.4.1
7 (Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.43 kde-base/libksane/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksane/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksane/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksane/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 20 Feb 2010 12:24:34 -0000 1.42
23 +++ ChangeLog 2 Mar 2010 19:23:40 -0000 1.43
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/libksane
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.42 2010/02/20 12:24:34 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.43 2010/03/02 19:23:40 tampakrap Exp $
29 +
30 +*libksane-4.4.1 (02 Mar 2010)
31 +
32 + 02 Mar 2010; Theo Chatzimichos <tampakrap@g.o>
33 + +libksane-4.4.1.ebuild:
34 + Version bump
35
36 20 Feb 2010; Samuli Suominen <ssuominen@g.o> libksane-4.3.5.ebuild:
37 amd64/x86 stable wrt #300393
38
39
40
41 1.1 kde-base/libksane/libksane-4.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksane/libksane-4.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksane/libksane-4.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libksane-4.4.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.4.1.ebuild,v 1.1 2010/03/02 19:23:40 tampakrap Exp $
51
52 EAPI="3"
53
54 KMNAME="kdegraphics"
55 KMMODULE="libs/${PN}"
56 inherit kde4-meta
57
58 DESCRIPTION="SANE Library interface for KDE"
59 HOMEPAGE="http://www.kipi-plugins.org"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
61 IUSE="debug"
62 LICENSE="LGPL-2"
63
64 DEPEND="
65 kde-base/qimageblitz
66 media-gfx/sane-backends
67 "
68 RDEPEND="${DEPEND}"
69
70 src_install() {
71 insinto "${KDEDIR}"/share/apps/cmake/modules
72 doins "${S}"/cmake/modules/FindKSane.cmake
73
74 kde4-meta_src_install
75 }