public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2015-08-20 15:07 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2015-08-20 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     fae50c7d5d438bf49d97afb164965c5f0bb7a78f
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 15:04:07 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 15:07:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae50c7d

sys-devel/byfl: version bump

Package-Manager: portage-2.2.20.1

 sys-devel/byfl/Manifest        |  1 +
 sys-devel/byfl/byfl-1.3.ebuild | 44 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
index 08f9c25..70ecceb 100644
--- a/sys-devel/byfl/Manifest
+++ b/sys-devel/byfl/Manifest
@@ -1 +1,2 @@
 DIST byfl-1.2-llvm-3.5.1.tar.gz 509555 SHA256 ab3325dcc71a6bbe4b0f7cdc75a8522cce29cf60e73e11b9791360a89c684b39 SHA512 a0f9a0656f70b172f1304de90312e5fb1fe998c9315463b86db35a2ccdbb45ded75a8776160a35223a24d0fe89a253740b1acde58ba2f1b77b9f27c71d5150fb WHIRLPOOL 6be2f6812fb33f72fc1c7a4664aadbc17f4f1872052e7a01269ab4921a744afdc5716a12cd2bd12410722397ccf00bc5994627f14932f442a5e4ea2aa806c6d3
+DIST byfl-1.3-llvm-3.6.2.tar.gz 529494 SHA256 07f6973eeea94a988c64157e312aaaa372a3aa5b64895c85d050d23eb306d321 SHA512 548439726ccac6472075b6bae5c145e4d796725c034fdf517a94683a22806e2ca90bda4e69dcbba03b665c2ff13af0f5e49a247f3280205d147514019184cd94 WHIRLPOOL bc89b6bd1f727fd9566e76119e0e5b3c932f94a5bf6b6752aa1d2ce4034ce94e9a3983d6702566ff188888e677c1d1442cf1f353abf8eebc77126e1afd6d177d

diff --git a/sys-devel/byfl/byfl-1.3.ebuild b/sys-devel/byfl/byfl-1.3.ebuild
new file mode 100644
index 0000000..7fc2836
--- /dev/null
+++ b/sys-devel/byfl/byfl-1.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils flag-o-matic
+
+if [ "${PV}" = "9999" ]; then
+	LLVM_VERSION="3.6.2"
+	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
+	inherit git-2
+	KEYWORDS=""
+	AUTOTOOLS_AUTORECONF=1
+else
+	LLVM_VERSION="3.6.2"
+	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"
+fi
+
+DESCRIPTION="Compiler-based Application Analysis"
+HOMEPAGE="https://github.com/losalamos/Byfl"
+
+SLOT="0"
+LICENSE="BSD"
+IUSE="dragonegg hdf5 static-libs sqlite"
+
+RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
+	>=sys-devel/clang-${LLVM_VERSION}
+	>=sys-devel/llvm-${LLVM_VERSION}
+	sys-devel/binutils:0
+	dev-lang/perl:=
+	dev-perl/Switch
+	hdf5? ( sci-libs/hdf5[cxx] )
+	sqlite? ( dev-db/sqlite:3 )"
+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)
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2015-08-20 15:07 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2015-08-20 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9daa92f0797a7d919154791f806be40054f05d85
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 15:06:45 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 15:07:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daa92f0

sys-devel/byfl: remove old

Package-Manager: portage-2.2.20.1

 sys-devel/byfl/Manifest        |  1 -
 sys-devel/byfl/byfl-1.2.ebuild | 44 ------------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
index 70ecceb..397ac74 100644
--- a/sys-devel/byfl/Manifest
+++ b/sys-devel/byfl/Manifest
@@ -1,2 +1 @@
-DIST byfl-1.2-llvm-3.5.1.tar.gz 509555 SHA256 ab3325dcc71a6bbe4b0f7cdc75a8522cce29cf60e73e11b9791360a89c684b39 SHA512 a0f9a0656f70b172f1304de90312e5fb1fe998c9315463b86db35a2ccdbb45ded75a8776160a35223a24d0fe89a253740b1acde58ba2f1b77b9f27c71d5150fb WHIRLPOOL 6be2f6812fb33f72fc1c7a4664aadbc17f4f1872052e7a01269ab4921a744afdc5716a12cd2bd12410722397ccf00bc5994627f14932f442a5e4ea2aa806c6d3
 DIST byfl-1.3-llvm-3.6.2.tar.gz 529494 SHA256 07f6973eeea94a988c64157e312aaaa372a3aa5b64895c85d050d23eb306d321 SHA512 548439726ccac6472075b6bae5c145e4d796725c034fdf517a94683a22806e2ca90bda4e69dcbba03b665c2ff13af0f5e49a247f3280205d147514019184cd94 WHIRLPOOL bc89b6bd1f727fd9566e76119e0e5b3c932f94a5bf6b6752aa1d2ce4034ce94e9a3983d6702566ff188888e677c1d1442cf1f353abf8eebc77126e1afd6d177d

diff --git a/sys-devel/byfl/byfl-1.2.ebuild b/sys-devel/byfl/byfl-1.2.ebuild
deleted file mode 100644
index 17caf47..0000000
--- a/sys-devel/byfl/byfl-1.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils flag-o-matic
-
-if [ "${PV}" = "9999" ]; then
-	LLVM_VERSION="3.6"
-	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
-	inherit git-2
-	KEYWORDS=""
-	AUTOTOOLS_AUTORECONF=1
-else
-	LLVM_VERSION="3.5.1"
-	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"
-fi
-
-DESCRIPTION="Compiler-based Application Analysis"
-HOMEPAGE="https://github.com/losalamos/Byfl"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="dragonegg hdf5 static-libs sqlite"
-
-RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
-	>=sys-devel/clang-${LLVM_VERSION}
-	>=sys-devel/llvm-${LLVM_VERSION}
-	sys-devel/binutils
-	dev-lang/perl:=
-	dev-perl/Switch
-	hdf5? ( sci-libs/hdf5[cxx] )
-	sqlite? ( dev-db/sqlite:3 )"
-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)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2015-08-20 15:07 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2015-08-20 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     387a665ca10b78efc6c39aac22faba82a9535db0
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 15:04:57 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 15:07:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387a665c

sys-devel/byfl: updated live version

Package-Manager: portage-2.2.20.1

 sys-devel/byfl/byfl-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index 17caf47..7fc2836 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -7,13 +7,13 @@ EAPI=5
 inherit autotools-utils flag-o-matic
 
 if [ "${PV}" = "9999" ]; then
-	LLVM_VERSION="3.6"
+	LLVM_VERSION="3.6.2"
 	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git http://github.com/losalamos/${PN}.git"
 	inherit git-2
 	KEYWORDS=""
 	AUTOTOOLS_AUTORECONF=1
 else
-	LLVM_VERSION="3.5.1"
+	LLVM_VERSION="3.6.2"
 	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"
@@ -29,7 +29,7 @@ IUSE="dragonegg hdf5 static-libs sqlite"
 RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
 	>=sys-devel/clang-${LLVM_VERSION}
 	>=sys-devel/llvm-${LLVM_VERSION}
-	sys-devel/binutils
+	sys-devel/binutils:0
 	dev-lang/perl:=
 	dev-perl/Switch
 	hdf5? ( sci-libs/hdf5[cxx] )


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2015-10-04 17:34 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2015-10-04 17:34 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2016-03-11  6:55 Mike Frysinger
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Frysinger @ 2016-03-11  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2ff2d07c12365e67e2dbc63516531ff000f9a751
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 06:43:54 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 06:53:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff2d07c

sys-devel/byfl: fix invalid binutils SLOT dep

Requiring binutils:0 has never made sense, so make it match all.

 sys-devel/byfl/byfl-1.4.ebuild  | 2 +-
 sys-devel/byfl/byfl-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/byfl/byfl-1.4.ebuild b/sys-devel/byfl/byfl-1.4.ebuild
index 4744ebf..8d88af4 100644
--- a/sys-devel/byfl/byfl-1.4.ebuild
+++ b/sys-devel/byfl/byfl-1.4.ebuild
@@ -31,7 +31,7 @@ IUSE="hdf5 static-libs sqlite"
 RDEPEND="
 	>=sys-devel/clang-${LLVM_VERSION}
 	>=sys-devel/llvm-${LLVM_VERSION}
-	sys-devel/binutils:0
+	sys-devel/binutils:*
 	dev-lang/perl:=
 	dev-perl/Switch
 	hdf5? ( sci-libs/hdf5[cxx] )

diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index 4744ebf..8d88af4 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -31,7 +31,7 @@ IUSE="hdf5 static-libs sqlite"
 RDEPEND="
 	>=sys-devel/clang-${LLVM_VERSION}
 	>=sys-devel/llvm-${LLVM_VERSION}
-	sys-devel/binutils:0
+	sys-devel/binutils:*
 	dev-lang/perl:=
 	dev-perl/Switch
 	hdf5? ( sci-libs/hdf5[cxx] )


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2016-06-22 20:48 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2016-06-22 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     dc43ac2896702bebcb536ed1d785b0657b250c9d
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 20:46:17 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> 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}
+	<sys-devel/llvm-3.8
 	sys-devel/binutils:*
 	dev-lang/perl:=
 	dev-perl/Switch
@@ -38,8 +37,13 @@ RDEPEND="
 	sqlite? ( dev-db/sqlite:3 )"
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+	default
+	[[ ${PV} = 9999 ]] && eautoreconf
+}
+
 src_configure() {
 	append-cxxflags -std=c++11
 	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
+	econf H5CXX=$(usex hdf5 h5c++ no)
 }

diff --git a/sys-devel/byfl/byfl-1.4.ebuild b/sys-devel/byfl/byfl-1.5.ebuild
similarity index 68%
rename from sys-devel/byfl/byfl-1.4.ebuild
rename to sys-devel/byfl/byfl-1.5.ebuild
index 8d88af4..c0ffb16 100644
--- a/sys-devel/byfl/byfl-1.4.ebuild
+++ b/sys-devel/byfl/byfl-1.5.ebuild
@@ -1,20 +1,18 @@
-# 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"
+	LLVM_VERSION="3.8.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"
@@ -38,8 +36,13 @@ RDEPEND="
 	sqlite? ( dev-db/sqlite:3 )"
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+	default
+	[[ ${PV} = 9999 ]] && eautoreconf
+}
+
 src_configure() {
 	append-cxxflags -std=c++11
 	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
+	econf H5CXX=$(usex hdf5 h5c++ no)
 }

diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index 8d88af4..c0ffb16 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -1,20 +1,18 @@
-# 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"
+	LLVM_VERSION="3.8.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"
@@ -38,8 +36,13 @@ RDEPEND="
 	sqlite? ( dev-db/sqlite:3 )"
 DEPEND="${RDEPEND}"
 
+src_prepare() {
+	default
+	[[ ${PV} = 9999 ]] && eautoreconf
+}
+
 src_configure() {
 	append-cxxflags -std=c++11
 	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
+	econf H5CXX=$(usex hdf5 h5c++ no)
 }


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2016-11-14  2:01 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2016-11-14  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     71e23c013e28b41053cf14ca197779e3756d68ff
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 01:58:06 2016 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 01:58:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e23c01

sys-devel/byfl: update metadata

Package-Manager: portage-2.3.0

 sys-devel/byfl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/byfl/metadata.xml b/sys-devel/byfl/metadata.xml
index 3c3aaad..60446e4 100644
--- a/sys-devel/byfl/metadata.xml
+++ b/sys-devel/byfl/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>ottxor@gentoo.org</email>
+		<email>junghans@gentoo.org</email>
 		<name>Christoph Junghans</name>
 	</maintainer>
 	<upstream>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2017-01-16  3:47 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2017-01-16  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ffaf80e6e90d8d92ad4226f608dcd34661e39bbc
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 03:46:15 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 03:47:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaf80e6

sys-devel/byfl: update homepage

Package-Manager: portage-2.3.0

 sys-devel/byfl/byfl-1.4-r1.ebuild | 8 ++++----
 sys-devel/byfl/byfl-1.5.ebuild    | 8 ++++----
 sys-devel/byfl/byfl-9999.ebuild   | 8 ++++----
 sys-devel/byfl/metadata.xml       | 2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/sys-devel/byfl/byfl-1.4-r1.ebuild b/sys-devel/byfl/byfl-1.4-r1.ebuild
index 55f1578..a6d148c 100644
--- a/sys-devel/byfl/byfl-1.4-r1.ebuild
+++ b/sys-devel/byfl/byfl-1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,19 +8,19 @@ inherit flag-o-matic
 
 if [ "${PV}" = "9999" ]; then
 	LLVM_VERSION="3.8.0"
-	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
+	EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
 	inherit autotools git-r3
 	KEYWORDS=""
 else
 	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"
+	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"
-HOMEPAGE="https://github.com/losalamos/Byfl"
+HOMEPAGE="https://github.com/lanl/Byfl"
 
 SLOT="0"
 LICENSE="BSD"

diff --git a/sys-devel/byfl/byfl-1.5.ebuild b/sys-devel/byfl/byfl-1.5.ebuild
index c0ffb16..0c0104c 100644
--- a/sys-devel/byfl/byfl-1.5.ebuild
+++ b/sys-devel/byfl/byfl-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,19 +8,19 @@ inherit flag-o-matic
 
 if [ "${PV}" = "9999" ]; then
 	LLVM_VERSION="3.8.0"
-	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
+	EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
 	inherit autotools git-r3
 	KEYWORDS=""
 else
 	LLVM_VERSION="3.8.0"
 	MY_P="${P}-llvm-${LLVM_VERSION}"
-	SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
+	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"
-HOMEPAGE="https://github.com/losalamos/Byfl"
+HOMEPAGE="https://github.com/lanl/Byfl"
 
 SLOT="0"
 LICENSE="BSD"

diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index c0ffb16..0c0104c 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,19 +8,19 @@ inherit flag-o-matic
 
 if [ "${PV}" = "9999" ]; then
 	LLVM_VERSION="3.8.0"
-	EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
+	EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
 	inherit autotools git-r3
 	KEYWORDS=""
 else
 	LLVM_VERSION="3.8.0"
 	MY_P="${P}-llvm-${LLVM_VERSION}"
-	SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
+	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"
-HOMEPAGE="https://github.com/losalamos/Byfl"
+HOMEPAGE="https://github.com/lanl/Byfl"
 
 SLOT="0"
 LICENSE="BSD"

diff --git a/sys-devel/byfl/metadata.xml b/sys-devel/byfl/metadata.xml
index 60446e4..72ecaff 100644
--- a/sys-devel/byfl/metadata.xml
+++ b/sys-devel/byfl/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Christoph Junghans</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">losalamos/Byfl</remote-id>
+		<remote-id type="github">lanl/Byfl</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2017-03-07 16:35 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2017-03-07 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     20d768d801da77326e0ede305c8d33d648bb8afe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 16:31:35 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 16:35:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d768d8

sys-devel/byfl: Fix llvm/clang ranges to slot :0

 sys-devel/byfl/byfl-1.4-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/byfl/byfl-1.4-r1.ebuild b/sys-devel/byfl/byfl-1.4-r1.ebuild
index 02b16eb963d..77a8cf1cb77 100644
--- a/sys-devel/byfl/byfl-1.4-r1.ebuild
+++ b/sys-devel/byfl/byfl-1.4-r1.ebuild
@@ -26,9 +26,9 @@ LICENSE="BSD"
 IUSE="hdf5 static-libs sqlite"
 
 RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}
-	>=sys-devel/llvm-${LLVM_VERSION}
-	<sys-devel/llvm-3.8
+	>=sys-devel/clang-${LLVM_VERSION}:0
+	>=sys-devel/llvm-${LLVM_VERSION}:0
+	<sys-devel/llvm-3.8:0
 	sys-devel/binutils:*
 	dev-lang/perl:=
 	dev-perl/Switch


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2018-03-29  8:30 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2018-03-29  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     66f13af220a5e9bb18c2dd2d6ead4f97108b0447
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 08:29:33 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 08:30:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f13af2

sys-devel/byfl: Restrict 1.5+ to sys-devel/llvm:0 as well

Bug: https://bugs.gentoo.org/613560

 sys-devel/byfl/byfl-1.5.ebuild  | 6 +++---
 sys-devel/byfl/byfl-9999.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-devel/byfl/byfl-1.5.ebuild b/sys-devel/byfl/byfl-1.5.ebuild
index c1088fff63a..fa0b1fb4d62 100644
--- a/sys-devel/byfl/byfl-1.5.ebuild
+++ b/sys-devel/byfl/byfl-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,8 +26,8 @@ LICENSE="BSD"
 IUSE="hdf5 static-libs sqlite"
 
 RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}
-	>=sys-devel/llvm-${LLVM_VERSION}
+	>=sys-devel/clang-${LLVM_VERSION}:0
+	>=sys-devel/llvm-${LLVM_VERSION}:0
 	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 c1088fff63a..fa0b1fb4d62 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,8 +26,8 @@ LICENSE="BSD"
 IUSE="hdf5 static-libs sqlite"
 
 RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}
-	>=sys-devel/llvm-${LLVM_VERSION}
+	>=sys-devel/clang-${LLVM_VERSION}:0
+	>=sys-devel/llvm-${LLVM_VERSION}:0
 	sys-devel/binutils:*
 	dev-lang/perl:=
 	dev-perl/Switch


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2018-03-29 10:19 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2018-03-29 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     96eeeed516be3c8e5fe424df70dba2f275179f19
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 08:50:00 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 10:19:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96eeeed5

sys-devel/byfl: Drop 1.4-r1 (requires LLVM 3.7)

 sys-devel/byfl/Manifest           |  1 -
 sys-devel/byfl/byfl-1.4-r1.ebuild | 48 ---------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
index 1f35d7613f8..075558bf257 100644
--- a/sys-devel/byfl/Manifest
+++ b/sys-devel/byfl/Manifest
@@ -1,2 +1 @@
-DIST byfl-1.4-llvm-3.7.0.tar.gz 544669 BLAKE2B f440581fc8ca04f346c3877b572d2f3f69059450a4b404b631dab094857e5afe7a3ef84e2d6792e10ff4e0f03aa39355b11afc25e513d8316b55a7ad3e1e1632 SHA512 6fb204cf704d3f20e3d408f4cbe8071e1198b75615757c1877a8886753ff9087d9ff04a8279540b26805ed9a0e7cea6543a08de491990c9c912b40f1984bdcb4
 DIST byfl-1.5-llvm-3.8.0.tar.gz 544478 BLAKE2B 2396d7524a5e34a897a2bbd902e3dd54c5986a16db8598284821f5a4b143ed3722126b7aec0b5ea6bdc6134497bac650639af5cccfc0afaf850f8633d3717d6b SHA512 f1718a6bc43fed74e4d9907c8ff0a407c800176f2bfd2f68bfac2e6626cfe1d0be6835c91375d6ffe6a5a428da7ce80c3eb42a25c36ff69aab65600308dbdd7d

diff --git a/sys-devel/byfl/byfl-1.4-r1.ebuild b/sys-devel/byfl/byfl-1.4-r1.ebuild
deleted file mode 100644
index 5ee59bf9b95..00000000000
--- a/sys-devel/byfl/byfl-1.4-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-if [ "${PV}" = "9999" ]; then
-	LLVM_VERSION="3.8.0"
-	EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
-	inherit autotools git-r3
-	KEYWORDS=""
-else
-	LLVM_VERSION="3.7.0"
-	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"
-HOMEPAGE="https://github.com/lanl/Byfl"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="hdf5 static-libs sqlite"
-
-RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}:0
-	>=sys-devel/llvm-${LLVM_VERSION}:0
-	<sys-devel/llvm-3.8:0
-	sys-devel/binutils:*
-	dev-lang/perl:=
-	dev-perl/Switch
-	hdf5? ( sci-libs/hdf5[cxx] )
-	sqlite? ( dev-db/sqlite:3 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	[[ ${PV} = 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	append-cxxflags -std=c++11
-	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	econf H5CXX=$(usex hdf5 h5c++ no)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2018-04-05 17:36 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2018-04-05 17:36 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2018-04-05 17:58 Christoph Junghans
  0 siblings, 0 replies; 16+ messages in thread
From: Christoph Junghans @ 2018-04-05 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9ac961247b1bc17667cd346c760e973dc0f7aaf1
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 17:57:47 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 17:58:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac96124

sys-devel/byfl: inherit llvm.eclass

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-devel/byfl/byfl-1.6-r1.ebuild | 2 +-
 sys-devel/byfl/byfl-1.6.ebuild    | 2 +-
 sys-devel/byfl/byfl-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/byfl/byfl-1.6-r1.ebuild b/sys-devel/byfl/byfl-1.6-r1.ebuild
index bf200cf3a87..721d35dbab4 100644
--- a/sys-devel/byfl/byfl-1.6-r1.ebuild
+++ b/sys-devel/byfl/byfl-1.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit flag-o-matic
+inherit flag-o-matic llvm
 
 if [ "${PV}" = "9999" ]; then
 	LLVM_VERSION="6.0.0"

diff --git a/sys-devel/byfl/byfl-1.6.ebuild b/sys-devel/byfl/byfl-1.6.ebuild
index 1b1d36dca11..4d749435eab 100644
--- a/sys-devel/byfl/byfl-1.6.ebuild
+++ b/sys-devel/byfl/byfl-1.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit flag-o-matic
+inherit flag-o-matic llvm
 
 if [ "${PV}" = "9999" ]; then
 	LLVM_VERSION="6.0.0"

diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
index 1b1d36dca11..4d749435eab 100644
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ b/sys-devel/byfl/byfl-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit flag-o-matic
+inherit flag-o-matic llvm
 
 if [ "${PV}" = "9999" ]; then
 	LLVM_VERSION="6.0.0"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2018-04-11 16:19 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2018-04-11 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4ed17be2f3bdf3a14922b2b7f331e2a7403c2bb5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 17:42:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 16:19:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed17be2

sys-devel/byfl: Drop old (requiring LLVM < 4)

 sys-devel/byfl/Manifest        |  1 -
 sys-devel/byfl/byfl-1.5.ebuild | 47 ------------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
index 4ae3c784318..cbcbf504d25 100644
--- a/sys-devel/byfl/Manifest
+++ b/sys-devel/byfl/Manifest
@@ -1,3 +1,2 @@
-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-1.5.ebuild b/sys-devel/byfl/byfl-1.5.ebuild
deleted file mode 100644
index fa0b1fb4d62..00000000000
--- a/sys-devel/byfl/byfl-1.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-if [ "${PV}" = "9999" ]; then
-	LLVM_VERSION="3.8.0"
-	EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
-	inherit autotools git-r3
-	KEYWORDS=""
-else
-	LLVM_VERSION="3.8.0"
-	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"
-HOMEPAGE="https://github.com/lanl/Byfl"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="hdf5 static-libs sqlite"
-
-RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}:0
-	>=sys-devel/llvm-${LLVM_VERSION}:0
-	sys-devel/binutils:*
-	dev-lang/perl:=
-	dev-perl/Switch
-	hdf5? ( sci-libs/hdf5[cxx] )
-	sqlite? ( dev-db/sqlite:3 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	[[ ${PV} = 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	append-cxxflags -std=c++11
-	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	econf H5CXX=$(usex hdf5 h5c++ no)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2019-09-09 19:02 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2019-09-09 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9148c62ef4b6c037794867e5cd7194f061cc7f02
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 15:02:01 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep  9 19:02:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9148c62e

sys-devel/byfl: Remove 1.6 (for LLVM 5)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/byfl/Manifest        |  1 -
 sys-devel/byfl/byfl-1.6.ebuild | 48 ------------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
index cbcbf504d25..b3401c02eb9 100644
--- a/sys-devel/byfl/Manifest
+++ b/sys-devel/byfl/Manifest
@@ -1,2 +1 @@
-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-1.6.ebuild b/sys-devel/byfl/byfl-1.6.ebuild
deleted file mode 100644
index 4d749435eab..00000000000
--- a/sys-devel/byfl/byfl-1.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic llvm
-
-if [ "${PV}" = "9999" ]; then
-	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="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"
-fi
-
-DESCRIPTION="Compiler-based Application Analysis"
-HOMEPAGE="https://github.com/lanl/Byfl"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="hdf5 static-libs sqlite"
-
-RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
-	>=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
-	sys-devel/binutils:*
-	dev-lang/perl:=
-	dev-perl/Switch
-	hdf5? ( sci-libs/hdf5[cxx] )
-	sqlite? ( dev-db/sqlite:3 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	[[ ${PV} = 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	append-cxxflags -std=c++11
-	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	econf H5CXX=$(usex hdf5 h5c++ no)
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
@ 2020-01-12 17:57 Mikle Kolyada
  0 siblings, 0 replies; 16+ messages in thread
From: Mikle Kolyada @ 2020-01-12 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     be2c0df6d1518477b1cfb5165899f6e9ae8a7d2f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 17:57:29 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 17:57:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2c0df6

sys-devel/byfl: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-devel/byfl/Manifest           |  1 -
 sys-devel/byfl/byfl-1.6-r1.ebuild | 48 ---------------------------------------
 sys-devel/byfl/byfl-9999.ebuild   | 48 ---------------------------------------
 sys-devel/byfl/metadata.xml       | 11 ---------
 4 files changed, 108 deletions(-)

diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
deleted file mode 100644
index b3401c02eb9..00000000000
--- a/sys-devel/byfl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST byfl-1.6-llvm-6.0.0.tar.gz 556081 BLAKE2B 34e233d29aebc340a0dadfa2ca74b35fe8a8c90e8b7d79ebde0da877a2462144d3a82a5c63633786e177c52e04444cd623dd91db870b654f322ee1becbb1e336 SHA512 3b69eb98247cc4e3398788dfbf450624a918c4de731e1ec1b709a5e6aa0dd29988088827468f0bbf4397563b18aca51350cc947ddcbd2e513b51e1fce17ccc01

diff --git a/sys-devel/byfl/byfl-1.6-r1.ebuild b/sys-devel/byfl/byfl-1.6-r1.ebuild
deleted file mode 100644
index 721d35dbab4..00000000000
--- a/sys-devel/byfl/byfl-1.6-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic llvm
-
-if [ "${PV}" = "9999" ]; then
-	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="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"
-fi
-
-DESCRIPTION="Compiler-based Application Analysis"
-HOMEPAGE="https://github.com/lanl/Byfl"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="hdf5 static-libs sqlite"
-
-RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
-	>=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
-	sys-devel/binutils:*
-	dev-lang/perl:=
-	dev-perl/Switch
-	hdf5? ( sci-libs/hdf5[cxx] )
-	sqlite? ( dev-db/sqlite:3 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	[[ ${PV} = 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	append-cxxflags -std=c++11
-	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	econf H5CXX=$(usex hdf5 h5c++ no)
-}

diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
deleted file mode 100644
index 4d749435eab..00000000000
--- a/sys-devel/byfl/byfl-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic llvm
-
-if [ "${PV}" = "9999" ]; then
-	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="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"
-fi
-
-DESCRIPTION="Compiler-based Application Analysis"
-HOMEPAGE="https://github.com/lanl/Byfl"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="hdf5 static-libs sqlite"
-
-RDEPEND="
-	>=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
-	>=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
-	sys-devel/binutils:*
-	dev-lang/perl:=
-	dev-perl/Switch
-	hdf5? ( sci-libs/hdf5[cxx] )
-	sqlite? ( dev-db/sqlite:3 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	[[ ${PV} = 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	append-cxxflags -std=c++11
-	use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
-	econf H5CXX=$(usex hdf5 h5c++ no)
-}

diff --git a/sys-devel/byfl/metadata.xml b/sys-devel/byfl/metadata.xml
deleted file mode 100644
index 72ecaff33a5..00000000000
--- a/sys-devel/byfl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>junghans@gentoo.org</email>
-		<name>Christoph Junghans</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">lanl/Byfl</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-01-12 17:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-11  6:55 [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/ Mike Frysinger
  -- strict thread matches above, loose matches on Subject: below --
2020-01-12 17:57 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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox