From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 728B01396D9 for ; Sat, 18 Nov 2017 11:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6CC6E0C03; Sat, 18 Nov 2017 11:10:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8784DE0C03 for ; Sat, 18 Nov 2017 11:10:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1F7633BF51 for ; Sat, 18 Nov 2017 11:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C2E39ED7 for ; Sat, 18 Nov 2017 11:10:24 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1511003422.9a20236af5cc1a2ae68a062425b5441f944aba71.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fracplanet/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/fracplanet/Manifest x11-misc/fracplanet/fracplanet-0.5.1.ebuild X-VCS-Directories: x11-misc/fracplanet/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9a20236af5cc1a2ae68a062425b5441f944aba71 X-VCS-Branch: master Date: Sat, 18 Nov 2017 11:10:24 +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: 2fbaca81-2df2-4ee1-a990-1b1d5db1f14d X-Archives-Hash: 136278399ed19555d07a299efe415085 commit: 9a20236af5cc1a2ae68a062425b5441f944aba71 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 18 11:09:41 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 18 11:10:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a20236a x11-misc/fracplanet: Version bump. Package-Manager: Portage-2.3.14, Repoman-2.3.6 x11-misc/fracplanet/Manifest | 1 + x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 43 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/x11-misc/fracplanet/Manifest b/x11-misc/fracplanet/Manifest index 5aadc7fd40a..5ec48547fd2 100644 --- a/x11-misc/fracplanet/Manifest +++ b/x11-misc/fracplanet/Manifest @@ -1 +1,2 @@ DIST fracplanet-0.4.0.tar.gz 101700 SHA256 38d56aba3c5cf19d4f2c218bece471d3860b161d2210a24ba94550356723482a SHA512 09eed764df60929e5aa22b3f5c34defa11a91c4f6b588259fe0c3c7736fa03a9d138e05fd6ec4800e7943f36e73949804d8a7ed3e29bda6ffdc883ecadf9abf6 WHIRLPOOL f5779e46463c07527a8b3063493893701831e8b8773b30904aa8180c314be4cb7339030d90be575dcbefe7cdf6a7d9270b7bcfbfe15408fa58e235c9edf18023 +DIST fracplanet-0.5.1.tar.gz 111911 SHA256 435dd07e1798f810280260d09d2ee85e870eb466411e49b859eb1bef6f336ade SHA512 40aeb6c33c2cb3403cc85193319a63bdc90637110c8bb40d9b0f4bd816a80018ca1cf81296337fc5a13fac583d7864adfde8d22dcc3a3cd65314c34ec63b508e WHIRLPOOL 9923e0d8661bcd65a6042ef19049845de1ebbc16d2d5b397ee26f04714863ce2912c1cd03a6a85f20d9af2311c7009e346efbfc6b6e8db1d6fc5de4ce221f63f diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild new file mode 100644 index 00000000000..3439fceb999 --- /dev/null +++ b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qmake-utils + +DESCRIPTION="Fractal planet and terrain generator" +HOMEPAGE="https://sourceforge.net/projects/fracplanet/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/boost:= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + virtual/glu + virtual/opengl +" +DEPEND=" + ${RDEPEND} + dev-libs/libxslt +" +HTML_DOCS=( fracplanet.{htm,css} ) + +src_configure() { + eqmake5 fracplanet.pro +} + +src_compile() { + xsltproc -stringparam version ${PV} -html htm_to_qml.xsl fracplanet.htm \ + | sed 's/"/\\"/g' | sed 's/^/"/g' | sed 's/$/\\n"/g'> usage_text.h || die + default +} + +src_install() { + dobin ${PN} + doman man/man1/${PN}.1 + einstalldocs +}