public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/
@ 2023-02-14 11:19 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2023-02-14 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     38c76c3d037918ac34f4a5d6b3edb465584bf15a
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 11:03:11 2023 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 11:03:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c76c3d

dev-libs/jthread: remove myself from maintainers

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

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

diff --git a/dev-libs/jthread/metadata.xml b/dev-libs/jthread/metadata.xml
index a3862b8ec2fc..115e9d64a669 100644
--- a/dev-libs/jthread/metadata.xml
+++ b/dev-libs/jthread/metadata.xml
@@ -1,8 +1,5 @@
 <?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 -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/
@ 2021-02-17  8:24 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2021-02-17  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3925c99dae76d338c90f7d217bf6a00c9e515469
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 08:23:27 2021 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 08:24:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3925c99d

dev-libs/jthread: bump EAPI to 7

Switch from cmake-utils to cmake eclass

Reported-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Closes: https://bugs.gentoo.org/770583
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-libs/jthread/jthread-1.3.3.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/jthread/jthread-1.3.3.ebuild b/dev-libs/jthread/jthread-1.3.3.ebuild
index 165ed9f222d..3a5c2032dd4 100644
--- a/dev-libs/jthread/jthread-1.3.3.ebuild
+++ b/dev-libs/jthread/jthread-1.3.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms"
@@ -22,5 +23,5 @@ src_prepare() {
 	if ! use static-libs; then
 		sed -i -e '/jthread-static/d' src/CMakeLists.txt || die 'sed on src/CMakeLists.txt failed'
 	fi
-	cmake-utils_src_prepare
+	cmake_src_prepare
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/
@ 2020-06-04  9:06 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2020-06-04  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6f6ba86c5948641c337ed7c687430c249398e9cc
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Thu Jun  4 09:05:51 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 09:05:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6ba86c

dev-libs/jthread: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/jthread/jthread-1.3.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/jthread/jthread-1.3.3.ebuild b/dev-libs/jthread/jthread-1.3.3.ebuild
index 0f3556d96b5..165ed9f222d 100644
--- a/dev-libs/jthread/jthread-1.3.3.ebuild
+++ b/dev-libs/jthread/jthread-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit cmake-multilib
 
 DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms"
-HOMEPAGE="http://research.edm.uhasselt.be/jori/page/CS/Jthread.html"
-SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://research.edm.uhasselt.be/jori/page/CS/Jthread.html"
+SRC_URI="https://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0/${PV}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/
@ 2018-04-02  7:51 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2018-04-02  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     92e83934bf4fc9c3c70ea9af6c5857d18e3a13ef
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 07:51:40 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 07:51:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e83934

dev-libs/jthread: drop old version

Closes: https://bugs.gentoo.org/651004
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/jthread/Manifest             |  1 -
 dev-libs/jthread/jthread-1.3.1.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-libs/jthread/Manifest b/dev-libs/jthread/Manifest
index d1e8cf75c1f..d5cf5a5d52d 100644
--- a/dev-libs/jthread/Manifest
+++ b/dev-libs/jthread/Manifest
@@ -1,2 +1 @@
-DIST jthread-1.3.1.tar.bz2 8130 BLAKE2B 38929704e2d8308e3c9094d7627ef0f807af26f647aa0269bc726dfa42f541b6cf4cd21596687071e975e6e13b447b39a2c78a4c9b42131a991fc36183fa3bd5 SHA512 ea369ed8028266d67d2a7aeadbc6dd4859191f563dc2f328ad3622af3cc010e366c446a9d325fd689dd35473e6547e552dd0715a4ab308207f46260382f1603f
 DIST jthread-1.3.3.tar.bz2 8514 BLAKE2B ba24fb73f5b02e64af81f889401cc81acaf8c6d60fcfa0316b92e9356b36f8ec65a9cbf0fb999867ef2b590fe15a46136f165739279b14805d26dce8d55b1b0e SHA512 87c57db51014cd1af87cb4a7f6ac1ccfdff699cf72ff91ecbdb30702c844aad360768261d7bf6391b96639cc17f2fae29f3f3506a333b4ce6ed8a9ba64239e6f

diff --git a/dev-libs/jthread/jthread-1.3.1.ebuild b/dev-libs/jthread/jthread-1.3.1.ebuild
deleted file mode 100644
index c958d0b306c..00000000000
--- a/dev-libs/jthread/jthread-1.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms"
-HOMEPAGE="http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread"
-SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-DOCS=( ChangeLog README.TXT TODO doc/manual.tex )
-
-src_prepare() {
-	# do not build static library, if it is not requested
-	if ! use static-libs; then
-		sed -i -e '/jthread-static/d' src/CMakeLists.txt || die 'sed on src/CMakeLists.txt failed'
-	fi
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/
@ 2018-03-30 18:35 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-03-30 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     76e6d45ca4dc2df2beb97d235a97d4fb359c3eb4
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 18:16:02 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 18:35:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e6d45c

dev-libs/jthread: amd64 stable

Bug: https://bugs.gentoo.org/651004
Package-Manager: Portage-2.3.26, Repoman-2.3.7

 dev-libs/jthread/jthread-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jthread/jthread-1.3.3.ebuild b/dev-libs/jthread/jthread-1.3.3.ebuild
index 458230f1cc2..0f3556d96b5 100644
--- a/dev-libs/jthread/jthread-1.3.3.ebuild
+++ b/dev-libs/jthread/jthread-1.3.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="static-libs"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/
@ 2017-07-17 14:42 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2017-07-17 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9465694693f75a0b47e92eb8a46908de16903b2e
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 14:11:10 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 14:42:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94656946

dev-libs/jthread: version bump, add multilib support

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/jthread/Manifest             |  1 +
 dev-libs/jthread/jthread-1.3.3.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-libs/jthread/Manifest b/dev-libs/jthread/Manifest
index ece403c2bcf..c21469fa5ae 100644
--- a/dev-libs/jthread/Manifest
+++ b/dev-libs/jthread/Manifest
@@ -1 +1,2 @@
 DIST jthread-1.3.1.tar.bz2 8130 SHA256 e62ec3b6d11a83a6b50336c66e192fa97a677a5f627ea996ffa5f5ddb1752936 SHA512 ea369ed8028266d67d2a7aeadbc6dd4859191f563dc2f328ad3622af3cc010e366c446a9d325fd689dd35473e6547e552dd0715a4ab308207f46260382f1603f WHIRLPOOL 302828b1948d5f8827bd96b23f32d45bcf2df53f661daf6c1c718f15aa1dc8d35f0053a0aebaefc9a19ff32776c1efacaffd3890e01ed4c27d464c2e02b3117e
+DIST jthread-1.3.3.tar.bz2 8514 SHA256 17560e8f63fa4df11c3712a304ded85870227b2710a2f39692133d354ea0b64f SHA512 87c57db51014cd1af87cb4a7f6ac1ccfdff699cf72ff91ecbdb30702c844aad360768261d7bf6391b96639cc17f2fae29f3f3506a333b4ce6ed8a9ba64239e6f WHIRLPOOL 97d56deb9c53bfd08c4fb4ebccfb30f8237890b2b30f5d6ca6f1e8b032eb4e776ed4808d0ac746853a468bab634c3cdaff472f27a4bac3d307169dff7d15f1b2

diff --git a/dev-libs/jthread/jthread-1.3.3.ebuild b/dev-libs/jthread/jthread-1.3.3.ebuild
new file mode 100644
index 00000000000..e854d07537d
--- /dev/null
+++ b/dev-libs/jthread/jthread-1.3.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms"
+HOMEPAGE="http://research.edm.uhasselt.be/jori/page/CS/Jthread.html"
+SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="static-libs"
+
+DOCS=( ChangeLog README.md doc/manual.tex )
+
+src_prepare() {
+	# do not build static library, if it is not requested
+	if ! use static-libs; then
+		sed -i -e '/jthread-static/d' src/CMakeLists.txt || die 'sed on src/CMakeLists.txt failed'
+	fi
+	cmake-utils_src_prepare
+}


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-14 11:19 [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2021-02-17  8:24 Sergey Popov
2020-06-04  9:06 David Seifert
2018-04-02  7:51 Sergey Popov
2018-03-30 18:35 Aaron Bauman
2017-07-17 14:42 Sergey Popov

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