Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/qrosscore: qrosscore-0.2.2.ebuild ChangeLog
Date: Sat, 04 Feb 2012 14:54:23
Message-Id: 20120204145412.BC4BB2004B@flycatcher.gentoo.org
1 maksbotan 12/02/04 14:54:12
2
3 Modified: ChangeLog
4 Added: qrosscore-0.2.2.ebuild
5 Log:
6 Bump to 0.2.2, fixes bug 402117
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-libs/qrosscore/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 Aug 2011 17:49:35 -0000 1.1
24 +++ ChangeLog 4 Feb 2012 14:54:12 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/qrosscore
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v 1.1 2011/08/22 17:49:35 maksbotan Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v 1.2 2012/02/04 14:54:12 maksbotan Exp $
31 +
32 +*qrosscore-0.2.2 (04 Feb 2012)
33 +
34 + 04 Feb 2012; Maxim Koltsov <maksbotan@g.o> +qrosscore-0.2.2.ebuild:
35 + Bump to 0.2.2, fixes bug 402117
36
37 *qrosscore-9999 (22 Aug 2011)
38 *qrosscore-0.2.0 (22 Aug 2011)
39
40
41
42 1.1 dev-libs/qrosscore/qrosscore-0.2.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qrosscore-0.2.2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild,v 1.1 2012/02/04 14:54:12 maksbotan Exp $
52
53 EAPI=3
54
55 inherit cmake-utils
56
57 DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)"
58 HOMEPAGE="http://github.com/0xd34df00d/Qross"
59 SRC_URI="https://github.com/downloads/0xd34df00d/Qross/qross-${PV}.tar.bz2"
60 S="${WORKDIR}/qross-${PV}/src/qross"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug"
66
67 DEPEND="x11-libs/qt-core
68 x11-libs/qt-gui
69 x11-libs/qt-script"
70 RDEPEND="${DEPEND}"