Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/qosmic/
Date: Tue, 03 Jul 2012 19:10:59
Message-Id: 1341342600.f790db1900d46fad0de339aa05e66229e2be88d9.kensington@gentoo
1 commit: f790db1900d46fad0de339aa05e66229e2be88d9
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 19:10:00 2012 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 19:10:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f790db19
7
8 [media-gfx/qosmic] Add live ebuild for bug #339467.
9
10 (Portage version: 2.1.11.4/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 media-gfx/qosmic/metadata.xml | 9 +++++++++
14 media-gfx/qosmic/qosmic-9999.ebuild | 27 +++++++++++++++++++++++++++
15 2 files changed, 36 insertions(+), 0 deletions(-)
16
17 diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xml
18 new file mode 100644
19 index 0000000..a1247f0
20 --- /dev/null
21 +++ b/media-gfx/qosmic/metadata.xml
22 @@ -0,0 +1,9 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <herd>graphics</herd>
27 + <herd>qt</herd>
28 + <upstream>
29 + <remote-id type="google-code">qosmic</remote-id>
30 + </upstream>
31 +</pkgmetadata>
32
33 diff --git a/media-gfx/qosmic/qosmic-9999.ebuild b/media-gfx/qosmic/qosmic-9999.ebuild
34 new file mode 100644
35 index 0000000..185f449
36 --- /dev/null
37 +++ b/media-gfx/qosmic/qosmic-9999.ebuild
38 @@ -0,0 +1,27 @@
39 +# Copyright 1999-2012 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +# $Header: $
42 +
43 +EAPI=4
44 +inherit qt4-r2 subversion
45 +
46 +DESCRIPTION="A cosmic recursive flame fractal editor"
47 +HOMEPAGE="http://code.google.com/p/qosmic/"
48 +ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/${PN}/"
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +KEYWORDS=""
53 +IUSE=""
54 +
55 +RDEPEND=">=dev-lang/lua-5.1.4
56 + =media-gfx/flam3-9999
57 + >=x11-libs/qt-gui-4.6:4"
58 +DEPEND="${RDEPEND}
59 + virtual/pkgconfig"
60 +
61 +DOCS="changes.txt README"
62 +
63 +src_configure() {
64 + eqmake4 "CONFIG += link_pkgconfig"
65 +}