From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-gfx/qosmic/Manifest | 1 + media-gfx/qosmic/metadata.xml | 9 +++++++++ media-gfx/qosmic/qosmic-1.5.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 media-gfx/qosmic/Manifest create mode 100644 media-gfx/qosmic/metadata.xml create mode 100644 media-gfx/qosmic/qosmic-1.5.0.ebuild (limited to 'media-gfx/qosmic') diff --git a/media-gfx/qosmic/Manifest b/media-gfx/qosmic/Manifest new file mode 100644 index 000000000000..8f7c25ca5126 --- /dev/null +++ b/media-gfx/qosmic/Manifest @@ -0,0 +1 @@ +DIST qosmic-1.5.0.tar.bz2 367993 SHA256 cf3461d9611092636662c21d601f43ebdac95474e0e049b34cadd6b0ef07b945 SHA512 38f73db991587b0607b5b1670578e4b109af3f54b31ada41e7af57c068fd65250aa7285e1765052059e4d4670ad42c4a5da626e475d17110f1517b2d55a9df4d WHIRLPOOL 10f1a081cc0bb5478a5a3915c49faf86c1bcde8641eeca754439bbf30abe52a86c44e6de6ea0f3c49ec24cab22ee2e0ffcbb2e6ae2b798872384d563ab110cb4 diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xml new file mode 100644 index 000000000000..a1247f0f8286 --- /dev/null +++ b/media-gfx/qosmic/metadata.xml @@ -0,0 +1,9 @@ + + + + graphics + qt + + qosmic + + diff --git a/media-gfx/qosmic/qosmic-1.5.0.ebuild b/media-gfx/qosmic/qosmic-1.5.0.ebuild new file mode 100644 index 000000000000..c581de54906c --- /dev/null +++ b/media-gfx/qosmic/qosmic-1.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit qt4-r2 + +DESCRIPTION="A cosmic recursive flame fractal editor" +HOMEPAGE="http://code.google.com/p/qosmic/" +SRC_URI="http://qosmic.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/lua-5.1.4 + >=media-gfx/flam3-3.0.1 + || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 )