Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/qosmic: ChangeLog qosmic-1.5.0.ebuild
Date: Wed, 02 Nov 2011 14:30:18
Message-Id: 20111102143008.1A1AB2004B@flycatcher.gentoo.org
1 ssuominen 11/11/02 14:30:08
2
3 Modified: ChangeLog
4 Added: qosmic-1.5.0.ebuild
5 Log:
6 Version bump wrt #388487 by David Bitseff
7
8 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-gfx/qosmic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qosmic/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qosmic/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qosmic/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 16 Dec 2009 10:36:42 -0000 1.1
24 +++ ChangeLog 2 Nov 2011 14:30:08 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/qosmic
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.1 2009/12/16 10:36:42 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.2 2011/11/02 14:30:08 ssuominen Exp $
31 +
32 +*qosmic-1.5.0 (02 Nov 2011)
33 +
34 + 02 Nov 2011; Samuli Suominen <ssuominen@g.o> +qosmic-1.5.0.ebuild:
35 + Version bump wrt #388487 by David Bitseff
36
37 *qosmic-1.4.8 (16 Dec 2009)
38
39
40
41
42 1.1 media-gfx/qosmic/qosmic-1.5.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qosmic/qosmic-1.5.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qosmic/qosmic-1.5.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qosmic-1.5.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/qosmic-1.5.0.ebuild,v 1.1 2011/11/02 14:30:08 ssuominen Exp $
52
53 EAPI=4
54 inherit qt4-r2
55
56 DESCRIPTION="A cosmic recursive flame fractal editor"
57 HOMEPAGE="http://code.google.com/p/qosmic/"
58 SRC_URI="http://qosmic.googlecode.com/files/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=dev-lang/lua-5.1.4
66 >=media-gfx/flam3-3.0.1
67 >=x11-libs/qt-gui-4.6:4"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 DOCS="changes.txt README"