diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 00:20:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 01:24:56 +0200 |
commit | 88c948d951a856d2e24c4147f71a2e425bc96d19 (patch) | |
tree | b322ec28c371582f1cef8c7eaf20f0ea5a0329a2 /media-gfx | |
parent | kde-misc/zanshin: x86 stable (bug #650670) (diff) | |
download | gentoo-88c948d951a856d2e24c4147f71a2e425bc96d19.tar.gz gentoo-88c948d951a856d2e24c4147f71a2e425bc96d19.tar.bz2 gentoo-88c948d951a856d2e24c4147f71a2e425bc96d19.zip |
media-gfx/qosmic: Remove last-rited package
Closes: https://bugs.gentoo.org/644424
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qosmic/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/qosmic/metadata.xml | 15 | ||||
-rw-r--r-- | media-gfx/qosmic/qosmic-1.5.0.ebuild | 28 |
3 files changed, 0 insertions, 44 deletions
diff --git a/media-gfx/qosmic/Manifest b/media-gfx/qosmic/Manifest deleted file mode 100644 index 97099af0325e..000000000000 --- a/media-gfx/qosmic/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qosmic-1.5.0.tar.bz2 367993 BLAKE2B 74ade4eaef8a20045179411709318fc531b5d0a9a71ca7ba48a23f22f86e4f42da448d497dea0e20afa581dfb5acae1f830793a2eb2bf682ff6b96fe7eff0506 SHA512 38f73db991587b0607b5b1670578e4b109af3f54b31ada41e7af57c068fd65250aa7285e1765052059e4d4670ad42c4a5da626e475d17110f1517b2d55a9df4d 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 -} |