Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libattica: ChangeLog libattica-0.1.2.ebuild
Date: Fri, 28 May 2010 22:29:10
Message-Id: 20100528222902.C10802CF37@corvid.gentoo.org
1 spatz 10/05/28 22:29:02
2
3 Modified: ChangeLog
4 Added: libattica-0.1.2.ebuild
5 Log:
6 Add version needed for kde 4.4, newer version are only for kde 4.5, see bug 314539 for details.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-libs/libattica/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 27 May 2010 03:52:57 -0000 1.6
23 +++ ChangeLog 28 May 2010 22:29:02 -0000 1.7
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/libattica
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v 1.6 2010/05/27 03:52:57 reavertm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v 1.7 2010/05/28 22:29:02 spatz Exp $
29 +
30 +*libattica-0.1.2 (28 May 2010)
31 +
32 + 28 May 2010; Dror Levin <spatz@g.o> +libattica-0.1.2.ebuild:
33 + Add version needed for kde 4.4, newer version are only for kde 4.5, see
34 + bug 314539 for details.
35
36 *libattica-0.1.4 (27 May 2010)
37
38
39
40
41 1.1 dev-libs/libattica/libattica-0.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/libattica-0.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/libattica-0.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libattica-0.1.2.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/dev-libs/libattica/libattica-0.1.2.ebuild,v 1.1 2010/05/28 22:29:02 spatz Exp $
51
52 EAPI="2"
53
54 inherit cmake-utils
55
56 MY_P="${P#lib}"
57 MY_PN="${PN#lib}"
58
59 DESCRIPTION="A library providing access to Open Collaboration Services"
60 HOMEPAGE="http://kde.org/"
61 SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
62
63 LICENSE="GPL-2 LGPL-2"
64 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
65 SLOT="0"
66 IUSE="debug"
67
68 S="${WORKDIR}/${MY_P}"
69
70 DEPEND="
71 x11-libs/qt-core:4
72 x11-libs/qt-gui:4
73 "
74 RDEPEND="${DEPEND}"
75
76 DOCS=(AUTHORS ChangeLog README)