summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-16 10:36:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-16 10:36:42 +0000
commit6f0eb77f9826b30dba52788a4ee693c0cd2bb6b5 (patch)
tree9617188e95033eea3f986cbd5950f35278b3d46b /media-gfx/qosmic
parentAdd catalog file for 4.1.2.5 version, closes bug #197288. (diff)
downloadhistorical-6f0eb77f9826b30dba52788a4ee693c0cd2bb6b5.tar.gz
historical-6f0eb77f9826b30dba52788a4ee693c0cd2bb6b5.tar.bz2
historical-6f0eb77f9826b30dba52788a4ee693c0cd2bb6b5.zip
Initial commit wrt #234695, thanks to David Bitseff and Jouni Rinne.
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/qosmic')
-rw-r--r--media-gfx/qosmic/ChangeLog9
-rw-r--r--media-gfx/qosmic/Manifest4
-rw-r--r--media-gfx/qosmic/metadata.xml6
-rw-r--r--media-gfx/qosmic/qosmic-1.4.8.ebuild28
4 files changed, 47 insertions, 0 deletions
diff --git a/media-gfx/qosmic/ChangeLog b/media-gfx/qosmic/ChangeLog
new file mode 100644
index 000000000000..dbaf823c26d9
--- /dev/null
+++ b/media-gfx/qosmic/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-gfx/qosmic
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.1 2009/12/16 10:36:42 ssuominen Exp $
+
+*qosmic-1.4.8 (16 Dec 2009)
+
+ 16 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +qosmic-1.4.8.ebuild:
+ Initial commit wrt #234695, thanks to David Bitseff and Jouni Rinne.
+
diff --git a/media-gfx/qosmic/Manifest b/media-gfx/qosmic/Manifest
new file mode 100644
index 000000000000..4ad3ba1d85bd
--- /dev/null
+++ b/media-gfx/qosmic/Manifest
@@ -0,0 +1,4 @@
+DIST qosmic-1.4.8.tar.bz2 297961 RMD160 d81434d7fd07109e00598999bef006b5406601e8 SHA1 3a97144df09813925760338db100f0c52ba8dd74 SHA256 f92094df7f8b01e173dadd703b6c4ccdb8d154b8c305778be72dc3f2c888cc11
+EBUILD qosmic-1.4.8.ebuild 654 RMD160 584791e3e9c49fe44466c7af3261b4d530392753 SHA1 459d4956a00f23281d7540859913ee63b0e2e08a SHA256 c7fb5e3c266469183ab03e072adc3e93624e5cf1ccea5a025a14e5146bd0d081
+MISC ChangeLog 385 RMD160 71f24b66db8db2690bd78a4c9e8ece061c7346cd SHA1 a4e30a1f35332c9aef549a003b053eb68bf4309e SHA256 228493cf6afb6f975920151c39899a220d4206b6b363b9d31f2964bd44a61d3d
+MISC metadata.xml 181 RMD160 13c3a2e9218622a407d5fc84f3f1bf23d90e385b SHA1 98adf28c895f835121e9aede3a5df9dd8d6f3b1b SHA256 40150999e79bec3849941b872abe4c96a656d506b9fec14744561e8c9e63405c
diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xml
new file mode 100644
index 000000000000..0e29a8633ffb
--- /dev/null
+++ b/media-gfx/qosmic/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>graphics</herd>
+ <herd>qt</herd>
+</pkgmetadata>
diff --git a/media-gfx/qosmic/qosmic-1.4.8.ebuild b/media-gfx/qosmic/qosmic-1.4.8.ebuild
new file mode 100644
index 000000000000..13150e44ce7c
--- /dev/null
+++ b/media-gfx/qosmic/qosmic-1.4.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/qosmic-1.4.8.ebuild,v 1.1 2009/12/16 10:36:42 ssuominen Exp $
+
+EAPI=2
+inherit qt4
+
+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=""
+
+DEPEND=">=dev-lang/lua-5.1.4
+ >=media-gfx/flam3-2.7.18
+ >=x11-libs/qt-gui-4.6:4"
+
+src_configure() {
+ eqmake4
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install || die
+ dodoc changes.txt README
+}