public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/
@ 2016-11-03 16:19 Göktürk Yüksek
  0 siblings, 0 replies; 7+ messages in thread
From: Göktürk Yüksek @ 2016-11-03 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     893c948f85796d07c70a605453bb52f70de6bd65
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 15:43:37 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 16:16:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893c948f

dev-libs/bitset: remove proxied maintainer per his request

Package-Manager: portage-2.2.28

 dev-libs/bitset/metadata.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dev-libs/bitset/metadata.xml b/dev-libs/bitset/metadata.xml
index 0eb2197..d1af046 100644
--- a/dev-libs/bitset/metadata.xml
+++ b/dev-libs/bitset/metadata.xml
@@ -2,18 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>bugs@bergstroem.nu</email>
-		<name>Johan Bergström</name>
-		<description>Maintainer. Assign bugs to him</description>
-	</maintainer>
-	<maintainer type="person">
 		<email>pinkbyte@gentoo.org</email>
 		<name>Sergey Popov</name>
-		<description>Proxy maintainer. CC him on bugs</description>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
 	</maintainer>
 	<use>
 		<flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for allocations</flag>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/
@ 2018-08-20 10:16 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2018-08-20 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     661f43d11321d825761b34bef24666894c1433f7
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 10:16:14 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 10:16:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661f43d1

dev-libs/bitset: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/bitset/Manifest            |  1 -
 dev-libs/bitset/bitset-2.8.3.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-libs/bitset/Manifest b/dev-libs/bitset/Manifest
index 1a206ad8807..2ec6b28c82a 100644
--- a/dev-libs/bitset/Manifest
+++ b/dev-libs/bitset/Manifest
@@ -1,2 +1 @@
-DIST bitset-2.8.3.tar.gz 36787 BLAKE2B 1c30d389c83b8c7bd13ec698db4b3d38600521c38014a7f3acaba708d0b7b914877e08dc1b32c2d9caf8baf2f171c518fc92ebbc52b94602bbf0e372af385400 SHA512 7b451139ee9db0b581e552d09f03809185e64f3b1190d887ba58478c4dc10a1ecc687d69cb42045e3c01ad9d065e12aa4f31d14068d7df9f6a8f284344d5b51c
 DIST bitset-2.8.4.tar.gz 37040 BLAKE2B 3a3db906c86fef73c20a038f01f7053efe2f7d2802b8a627657dbfe807c2d043834f7afab6a3fda66f3b4a87c27255c000f0cebffa7620e88e5f3790a3544914 SHA512 709c4f064416b22ae37fc9659a9eb74007fff5ce12eb998c386a268427a012238258bbd0f019682a5172a98b7b2a476fd60017bf34e199159e838b254b48ffe7

diff --git a/dev-libs/bitset/bitset-2.8.3.ebuild b/dev-libs/bitset/bitset-2.8.3.ebuild
deleted file mode 100644
index 0f9c7075260..00000000000
--- a/dev-libs/bitset/bitset-2.8.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="A compressed bitset with supporting data structures and algorithms"
-HOMEPAGE="https://github.com/chriso/bitset"
-SRC_URI="https://github.com/chriso/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="jemalloc static-libs tcmalloc"
-KEYWORDS="amd64 x86"
-
-RDEPEND="tcmalloc? ( dev-util/google-perftools[-minimal] )
-	jemalloc? ( >=dev-libs/jemalloc-3.2 )"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="?? ( jemalloc tcmalloc )"
-
-DOCS=( README.md )
-
-src_configure() {
-	local myeconfargs=(
-		$(use_with jemalloc) \
-		$(use_with tcmalloc)
-	)
-	autotools-utils_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/
@ 2021-02-27  1:00 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-02-27  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5f350f10332cca48ef19b5abe78504935ffd6019
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 23:18:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 01:00:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f350f10

dev-libs/bitset: port to EAPI 7

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/bitset/bitset-2.8.4-r1.ebuild | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/dev-libs/bitset/bitset-2.8.4-r1.ebuild b/dev-libs/bitset/bitset-2.8.4-r1.ebuild
index 420af9b499c..74a48300b7f 100644
--- a/dev-libs/bitset/bitset-2.8.4-r1.ebuild
+++ b/dev-libs/bitset/bitset-2.8.4-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools
 
 DESCRIPTION="A compressed bitset with supporting data structures and algorithms"
 HOMEPAGE="https://github.com/chriso/bitset"
@@ -15,21 +14,37 @@ SLOT="0"
 IUSE="jemalloc static-libs tcmalloc"
 KEYWORDS="amd64 ~arm x86"
 
-RDEPEND="tcmalloc? ( dev-util/google-perftools:= )
-	jemalloc? ( >=dev-libs/jemalloc-3.2 )"
+RDEPEND="
+	tcmalloc? ( dev-util/google-perftools:= )
+	jemalloc? ( >=dev-libs/jemalloc-3.2 )
+"
 DEPEND="${RDEPEND}"
 
 REQUIRED_USE="?? ( jemalloc tcmalloc )"
 
 DOCS=( README.md )
 
+src_prepare() {
+	default
+	eautoreconf
+}
+
 src_configure() {
 	local tcmalloc_lib_name='tcmalloc'
+
 	has_version dev-util/google-perftools[minimal] && tcmalloc_lib_name='tcmalloc_minimal'
+
 	local myeconfargs=(
 		$(use_with jemalloc) \
 		$(use_with tcmalloc) \
 		$(use_with tcmalloc tcmalloc-lib "${tcmalloc_lib_name}")
 	)
-	autotools-utils_src_configure
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/
@ 2021-10-01 12:31 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2021-10-01 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c024fb381611bbb5570c854e28c78101081f2aa1
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  1 12:29:44 2021 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Oct  1 12:31:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c024fb38

dev-libs/bitset: revision bump

Respect CFLAGS by requesting portable binary from package buildsystem

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-libs/bitset/{bitset-2.8.4-r1.ebuild => bitset-2.8.4-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/bitset/bitset-2.8.4-r1.ebuild b/dev-libs/bitset/bitset-2.8.4-r2.ebuild
similarity index 97%
rename from dev-libs/bitset/bitset-2.8.4-r1.ebuild
rename to dev-libs/bitset/bitset-2.8.4-r2.ebuild
index 74a48300b7f..a40c6612612 100644
--- a/dev-libs/bitset/bitset-2.8.4-r1.ebuild
+++ b/dev-libs/bitset/bitset-2.8.4-r2.ebuild
@@ -35,6 +35,7 @@ src_configure() {
 	has_version dev-util/google-perftools[minimal] && tcmalloc_lib_name='tcmalloc_minimal'
 
 	local myeconfargs=(
+		--enable-portable-binary \
 		$(use_with jemalloc) \
 		$(use_with tcmalloc) \
 		$(use_with tcmalloc tcmalloc-lib "${tcmalloc_lib_name}")


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/
@ 2021-10-04 10:48 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2021-10-04 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     13d1897a864185b16ce8bcf8256d689efdf35372
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 10:47:07 2021 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 10:48:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d1897a

dev-libs/bitset: revision bump

Yet another attemp to fix CFLAGS handling

Bug: https://bugs.gentoo.org/815637
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-libs/bitset/{bitset-2.8.4-r2.ebuild => bitset-2.8.4-r3.ebuild} | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-libs/bitset/bitset-2.8.4-r2.ebuild b/dev-libs/bitset/bitset-2.8.4-r3.ebuild
similarity index 87%
rename from dev-libs/bitset/bitset-2.8.4-r2.ebuild
rename to dev-libs/bitset/bitset-2.8.4-r3.ebuild
index a40c6612612..a05daebd637 100644
--- a/dev-libs/bitset/bitset-2.8.4-r2.ebuild
+++ b/dev-libs/bitset/bitset-2.8.4-r3.ebuild
@@ -26,6 +26,11 @@ DOCS=( README.md )
 
 src_prepare() {
 	default
+
+	# Disable aggressive optimization, which does not respect CFLAGS
+	# with new autoconf, bug #815637
+	sed -i -e '/AX_CC_MAXOPT/d' configure.ac || die
+
 	eautoreconf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/
@ 2021-10-05  7:14 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2021-10-05  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e036b9c7de78809c4e5d96606773a12cc4ff7272
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 07:12:54 2021 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 07:14:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e036b9c7

dev-libs/bitset: remove reduntant --enable-portable-binary option

Proper fix was implemented earlier via removing AX_CC_MAXOPT from configure.ac

Reported-by: Agostino Sarubbo <ago <AT> gentoo.org>
Closes: https://bugs.gentoo.org/816330
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-libs/bitset/bitset-2.8.4-r3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/bitset/bitset-2.8.4-r3.ebuild b/dev-libs/bitset/bitset-2.8.4-r3.ebuild
index a05daebd637..f11f3e06f68 100644
--- a/dev-libs/bitset/bitset-2.8.4-r3.ebuild
+++ b/dev-libs/bitset/bitset-2.8.4-r3.ebuild
@@ -40,7 +40,6 @@ src_configure() {
 	has_version dev-util/google-perftools[minimal] && tcmalloc_lib_name='tcmalloc_minimal'
 
 	local myeconfargs=(
-		--enable-portable-binary \
 		$(use_with jemalloc) \
 		$(use_with tcmalloc) \
 		$(use_with tcmalloc tcmalloc-lib "${tcmalloc_lib_name}")


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/
@ 2023-02-14 11:19 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2023-02-14 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     22f816be96ce3883fb333a8f75d17b996f81f11c
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 11:01:40 2023 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 11:01:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f816be

dev-libs/bitset: remove myself from maintainers

Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

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

diff --git a/dev-libs/bitset/metadata.xml b/dev-libs/bitset/metadata.xml
index 8f947cff4a17..80c5ed31fb8e 100644
--- a/dev-libs/bitset/metadata.xml
+++ b/dev-libs/bitset/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>pinkbyte@gentoo.org</email>
-		<name>Sergey Popov</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<use>
 		<flag name="tcmalloc">Use tcmalloc from <pkg>dev-util/google-perftools</pkg> for allocations</flag>
 	</use>


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

end of thread, other threads:[~2023-02-14 11:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-27  1:00 [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-02-14 11:19 Sergey Popov
2021-10-05  7:14 Sergey Popov
2021-10-04 10:48 Sergey Popov
2021-10-01 12:31 Sergey Popov
2018-08-20 10:16 Sergey Popov
2016-11-03 16:19 Göktürk Yüksek

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