From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
Date: Thu, 5 Apr 2018 17:36:56 +0000 (UTC) [thread overview]
Message-ID: <1522949797.bc256be5c45733b88b22caac4783f5cc5c73bd6c.junghans@gentoo> (raw)
commit: bc256be5c45733b88b22caac4783f5cc5c73bd6c
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 17:35:17 2018 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 17:36:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc256be5
sys-devel/byfl: version bump
Closes: https://bugs.gentoo.org/652072
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sys-devel/byfl/Manifest | 2 ++
sys-devel/byfl/{byfl-9999.ebuild => byfl-1.6-r1.ebuild} | 11 ++++++-----
sys-devel/byfl/{byfl-9999.ebuild => byfl-1.6.ebuild} | 11 ++++++-----
sys-devel/byfl/byfl-9999.ebuild | 11 ++++++-----
4 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
index 075558bf257..4ae3c784318 100644
--- a/sys-devel/byfl/Manifest
+++ b/sys-devel/byfl/Manifest
@@ -1 +1,3 @@
DIST byfl-1.5-llvm-3.8.0.tar.gz 544478 BLAKE2B 2396d7524a5e34a897a2bbd902e3dd54c5986a16db8598284821f5a4b143ed3722126b7aec0b5ea6bdc6134497bac650639af5cccfc0afaf850f8633d3717d6b SHA512 f1718a6bc43fed74e4d9907c8ff0a407c800176f2bfd2f68bfac2e6626cfe1d0be6835c91375d6ffe6a5a428da7ce80c3eb42a25c36ff69aab65600308dbdd7d
+DIST byfl-1.6-llvm-5.0.1.tar.gz 556083 BLAKE2B fbbd158d0a60674db22a74b30e8410817d7cf6202f34e2ae5906cbed3188661de301cb9b9c6488840b6f0f4e3fcdc121a237decce5ffbb1db9827c6be40f1fe7 SHA512 b63db13d686a7b3c0bf69eae62b3a344c4e9e11c4a5c5da2188091e6037c0e9e5f7fb89c37f1256596c9aaefa8fbcd537ab41f48b27f7f2d1ce4a018a788e36d
+DIST byfl-1.6-llvm-6.0.0.tar.gz 556081 BLAKE2B 34e233d29aebc340a0dadfa2ca74b35fe8a8c90e8b7d79ebde0da877a2462144d3a82a5c63633786e177c52e04444cd623dd91db870b654f322ee1becbb1e336 SHA512 3b69eb98247cc4e3398788dfbf450624a918c4de731e1ec1b709a5e6aa0dd29988088827468f0bbf4397563b18aca51350cc947ddcbd2e513b51e1fce17ccc01
diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-1.6-r1.ebuild
similarity index 84%
copy from sys-devel/byfl/byfl-9999.ebuild
copy to sys-devel/byfl/byfl-1.6-r1.ebuild
index fa0b1fb4d62..bf200cf3a87 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-1.6-r1.ebuild
@@ -6,16 +6,17 @@ EAPI=6
inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
- LLVM_VERSION="3.8.0"
+ LLVM_VERSION="6.0.0"
+ LLVM_SLOT=6
EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
inherit autotools git-r3
KEYWORDS=""
else
- LLVM_VERSION="3.8.0"
+ LLVM_VERSION="6.0.0"
+ LLVM_SLOT=6
MY_P="${P}-llvm-${LLVM_VERSION}"
SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~amd64-linux"
- S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Compiler-based Application Analysis"
@@ -26,8 +27,8 @@ LICENSE="BSD"
IUSE="hdf5 static-libs sqlite"
RDEPEND="
- >=sys-devel/clang-${LLVM_VERSION}:0
- >=sys-devel/llvm-${LLVM_VERSION}:0
+ >=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
+ >=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
sys-devel/binutils:*
dev-lang/perl:=
dev-perl/Switch
diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-1.6.ebuild
similarity index 84%
copy from sys-devel/byfl/byfl-9999.ebuild
copy to sys-devel/byfl/byfl-1.6.ebuild
index fa0b1fb4d62..1b1d36dca11 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-1.6.ebuild
@@ -6,16 +6,17 @@ EAPI=6
inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
- LLVM_VERSION="3.8.0"
+ LLVM_VERSION="6.0.0"
+ LLVM_SLOT=6
EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
inherit autotools git-r3
KEYWORDS=""
else
- LLVM_VERSION="3.8.0"
+ LLVM_VERSION="5.0.1"
+ LLVM_SLOT=5
MY_P="${P}-llvm-${LLVM_VERSION}"
SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~amd64-linux"
- S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Compiler-based Application Analysis"
@@ -26,8 +27,8 @@ LICENSE="BSD"
IUSE="hdf5 static-libs sqlite"
RDEPEND="
- >=sys-devel/clang-${LLVM_VERSION}:0
- >=sys-devel/llvm-${LLVM_VERSION}:0
+ >=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
+ >=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
sys-devel/binutils:*
dev-lang/perl:=
dev-perl/Switch
diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index fa0b1fb4d62..1b1d36dca11 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -6,16 +6,17 @@ EAPI=6
inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
- LLVM_VERSION="3.8.0"
+ LLVM_VERSION="6.0.0"
+ LLVM_SLOT=6
EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
inherit autotools git-r3
KEYWORDS=""
else
- LLVM_VERSION="3.8.0"
+ LLVM_VERSION="5.0.1"
+ LLVM_SLOT=5
MY_P="${P}-llvm-${LLVM_VERSION}"
SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~amd64-linux"
- S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="Compiler-based Application Analysis"
@@ -26,8 +27,8 @@ LICENSE="BSD"
IUSE="hdf5 static-libs sqlite"
RDEPEND="
- >=sys-devel/clang-${LLVM_VERSION}:0
- >=sys-devel/llvm-${LLVM_VERSION}:0
+ >=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
+ >=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
sys-devel/binutils:*
dev-lang/perl:=
dev-perl/Switch
next reply other threads:[~2018-04-05 17:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-05 17:36 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-12 17:57 [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/ Mikle Kolyada
2019-09-09 19:02 Michał Górny
2018-04-11 16:19 Michał Górny
2018-04-05 17:58 Christoph Junghans
2018-03-29 10:19 Michał Górny
2018-03-29 8:30 Michał Górny
2017-03-07 16:35 Michał Górny
2017-01-16 3:47 Christoph Junghans
2016-11-14 2:01 Christoph Junghans
2016-06-22 20:48 Christoph Junghans
2016-03-11 6:55 Mike Frysinger
2015-10-04 17:34 Christoph Junghans
2015-08-20 15:07 Christoph Junghans
2015-08-20 15:07 Christoph Junghans
2015-08-20 15:07 Christoph Junghans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1522949797.bc256be5c45733b88b22caac4783f5cc5c73bd6c.junghans@gentoo \
--to=junghans@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox