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: Sat, 31 Oct 2015 15:49:33
Message-Id: 1446306549.14b19129a449dbf51673c35cdb75d0e09cac6c42.kensington@gentoo
1 commit: 14b19129a449dbf51673c35cdb75d0e09cac6c42
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 15:42:48 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 15:49:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=14b19129
7
8 media-gfx/qosmic: dead upstream
9
10 media-gfx/qosmic/metadata.xml | 9 ---------
11 media-gfx/qosmic/qosmic-9999.ebuild | 27 ---------------------------
12 2 files changed, 36 deletions(-)
13
14 diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xml
15 deleted file mode 100644
16 index a1247f0..0000000
17 --- a/media-gfx/qosmic/metadata.xml
18 +++ /dev/null
19 @@ -1,9 +0,0 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 -<pkgmetadata>
23 - <herd>graphics</herd>
24 - <herd>qt</herd>
25 - <upstream>
26 - <remote-id type="google-code">qosmic</remote-id>
27 - </upstream>
28 -</pkgmetadata>
29
30 diff --git a/media-gfx/qosmic/qosmic-9999.ebuild b/media-gfx/qosmic/qosmic-9999.ebuild
31 deleted file mode 100644
32 index face125..0000000
33 --- a/media-gfx/qosmic/qosmic-9999.ebuild
34 +++ /dev/null
35 @@ -1,27 +0,0 @@
36 -# Copyright 1999-2015 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -EAPI=5
41 -inherit qt4-r2 subversion
42 -
43 -DESCRIPTION="A cosmic recursive flame fractal editor"
44 -HOMEPAGE="http://code.google.com/p/qosmic/"
45 -ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/${PN}/"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS=""
50 -IUSE=""
51 -
52 -RDEPEND=">=dev-lang/lua-5.1.4
53 - =media-gfx/flam3-9999
54 - >=dev-qt/qtgui-4.6:4"
55 -DEPEND="${RDEPEND}
56 - virtual/pkgconfig"
57 -
58 -DOCS="changes.txt README"
59 -
60 -src_configure() {
61 - eqmake4 "CONFIG += link_pkgconfig"
62 -}