From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A24413888F for ; Sat, 31 Oct 2015 15:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84CE621C19B; Sat, 31 Oct 2015 15:49:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9346821C16F for ; Sat, 31 Oct 2015 15:49:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADA2E340CD9 for ; Sat, 31 Oct 2015 15:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BA7A1C46 for ; Sat, 31 Oct 2015 15:49:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1446306549.14b19129a449dbf51673c35cdb75d0e09cac6c42.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/qosmic/ X-VCS-Repository: proj/qt X-VCS-Files: media-gfx/qosmic/metadata.xml media-gfx/qosmic/qosmic-9999.ebuild X-VCS-Directories: media-gfx/qosmic/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 14b19129a449dbf51673c35cdb75d0e09cac6c42 X-VCS-Branch: master Date: Sat, 31 Oct 2015 15:49:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d02dac3d-54e5-4c81-8a2a-82504b8994b4 X-Archives-Hash: 3b9243a9976fcac723653c6138e719ef commit: 14b19129a449dbf51673c35cdb75d0e09cac6c42 Author: Michael Palimaka gentoo org> AuthorDate: Sat Oct 31 15:42:48 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 31 15:49:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=14b19129 media-gfx/qosmic: dead upstream media-gfx/qosmic/metadata.xml | 9 --------- media-gfx/qosmic/qosmic-9999.ebuild | 27 --------------------------- 2 files changed, 36 deletions(-) diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xml deleted file mode 100644 index a1247f0..0000000 --- a/media-gfx/qosmic/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - graphics - qt - - qosmic - - diff --git a/media-gfx/qosmic/qosmic-9999.ebuild b/media-gfx/qosmic/qosmic-9999.ebuild deleted file mode 100644 index face125..0000000 --- a/media-gfx/qosmic/qosmic-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit qt4-r2 subversion - -DESCRIPTION="A cosmic recursive flame fractal editor" -HOMEPAGE="http://code.google.com/p/qosmic/" -ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/${PN}/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=">=dev-lang/lua-5.1.4 - =media-gfx/flam3-9999 - >=dev-qt/qtgui-4.6:4" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="changes.txt README" - -src_configure() { - eqmake4 "CONFIG += link_pkgconfig" -}