From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Sm8V1-0002Fb-Jd for garchives@archives.gentoo.org; Tue, 03 Jul 2012 19:10:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0EFE05ED; Tue, 3 Jul 2012 19:10:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B298E05ED for ; Tue, 3 Jul 2012 19:10:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A37F71B4050 for ; Tue, 3 Jul 2012 19:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6445DE5436 for ; Tue, 3 Jul 2012 19:10:42 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1341342600.f790db1900d46fad0de339aa05e66229e2be88d9.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: f790db1900d46fad0de339aa05e66229e2be88d9 X-VCS-Branch: master Date: Tue, 3 Jul 2012 19:10:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 85a228eb-57df-4b3f-8b1d-8174c3b6cd1b X-Archives-Hash: e0dc7eacb8867a7e498600b5f58ccf2c commit: f790db1900d46fad0de339aa05e66229e2be88d9 Author: Michael Palimaka gentoo org> AuthorDate: Tue Jul 3 19:10:00 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jul 3 19:10:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Df790db19 [media-gfx/qosmic] Add live ebuild for bug #339467. (Portage version: 2.1.11.4/git/Linux x86_64, unsigned Manifest commit) --- media-gfx/qosmic/metadata.xml | 9 +++++++++ media-gfx/qosmic/qosmic-9999.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/media-gfx/qosmic/metadata.xml b/media-gfx/qosmic/metadata.xm= l new file mode 100644 index 0000000..a1247f0 --- /dev/null +++ b/media-gfx/qosmic/metadata.xml @@ -0,0 +1,9 @@ + + + + graphics + qt + + qosmic + + diff --git a/media-gfx/qosmic/qosmic-9999.ebuild b/media-gfx/qosmic/qosmi= c-9999.ebuild new file mode 100644 index 0000000..185f449 --- /dev/null +++ b/media-gfx/qosmic/qosmic-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +inherit qt4-r2 subversion + +DESCRIPTION=3D"A cosmic recursive flame fractal editor" +HOMEPAGE=3D"http://code.google.com/p/qosmic/" +ESVN_REPO_URI=3D"http://${PN}.googlecode.com/svn/trunk/${PN}/" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"" +IUSE=3D"" + +RDEPEND=3D">=3Ddev-lang/lua-5.1.4 + =3Dmedia-gfx/flam3-9999 + >=3Dx11-libs/qt-gui-4.6:4" +DEPEND=3D"${RDEPEND} + virtual/pkgconfig" + +DOCS=3D"changes.txt README" + +src_configure() { + eqmake4 "CONFIG +=3D link_pkgconfig" +}