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 7446113832F for ; Sun, 7 Aug 2016 16:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A11BDE0B69; Sun, 7 Aug 2016 16:07:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ABC1E0B62 for ; Sun, 7 Aug 2016 16:07:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0323340ADB for ; Sun, 7 Aug 2016 16:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D33A28DE for ; Sun, 7 Aug 2016 16:07: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: <1470586031.403b569ee50b43d85bb00b62a925d61f2b449de8.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gource/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gource/Manifest dev-util/gource/gource-0.44.ebuild X-VCS-Directories: dev-util/gource/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 403b569ee50b43d85bb00b62a925d61f2b449de8 X-VCS-Branch: master Date: Sun, 7 Aug 2016 16:07: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: 46e27b6b-549b-4edb-a9bb-1cb28a1b3762 X-Archives-Hash: f9f1e6f9da7cb3720c7538141f32af92 commit: 403b569ee50b43d85bb00b62a925d61f2b449de8 Author: Michael Palimaka gentoo org> AuthorDate: Sun Aug 7 16:05:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 7 16:07:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403b569e dev-util/gource: version bump Package-Manager: portage-2.3.0 dev-util/gource/Manifest | 1 + dev-util/gource/gource-0.44.ebuild | 50 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/dev-util/gource/Manifest b/dev-util/gource/Manifest index 9171ba5..24ebf5a 100644 --- a/dev-util/gource/Manifest +++ b/dev-util/gource/Manifest @@ -1 +1,2 @@ DIST gource-0.43.tar.gz 874141 SHA256 85a40ac8e4f5c277764216465c248d6b76589ceac012541c4cc03883a24abde4 SHA512 4983c8afc534280ea61f9d1e0db2479f351acd349b62c2afd0c059faba0a73e1cebfb7d5e97ee6183461c7079df5a8126813f851cceb9cfa60ef23784e9152bd WHIRLPOOL b98c73f9b9bd73f49c459a28b1a75f00af696f26a3e202a7ee5fec09ea59132a77e07d9673ca1d04acc138e8bed53833bf93b5eaa4a1d250bf120c9de5480125 +DIST gource-0.44.tar.gz 875131 SHA256 2604ca4442305ffdc5bb1a7bac07e223d59c846f93567be067e8dfe2f42f097c SHA512 4cdc7824f8f5b4aa7004135e59157ebf731730bc2dab0120ab919240576939b0e13dc6a09df79fcdb55cc7b4628c3887f5eca7ab0fa73d5e7bf5ad49c7cf898c WHIRLPOOL 55d637d7c2306f87b1ea4acd12f639033cf15b627a06d9d7eb2a4a2bb5bc79b78f0ff1ca949cad1eb4fd77586411662a84838abb65b19e4a7e3b3bef537a5eea diff --git a/dev-util/gource/gource-0.44.ebuild b/dev-util/gource/gource-0.44.ebuild new file mode 100644 index 0000000..8844c83 --- /dev/null +++ b/dev-util/gource/gource-0.44.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit flag-o-matic + +DESCRIPTION="A software version control visualization tool" +HOMEPAGE="http://gource.io/" +SRC_URI="https://github.com/acaudwell/Gource/releases/download/${P}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/boost-1.46:=[threads(+)] + >=media-libs/glew-1.5:0= + >=media-libs/libpng-1.2:0= + media-libs/libsdl2[video,opengl,X] + media-libs/sdl2-image[jpeg,png] + dev-libs/libpcre:3 + dev-libs/tinyxml + media-libs/freetype:2 + media-libs/mesa + virtual/glu:0 +" +RDEPEND="${COMMON_DEPEND} + media-fonts/freefont +" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig + >=media-libs/glm-0.9.3 +" + +DOCS=( README ChangeLog THANKS ) + +src_configure() { + # fix bug #386525 + # this enables gource to be compiled against dev-libs/tinyxml[stl] + if has_version dev-libs/tinyxml[stl]; then + append-cppflags -DTIXML_USE_STL; + fi + + econf \ + --enable-ttf-font-dir=/usr/share/fonts/freefont/ \ + --with-tinyxml +}