Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libattica: ChangeLog libattica-0.1.4.ebuild
Date: Thu, 27 May 2010 03:53:06
Message-Id: 20100527035258.0BF112CF2B@corvid.gentoo.org
1 reavertm 10/05/27 03:52:57
2
3 Modified: ChangeLog
4 Added: libattica-0.1.4.ebuild
5 Log:
6 Version bump 0.1.4
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-libs/libattica/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 19 May 2010 12:09:41 -0000 1.5
23 +++ ChangeLog 27 May 2010 03:52:57 -0000 1.6
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.5 2010/05/19 12:09:41 dagger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v 1.6 2010/05/27 03:52:57 reavertm Exp $
29 +
30 +*libattica-0.1.4 (27 May 2010)
31 +
32 + 27 May 2010; Maciej Mrozowski <reavertm@g.o>
33 + +libattica-0.1.4.ebuild:
34 + Version bump 0.1.4
35
36 19 May 2010; Robert Piasek <dagger@g.o> libattica-0.1.1.ebuild:
37 keyworded ~arm
38
39
40
41 1.1 dev-libs/libattica/libattica-0.1.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/libattica-0.1.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libattica/libattica-0.1.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libattica-0.1.4.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.4.ebuild,v 1.1 2010/05/27 03:52:57 reavertm 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)