public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2020-08-28 17:07 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2020-08-28 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3267267d23e032d5524eac9629bb9a842b9de748
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 17:07:15 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 17:07:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3267267d

sys-libs/blocksruntime: optionally install static libs

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/739396
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild
index cf596b31660..a855b832dba 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="static-libs"
 
 RDEPEND=""
 DEPEND="${RDEPEND}"
@@ -37,5 +37,5 @@ src_install() {
 	prefix="${EPREFIX}/usr" \
 	libdir="${EPREFIX}/usr/$(get_libdir)" \
 	DESTDIR="${D}" \
-		./installlib || die
+		./installlib $(use static-libs || echo -shared) || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2020-09-04 12:57 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2020-09-04 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b1c62426acf7fedab5f9ce94d8cce46290f1a603
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  4 12:57:32 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 12:57:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c62426

sys-libs/blocksruntime: install Blocks.h into private dir

Blocks.h collides with gnustep-base/libobjc2. -fblocks
does not really need external headers. For rare users
that need it we still provide it in non-standard location.

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/740356
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 ...untime-0_pre20171027.ebuild => blocksruntime-0_pre20171027-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
similarity index 94%
rename from sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild
rename to sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index a855b832dba..6c49e1748db 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -35,6 +35,7 @@ src_compile() {
 
 src_install() {
 	prefix="${EPREFIX}/usr" \
+	includedir="${EPREFIX}/usr/include/blocksruntime" \
 	libdir="${EPREFIX}/usr/$(get_libdir)" \
 	DESTDIR="${D}" \
 		./installlib $(use static-libs || echo -shared) || die


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-01-13 14:59 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-01-13 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     47cc23b9ad0964cbe635c7f6866528a0659c53cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 14:59:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 14:59:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cc23b9

sys-libs/blocksruntime: Stabilize 0_pre20171027-r1 amd64, #765205

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index 6c49e1748db..5d38a907d64 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-01-13 14:59 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-01-13 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     261075241f8c5ff23e73f48fa08aa16f9fd61bea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 14:59:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 14:59:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26107524

sys-libs/blocksruntime: Stabilize 0_pre20171027-r1 x86, #765205

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index 5d38a907d64..0f31c5ff155 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-01-19 14:25 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-01-19 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0fd6c1164d542c0f9c7f0896a5eca68dbf37f09b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 14:25:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 14:25:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd6c116

sys-libs/blocksruntime: Keyword 0_pre20171027-r1 arm, #765199

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index 0f31c5ff155..1c13f058894 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="static-libs"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-01-20  0:38 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-01-20  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     7c61c6cb56e1b339dea67824c274cfbd4eff2ee0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 00:38:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 00:38:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c61c6cb

sys-libs/blocksruntime: Keyword 0_pre20171027-r1 arm64, #765199

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index 1c13f058894..c9679eef1e0 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="static-libs"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-01-20  0:39 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-01-20  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     658b952794dd00bf5d6c5644312c403b07c13761
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 00:39:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 00:39:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658b9527

sys-libs/blocksruntime: Keyword 0_pre20171027-r1 ppc, #765199

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index c9679eef1e0..ccb8ae62120 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE="static-libs"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-02-05  2:06 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-02-05  2:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c6f792010bdcfa0bfedd832dd127171cfc788d2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 02:05:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 02:06:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f79201

sys-libs/blocksruntime: Keyword 0_pre20171027-r1 ppc64, #765199

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
index ccb8ae62120..bcafbfff5a3 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-07-02  7:17 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2021-07-02  7:17 UTC (permalink / raw
  To: gentoo-commits

commit:     380b96206a0202550a525e6bc6932f064aab4af6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  2 07:11:17 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul  2 07:17:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380b9620

sys-libs/blocksruntime: drop myself from maintainers, m-n now

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-libs/blocksruntime/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-libs/blocksruntime/metadata.xml b/sys-libs/blocksruntime/metadata.xml
index 4ce153662dd..7dc2a0affef 100644
--- a/sys-libs/blocksruntime/metadata.xml
+++ b/sys-libs/blocksruntime/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>slyfox@gentoo.org</email>
-		<name>Sergei Trofimovich</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">mackyle/blocksruntime</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2021-07-02  9:18 Marek Szuba
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Szuba @ 2021-07-02  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0e698a99435f0478ed4aba3f11ca7c3e00ad86d3
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  2 09:12:35 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul  2 09:12:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e698a99

sys-libs/blocksruntime: add self as maintainer

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-libs/blocksruntime/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/metadata.xml b/sys-libs/blocksruntime/metadata.xml
index 7dc2a0affef..f6bd8914b95 100644
--- a/sys-libs/blocksruntime/metadata.xml
+++ b/sys-libs/blocksruntime/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">mackyle/blocksruntime</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2023-03-05 21:36 Marek Szuba
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Szuba @ 2023-03-05 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e678177aed8f5be31a8fb35a9a135f9f8f45128c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 21:35:10 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 21:36:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e678177a

sys-libs/blocksruntime: block dev-libs/libdispatch

libdispatch bundles the Apple fork of blocksruntime.

While at it, trivial EAPI bump.

Closes: https://bugs.gentoo.org/879919
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../blocksruntime-0_pre20171027-r2.ebuild          | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild
new file mode 100644
index 000000000000..1036aca20985
--- /dev/null
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs vcs-snapshot
+
+COMMIT=9cc93ae2b58676c23fd02cf0c686fa15b7a3ff81 # 27 Oct 2017
+
+DESCRIPTION="BlocksRuntime library needed for clang's -fblocks support"
+HOMEPAGE="https://github.com/mackyle/blocksruntime"
+SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="!dev-libs/libdispatch"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0_pre20171027-ldflags-soname.patch
+)
+
+src_prepare() {
+	default
+
+	tc-export CC AR RANLIB
+}
+
+src_compile() {
+	./buildlib -shared || die
+}
+
+src_install() {
+	prefix="${EPREFIX}/usr" \
+	includedir="${EPREFIX}/usr/include/blocksruntime" \
+	libdir="${EPREFIX}/usr/$(get_libdir)" \
+	DESTDIR="${D}" \
+		./installlib $(use static-libs || echo -shared) || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2023-05-19 17:45 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-05-19 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     cb888d6d6d58b65f4722d596e13f3461c1ba9b1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 17:44:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 19 17:44:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb888d6d

sys-libs/blocksruntime: Stabilize 0_pre20171027-r2 amd64, #906736

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild
index 05ee3655ede3..0cf458f8f8be 100644
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild
+++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="static-libs"
 
 RDEPEND="!dev-libs/libdispatch"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/
@ 2023-05-21 11:25 Marek Szuba
  0 siblings, 0 replies; 13+ messages in thread
From: Marek Szuba @ 2023-05-21 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bb0cb690cc7fc0d6d3b288143ae5582e0fc494ba
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 10:54:10 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun May 21 10:54:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0cb690

sys-libs/blocksruntime: drop 0_pre20171027-r1

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../blocksruntime-0_pre20171027-r1.ebuild          | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
deleted file mode 100644
index bcafbfff5a34..000000000000
--- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs vcs-snapshot
-
-COMMIT=9cc93ae2b58676c23fd02cf0c686fa15b7a3ff81 # 27 Oct 2017
-
-DESCRIPTION="BlocksRuntime library needed for clang's -fblocks support"
-HOMEPAGE="https://github.com/mackyle/blocksruntime"
-SRC_URI="https://github.com/mackyle/blocksruntime/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0_pre20171027-ldflags-soname.patch
-)
-
-src_prepare() {
-	default
-
-	tc-export CC AR RANLIB
-}
-
-src_compile() {
-	./buildlib -shared || die
-}
-
-src_install() {
-	prefix="${EPREFIX}/usr" \
-	includedir="${EPREFIX}/usr/include/blocksruntime" \
-	libdir="${EPREFIX}/usr/$(get_libdir)" \
-	DESTDIR="${D}" \
-		./installlib $(use static-libs || echo -shared) || die
-}


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

end of thread, other threads:[~2023-05-21 11:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 14:25 [gentoo-commits] repo/gentoo:master commit in: sys-libs/blocksruntime/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-05-21 11:25 Marek Szuba
2023-05-19 17:45 Sam James
2023-03-05 21:36 Marek Szuba
2021-07-02  9:18 Marek Szuba
2021-07-02  7:17 Sergei Trofimovich
2021-02-05  2:06 Sam James
2021-01-20  0:39 Sam James
2021-01-20  0:38 Sam James
2021-01-13 14:59 Sam James
2021-01-13 14:59 Sam James
2020-09-04 12:57 Sergei Trofimovich
2020-08-28 17:07 Sergei Trofimovich

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