summaryrefslogtreecommitdiff
path: root/media-gfx/qosmic
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/qosmic')
-rw-r--r--media-gfx/qosmic/Manifest3
-rw-r--r--media-gfx/qosmic/metadata.xml15
-rw-r--r--media-gfx/qosmic/qosmic-1.5.0.ebuild28
3 files changed, 0 insertions, 46 deletions
diff --git a/media-gfx/qosmic/Manifest b/media-gfx/qosmic/Manifest
deleted file mode 100644
index 42baf354852f..000000000000
--- a/media-gfx/qosmic/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST qosmic-1.5.0.tar.bz2 367993 BLAKE2B 74ade4eaef8a20045179411709318fc531b5d0a9a71ca7ba48a23f22f86e4f42da448d497dea0e20afa581dfb5acae1f830793a2eb2bf682ff6b96fe7eff0506 SHA512 38f73db991587b0607b5b1670578e4b109af3f54b31ada41e7af57c068fd65250aa7285e1765052059e4d4670ad42c4a5da626e475d17110f1517b2d55a9df4d
-EBUILD qosmic-1.5.0.ebuild 575 BLAKE2B 01c2590b2f51545cf6cc2d96f8cf92dd92a66882c8dabe63cf8a3afc391196215bc9a823e75a3c06ac131f6c8f08dfa32baf5d378057b39a5f4d61a40b09ab3b SHA512 61b2ac4ef06d4afaba6ca8a173c39ce009c0361a8054c274ccf8fa3bbb8ef76f77801bfe27f62ae38b3a08f71078212c14fcb32b728f9ebd4738a600f1fed7fb
-MISC metadata.xml 443 BLAKE2B 66bc449dd877cb66046c06484fe3dd13a850d0cad19b138dcd62b71eac2f89d32aec6beebcd0b4b88622b8083897971c9276e69c0fcfb0ccad40d944fc897a44 SHA512 6b52798bb2b080b839a3a6bf4586882f4b4e54c2bc9c5fe8cfbdac91e17e44331b44be0c6c326891b36df94ac50cd3875c74ba478c3bdea65338aa518e7b7307
diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xml
deleted file mode 100644
index ce8e31a39cd5..000000000000
--- a/media-gfx/qosmic/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>graphics@gentoo.org</email>
- <name>Gentoo Graphics Project</name>
- </maintainer>
- <maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
- <upstream>
- <remote-id type="google-code">qosmic</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-gfx/qosmic/qosmic-1.5.0.ebuild b/media-gfx/qosmic/qosmic-1.5.0.ebuild
deleted file mode 100644
index a9fb06f7b9be..000000000000
--- a/media-gfx/qosmic/qosmic-1.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit qt4-r2
-
-DESCRIPTION="A cosmic recursive flame fractal editor"
-HOMEPAGE="https://github.com/bitsed/qosmic"
-SRC_URI="https://qosmic.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/lua-5.1.4
- dev-qt/qtgui:4
- >=media-gfx/flam3-3.0.1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="changes.txt README"
-
-src_prepare() {
- qt4-r2_src_prepare
-
- sed -i -e "/^CONFIG/s/uitools//" ${PN}.pro || die
-}