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 A27A51382C5 for ; Wed, 22 Jun 2016 20:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E805214088; Wed, 22 Jun 2016 20:48:42 +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 7A97314088 for ; Wed, 22 Jun 2016 20:48:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BEB35340988 for ; Wed, 22 Jun 2016 20:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B89EAA2 for ; Wed, 22 Jun 2016 20:48:38 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1466628392.dc43ac2896702bebcb536ed1d785b0657b250c9d.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/byfl/Manifest sys-devel/byfl/byfl-1.4-r1.ebuild sys-devel/byfl/byfl-1.4.ebuild sys-devel/byfl/byfl-1.5.ebuild sys-devel/byfl/byfl-9999.ebuild X-VCS-Directories: sys-devel/byfl/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: dc43ac2896702bebcb536ed1d785b0657b250c9d X-VCS-Branch: master Date: Wed, 22 Jun 2016 20:48:38 +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: e2071b8d-2573-41b7-b209-f4b975899150 X-Archives-Hash: c728392e931949564a9b1e959a2fe6a3 commit: dc43ac2896702bebcb536ed1d785b0657b250c9d Author: Christoph Junghans gentoo org> AuthorDate: Wed Jun 22 20:46:17 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jun 22 20:46:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc43ac28 sys-devel/byfl: fix deps (bug #586736) Package-Manager: portage-2.2.28 sys-devel/byfl/Manifest | 1 + .../byfl/{byfl-1.4.ebuild => byfl-1.4-r1.ebuild} | 22 ++++++++++++--------- .../byfl/{byfl-1.4.ebuild => byfl-1.5.ebuild} | 23 ++++++++++++---------- sys-devel/byfl/byfl-9999.ebuild | 23 ++++++++++++---------- 4 files changed, 40 insertions(+), 29 deletions(-) diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest index d42b968..6ceaf2f 100644 --- a/sys-devel/byfl/Manifest +++ b/sys-devel/byfl/Manifest @@ -1 +1,2 @@ DIST byfl-1.4-llvm-3.7.0.tar.gz 544669 SHA256 b523a28fb05cb8f0f7641a326c08074306a38a3dcd61c95e69049a98a7ae0cce SHA512 6fb204cf704d3f20e3d408f4cbe8071e1198b75615757c1877a8886753ff9087d9ff04a8279540b26805ed9a0e7cea6543a08de491990c9c912b40f1984bdcb4 WHIRLPOOL 63504c5bda6bd4b9f2cb84ca4f6c0aae2f6b24186d7487c670df4e6d217367e2d794ecda9c8811f6c7db70dc848dfa7ebc9cf09a331bb6b8929cd1af6f143ac2 +DIST byfl-1.5-llvm-3.8.0.tar.gz 544478 SHA256 5d0a8e796b2e1e34448d86570048d267bc3fcc7c1acb6019138631fe3a9cc6e8 SHA512 f1718a6bc43fed74e4d9907c8ff0a407c800176f2bfd2f68bfac2e6626cfe1d0be6835c91375d6ffe6a5a428da7ce80c3eb42a25c36ff69aab65600308dbdd7d WHIRLPOOL 09a095a8db34464d5c666178015aa67e4143ae999e41d78710095b0c9d9186583301a204e74d02c2da78bc68a54503a7784ac2baf0844c90de8a69c6a86ca795 diff --git a/sys-devel/byfl/byfl-1.4.ebuild b/sys-devel/byfl/byfl-1.4-r1.ebuild similarity index 70% copy from sys-devel/byfl/byfl-1.4.ebuild copy to sys-devel/byfl/byfl-1.4-r1.ebuild index 8d88af4..55f1578 100644 --- a/sys-devel/byfl/byfl-1.4.ebuild +++ b/sys-devel/byfl/byfl-1.4-r1.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools-utils flag-o-matic +inherit flag-o-matic if [ "${PV}" = "9999" ]; then - LLVM_VERSION="3.7.0" - # Switch to ^b when we switch to EAPI=6. - EGIT_REPO_URI="git://github.com/losalamos/B${PN:1}.git https://github.com/losalamos/${PN}.git" - inherit git-2 + LLVM_VERSION="3.8.0" + EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git" + inherit autotools git-r3 KEYWORDS="" - AUTOTOOLS_AUTORECONF=1 else LLVM_VERSION="3.7.0" MY_P="${P}-llvm-${LLVM_VERSION}" @@ -31,6 +29,7 @@ IUSE="hdf5 static-libs sqlite" RDEPEND=" >=sys-devel/clang-${LLVM_VERSION} >=sys-devel/llvm-${LLVM_VERSION} +