public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
Date: Sun,  4 Oct 2015 17:34:54 +0000 (UTC)	[thread overview]
Message-ID: <1443980144.1c9bc7c02185a66bedc22e66127faa0ff8780287.ottxor@gentoo> (raw)

commit:     1c9bc7c02185a66bedc22e66127faa0ff8780287
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 17:35:33 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 17:35:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9bc7c0

sys-devel/byfl: version bump (to fix bug #559872)

Package-Manager: portage-2.2.20.1

 sys-devel/byfl/Manifest                             |  2 +-
 sys-devel/byfl/{byfl-1.3.ebuild => byfl-1.4.ebuild} | 10 +++++-----
 sys-devel/byfl/byfl-9999.ebuild                     | 10 +++++-----
 sys-devel/byfl/metadata.xml                         |  3 ---
 4 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
index 397ac74..d42b968 100644
--- a/sys-devel/byfl/Manifest
+++ b/sys-devel/byfl/Manifest
@@ -1 +1 @@
-DIST byfl-1.3-llvm-3.6.2.tar.gz 529494 SHA256 07f6973eeea94a988c64157e312aaaa372a3aa5b64895c85d050d23eb306d321 SHA512 548439726ccac6472075b6bae5c145e4d796725c034fdf517a94683a22806e2ca90bda4e69dcbba03b665c2ff13af0f5e49a247f3280205d147514019184cd94 WHIRLPOOL bc89b6bd1f727fd9566e76119e0e5b3c932f94a5bf6b6752aa1d2ce4034ce94e9a3983d6702566ff188888e677c1d1442cf1f353abf8eebc77126e1afd6d177d
+DIST byfl-1.4-llvm-3.7.0.tar.gz 544669 SHA256 b523a28fb05cb8f0f7641a326c08074306a38a3dcd61c95e69049a98a7ae0cce SHA512 6fb204cf704d3f20e3d408f4cbe8071e1198b75615757c1877a8886753ff9087d9ff04a8279540b26805ed9a0e7cea6543a08de491990c9c912b40f1984bdcb4 WHIRLPOOL 63504c5bda6bd4b9f2cb84ca4f6c0aae2f6b24186d7487c670df4e6d217367e2d794ecda9c8811f6c7db70dc848dfa7ebc9cf09a331bb6b8929cd1af6f143ac2

diff --git a/sys-devel/byfl/byfl-1.3.ebuild b/sys-devel/byfl/byfl-1.4.ebuild
similarity index 83%
rename from sys-devel/byfl/byfl-1.3.ebuild
rename to sys-devel/byfl/byfl-1.4.ebuild
index 740d6dd..e57a7ea 100644
--- a/sys-devel/byfl/byfl-1.3.ebuild
+++ b/sys-devel/byfl/byfl-1.4.ebuild
@@ -7,16 +7,17 @@ EAPI=5
 inherit autotools-utils flag-o-matic
 
 if [ "${PV}" = "9999" ]; then
-	LLVM_VERSION="3.6.2"
+	LLVM_VERSION="3.7.0"
 	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
 	inherit git-2
 	KEYWORDS=""
 	AUTOTOOLS_AUTORECONF=1
 else
-	LLVM_VERSION="3.6.2"
+	LLVM_VERSION="3.7.0"
 	MY_P="${P}-llvm-${LLVM_VERSION}"
 	SRC_URI="https://github.com/losalamos/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"
@@ -24,9 +25,9 @@ HOMEPAGE="https://github.com/losalamos/Byfl"
 
 SLOT="0"
 LICENSE="BSD"
-IUSE="dragonegg hdf5 static-libs sqlite"
+IUSE="hdf5 static-libs sqlite"
 
-RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
+RDEPEND="
 	>=sys-devel/clang-${LLVM_VERSION}
 	>=sys-devel/llvm-${LLVM_VERSION}
 	sys-devel/binutils:0
@@ -38,7 +39,6 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
 	append-cxxflags -std=c++11
-	use dragonegg || export ax_cv_file_dragonegg_so=no
 	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
 	autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }

diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index 740d6dd..e57a7ea 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -7,16 +7,17 @@ EAPI=5
 inherit autotools-utils flag-o-matic
 
 if [ "${PV}" = "9999" ]; then
-	LLVM_VERSION="3.6.2"
+	LLVM_VERSION="3.7.0"
 	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
 	inherit git-2
 	KEYWORDS=""
 	AUTOTOOLS_AUTORECONF=1
 else
-	LLVM_VERSION="3.6.2"
+	LLVM_VERSION="3.7.0"
 	MY_P="${P}-llvm-${LLVM_VERSION}"
 	SRC_URI="https://github.com/losalamos/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"
@@ -24,9 +25,9 @@ HOMEPAGE="https://github.com/losalamos/Byfl"
 
 SLOT="0"
 LICENSE="BSD"
-IUSE="dragonegg hdf5 static-libs sqlite"
+IUSE="hdf5 static-libs sqlite"
 
-RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
+RDEPEND="
 	>=sys-devel/clang-${LLVM_VERSION}
 	>=sys-devel/llvm-${LLVM_VERSION}
 	sys-devel/binutils:0
@@ -38,7 +39,6 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
 	append-cxxflags -std=c++11
-	use dragonegg || export ax_cv_file_dragonegg_so=no
 	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
 	autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }

diff --git a/sys-devel/byfl/metadata.xml b/sys-devel/byfl/metadata.xml
index 38efabe..aef6d70 100644
--- a/sys-devel/byfl/metadata.xml
+++ b/sys-devel/byfl/metadata.xml
@@ -5,9 +5,6 @@
 		<email>ottxor@gentoo.org</email>
 		<name>Christoph Junghans</name>
 	</maintainer>
-	<use>
-		<flag name="dragonegg">Add support for non C languages through <pkg>sys-devel/dragonegg</pkg></flag>
-	</use>
 	<upstream>
 		<remote-id type="github">losalamos/Byfl</remote-id>
 	</upstream>


             reply	other threads:[~2015-10-04 17:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-04 17:34 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-04-05 17:36 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-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=1443980144.1c9bc7c02185a66bedc22e66127faa0ff8780287.ottxor@gentoo \
    --to=ottxor@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