* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/
@ 2016-06-12 8:18 Patrick Lauer
0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer @ 2016-06-12 8:18 UTC (permalink / raw
To: gentoo-commits
commit: f5a54687706110fed9b8c940dba20eeaf5c2d649
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 08:15:51 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 08:15:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a54687
dev-libs/zthread: Whitespace
Package-Manager: portage-2.3.0_rc1
dev-libs/zthread/zthread-2.3.2-r4.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
index 154f895..8f2e220 100644
--- a/dev-libs/zthread/zthread-2.3.2-r4.ebuild
+++ b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
@@ -23,11 +23,11 @@ RDEPEND=""
S="${WORKDIR}/${MY_P}"
PATCHES=(
- "${FILESDIR}"/${P}-no-fpermissive-r1.diff
- "${FILESDIR}"/${P}-m4-quote.patch
- "${FILESDIR}"/${P}-automake-r2.patch
- "${FILESDIR}"/${P}-gcc47.patch
- "${FILESDIR}"/${P}-clang.patch
+ "${FILESDIR}"/${P}-no-fpermissive-r1.diff
+ "${FILESDIR}"/${P}-m4-quote.patch
+ "${FILESDIR}"/${P}-automake-r2.patch
+ "${FILESDIR}"/${P}-gcc47.patch
+ "${FILESDIR}"/${P}-clang.patch
)
src_prepare() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/
@ 2017-10-31 16:43 Andreas Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2017-10-31 16:43 UTC (permalink / raw
To: gentoo-commits
commit: d22581a4a7d5d2aae357bddc0e85665911f5ef84
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 16:43:09 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 16:43:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22581a4
dev-libs/zthread: Remove old
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-libs/zthread/zthread-2.3.2-r1.ebuild | 58 ------------------------------
dev-libs/zthread/zthread-2.3.2-r2.ebuild | 62 --------------------------------
2 files changed, 120 deletions(-)
diff --git a/dev-libs/zthread/zthread-2.3.2-r1.ebuild b/dev-libs/zthread/zthread-2.3.2-r1.ebuild
deleted file mode 100644
index b80a5aca575..00000000000
--- a/dev-libs/zthread/zthread-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils autotools
-
-MY_P=ZThread-${PV}
-
-DESCRIPTION="A platform-independent multi-threading and synchronization library for C++"
-HOMEPAGE="http://zthread.sourceforge.net/"
-SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc sparc x86"
-IUSE="debug doc kernel_linux static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- rm -f include/zthread/{.Barrier.h.swp,Barrier.h.orig} || die
- epatch "${FILESDIR}"/${P}-no-fpermissive.diff
-
- AT_M4DIR="share" eautoreconf
-}
-
-src_configure() {
- local myconf
- use debug && myconf="--enable-debug"
-
- econf \
- $(use_enable kernel_linux atomic-linux) \
- $(use_enable static-libs static) \
- ${myconf}
-}
-
-src_compile() {
- emake || die
-
- if use doc; then
- doxygen doc/zthread.doxygen || die
- cp doc/documentation.html doc/html/index.html || die
- cp doc/zthread.css doc/html/zthread.css || die
- cp doc/bugs.js doc/html/bugs.js || die
- fi
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS ChangeLog NEWS README TODO
- use doc && dohtml doc/html/*
-
- find "${D}" -name '*.la' -delete
-}
diff --git a/dev-libs/zthread/zthread-2.3.2-r2.ebuild b/dev-libs/zthread/zthread-2.3.2-r2.ebuild
deleted file mode 100644
index d59acb7085f..00000000000
--- a/dev-libs/zthread/zthread-2.3.2-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils autotools
-
-MY_P=ZThread-${PV}
-DESCRIPTION="platform-independent multi-threading and synchronization library for C++"
-HOMEPAGE="http://zthread.sourceforge.net/"
-SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
-IUSE="debug doc kernel_linux static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- rm -f include/zthread/{.Barrier.h.swp,Barrier.h.orig} || die
- epatch "${FILESDIR}"/${P}-no-fpermissive.diff
- epatch "${FILESDIR}"/${P}-m4-quote.patch
- epatch "${FILESDIR}"/${P}-automake.patch
- epatch "${FILESDIR}"/${P}-gcc47.patch
-
- AT_M4DIR="share" eautoreconf
-}
-
-src_configure() {
- local myconf
- # Autoconf does not support --disable-debug properly.
- use debug && myconf="--enable-debug"
-
- econf \
- $(use_enable kernel_linux atomic-linux) \
- $(use_enable static-libs static) \
- ${myconf}
-}
-
-src_compile() {
- emake
-
- if use doc; then
- doxygen doc/zthread.doxygen || die
- cp doc/documentation.html doc/html/index.html || die
- cp doc/zthread.css doc/html/zthread.css || die
- cp doc/bugs.js doc/html/bugs.js || die
- fi
-}
-
-src_install() {
- emake install DESTDIR="${ED}"
-
- dodoc AUTHORS ChangeLog NEWS README TODO
- use doc && dohtml doc/html/*
-
- use static-libs || find "${ED}" -name '*.la' -delete
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/
@ 2017-11-02 21:16 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2017-11-02 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 7c86975b8d71da8c66099bc830842f1fea103ce1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 21:04:47 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 21:13:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c86975b
dev-libs/zthread: x86 stable (bug #632326)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-libs/zthread/zthread-2.3.2-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
index aeb476d946f..0cd6a02accd 100644
--- a/dev-libs/zthread/zthread-2.3.2-r4.ebuild
+++ b/dev-libs/zthread/zthread-2.3.2-r4.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
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86"
IUSE="debug doc kernel_linux static-libs"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/
@ 2017-11-02 21:45 Manuel Rüger
0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rüger @ 2017-11-02 21:45 UTC (permalink / raw
To: gentoo-commits
commit: fccd7c5591accd239e21dcf6892f91a85925738d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 21:45:23 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 21:45:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccd7c55
dev-libs/zthread: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.4
dev-libs/zthread/zthread-2.3.2-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
index 0cd6a02accd..6f31d024210 100644
--- a/dev-libs/zthread/zthread-2.3.2-r4.ebuild
+++ b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc x86"
IUSE="debug doc kernel_linux static-libs"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/
@ 2017-11-19 13:03 Sergei Trofimovich
0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2017-11-19 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 6fff6aaa885cf067a7fa0a1a3e389c6f172161ea
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 12:59:33 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 13:03:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fff6aaa
dev-libs/zthread: stable 2.3.2-r4 for ppc, bug #632326
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
dev-libs/zthread/zthread-2.3.2-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
index 33b3ecb1670..02a19d70ea2 100644
--- a/dev-libs/zthread/zthread-2.3.2-r4.ebuild
+++ b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc x86"
IUSE="debug doc kernel_linux static-libs"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/
@ 2019-04-18 13:29 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-04-18 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 28696ec600bdd5add4e97624ae648d03ca671ed2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 13:01:14 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 13:29:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28696ec6
dev-libs/zthread: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/zthread/zthread-2.3.2-r3.ebuild | 65 --------------------------------
1 file changed, 65 deletions(-)
diff --git a/dev-libs/zthread/zthread-2.3.2-r3.ebuild b/dev-libs/zthread/zthread-2.3.2-r3.ebuild
deleted file mode 100644
index c45773dbced..00000000000
--- a/dev-libs/zthread/zthread-2.3.2-r3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils autotools
-
-MY_P="ZThread-${PV}"
-
-DESCRIPTION="platform-independent multi-threading and synchronization library for C++"
-HOMEPAGE="http://zthread.sourceforge.net/"
-SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc sparc x86"
-IUSE="debug doc kernel_linux static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- rm -f include/zthread/{.Barrier.h.swp,Barrier.h.orig} || die
- epatch \
- "${FILESDIR}"/${P}-no-fpermissive.diff \
- "${FILESDIR}"/${P}-m4-quote.patch \
- "${FILESDIR}"/${P}-automake-r2.patch \
- "${FILESDIR}"/${P}-gcc47.patch
-
- sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467778
-
- AT_M4DIR="share" eautoreconf
-}
-
-src_configure() {
- local myconf
- # Autoconf does not support --disable-debug properly.
- use debug && myconf="--enable-debug"
-
- econf \
- $(use_enable kernel_linux atomic-linux) \
- $(use_enable static-libs static) \
- ${myconf}
-}
-
-src_compile() {
- default
-
- if use doc; then
- doxygen doc/zthread.doxygen || die
- sed -i -e 's|href="html/|href="|' doc/documentation.html || die
- cp doc/documentation.html doc/html/index.html || die
- cp doc/{zthread.css,bugs.js} doc/html/ || die
- fi
-}
-
-src_install() {
- default
-
- use doc && dohtml doc/html/*
-
- prune_libtool_files
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/
@ 2019-05-20 17:22 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2019-05-20 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 0070717e7bd7c7f381e10f0fd3b918f0aa8d192d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 17:08:22 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 20 17:22:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0070717e
dev-libs/zthread: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
dev-libs/zthread/zthread-2.3.2-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
index 02a19d70ea2..fd36ce8012a 100644
--- a/dev-libs/zthread/zthread-2.3.2-r4.ebuild
+++ b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 arm64 ~hppa ~mips ppc ~sparc x86"
IUSE="debug doc kernel_linux static-libs"
DEPEND="doc? ( app-doc/doxygen )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-05-20 17:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-12 8:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/zthread/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2017-10-31 16:43 Andreas Hüttel
2017-11-02 21:16 Thomas Deutschmann
2017-11-02 21:45 Manuel Rüger
2017-11-19 13:03 Sergei Trofimovich
2019-04-18 13:29 Michał Górny
2019-05-20 17:22 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox