[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2024-03-11 Thread Matt Turner
commit: e485f651ffeac0d9e803bad61e51928285761b9a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 11 23:05:43 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 11 23:07:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e485f651

dev-libs/libpthread-stubs: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libpthread-stubs/Manifest |  1 -
 .../libpthread-stubs-0.4-r1.ebuild | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-libs/libpthread-stubs/Manifest 
b/dev-libs/libpthread-stubs/Manifest
index b56c3f887397..bb862f00ea73 100644
--- a/dev-libs/libpthread-stubs/Manifest
+++ b/dev-libs/libpthread-stubs/Manifest
@@ -1,2 +1 @@
-DIST libpthread-stubs-0.4.tar.bz2 57565 BLAKE2B 
0c59ba509aa24ce0d255790363d78d670be0bae5fd9556798f276466ecaf70c4d93064b531dd9870da8f934da6660fba71a7f0b402bb6ba5420fd6ee5ca546df
 SHA512 
0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
 DIST libpthread-stubs-0.5.tar.xz 56980 BLAKE2B 
df84742e6695c64b33c82130765fa4bc3f908874aa868ae6543008a569ef79e384b562a6946e25b45331898d5df55c3bfd2e907a03bda15aca3993917baf6e50
 SHA512 
a24f7c40dcaf5f6ca0085972117fed5ad0851f6fc1972fdab799d27236afaaa4f7baa93e40532f93984d313d94456819aaf4ec8f8d1bbb2e5c4fc76c31891d82

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
deleted file mode 100644
index 3342ddc2b07b..
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-DESCRIPTION="Pthread functions stubs for platforms missing them"
-HOMEPAGE="https://www.x.org/wiki/ 
https://gitlab.freedesktop.org/xorg/lib/pthread-stubs;
-SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-# there is nothing to compile for this package, all its contents are produced 
by
-# configure. the only make job that matters is make install
-multilib_src_compile() { true; }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2023-07-18 Thread Matt Turner
commit: 48cb3e3a78459f1fe321a605de6648d082da6dcb
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 18 21:35:34 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 21:37:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cb3e3a

dev-libs/libpthread-stubs: Version bump to 0.5

And drop keywords for not-Darwin. The only reverse dependency of
libpthread-stubs is x11-libs/libxcb, and even its dependence on
libpthread-stubs has been removed upstream.

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libpthread-stubs/Manifest|  1 +
 dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/dev-libs/libpthread-stubs/Manifest 
b/dev-libs/libpthread-stubs/Manifest
index e567241773e4..b56c3f887397 100644
--- a/dev-libs/libpthread-stubs/Manifest
+++ b/dev-libs/libpthread-stubs/Manifest
@@ -1 +1,2 @@
 DIST libpthread-stubs-0.4.tar.bz2 57565 BLAKE2B 
0c59ba509aa24ce0d255790363d78d670be0bae5fd9556798f276466ecaf70c4d93064b531dd9870da8f934da6660fba71a7f0b402bb6ba5420fd6ee5ca546df
 SHA512 
0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
+DIST libpthread-stubs-0.5.tar.xz 56980 BLAKE2B 
df84742e6695c64b33c82130765fa4bc3f908874aa868ae6543008a569ef79e384b562a6946e25b45331898d5df55c3bfd2e907a03bda15aca3993917baf6e50
 SHA512 
a24f7c40dcaf5f6ca0085972117fed5ad0851f6fc1972fdab799d27236afaaa4f7baa93e40532f93984d313d94456819aaf4ec8f8d1bbb2e5c4fc76c31891d82

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild
new file mode 100644
index ..da0c91b70a8d
--- /dev/null
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=lib/
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Pthread functions stubs for platforms missing them"
+KEYWORDS="~ppc-macos ~x64-macos"
+
+# there is nothing to compile for this package, all its contents are produced 
by
+# configure. the only make job that matters is make install
+multilib_src_compile() { true; }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2020-12-27 Thread Fabian Groffen
commit: b2bacce9eb3f6cdb7f4d8557d2bab1702a58879c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 14:15:50 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 14:21:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bacce9

dev-libs/libpthread-stubs: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index 5857572bd62..18a726c0684 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-10-14 Thread Mikle Kolyada
commit: 9e6e99aa51fb2c94a02831b8c1edd34f4c1276ca
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 14 13:39:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 14 13:40:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6e99aa

dev-libs/libpthread-stubs: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index 7a504f5cfa4..342a0aa0d9c 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-09-29 Thread Matt Turner
commit: 76dfa152048b6fd87b03024b4e30e432e145490a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 16:59:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dfa152

dev-libs/libpthread-stubs: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
deleted file mode 100644
index 9d8f3b70945..000
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-XORG_STATIC=no
-inherit xorg-2
-
-DESCRIPTION="Pthread functions stubs for platforms missing them"
-SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-09-28 Thread Matt Turner
commit: b70eed7ca8e8799d1c3493d42be5d80be2691863
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 28 15:51:35 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 28 15:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70eed7c

dev-libs/libpthread-stubs-0.4-r1: ia64 stable, bug 664002

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index adb61564b10..7a504f5cfa4 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-09-27 Thread Markus Meier
commit: 8efc31fcc0223a00babb94c5943815b6e44dc039
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Sep 28 04:45:34 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Sep 28 04:45:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efc31fc

dev-libs/libpthread-stubs: arm stable, bug #664002

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index a619bb77376..adb61564b10 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-09-23 Thread Sergei Trofimovich
commit: fdf7c873f74412b2a1b6d6f4303c90025d7ddd1c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 23 06:58:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 23 10:04:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf7c873

dev-libs/libpthread-stubs: stable 0.4-r1 for hppa, bug #664002

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index 63bdeefaedc..a619bb77376 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-08-24 Thread Mart Raudsepp
commit: c7a053e208cb4320c6f2339cd3c341bf752c7e0d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Aug 24 18:31:31 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Aug 24 18:31:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a053e2

dev-libs/libpthread-stubs-0.4-r1: arm64 stable (bug #664002)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index 0511cd5d6a7..34cbe4bdab8 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-08-20 Thread Sergei Trofimovich
commit: 167c01f645d38096008aa1845f64ea8f317c845e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 20 16:25:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 20 18:17:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167c01f6

dev-libs/libpthread-stubs: stable 0.4-r1 for sparc, bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index 0846f4ac8e5..0511cd5d6a7 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-08-19 Thread Mikle Kolyada
commit: 5791240f9443b6353b926b7910d5d0170daeacd4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Aug 20 04:30:06 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug 20 04:41:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5791240f

dev-libs/libpthread-stubs: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index 45d873e3ed3..0846f4ac8e5 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-08-18 Thread Matt Turner
commit: 688e1ef2b6a418aab9457ba532310108bc4e9257
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 19 04:25:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 19 04:25:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688e1ef2

dev-libs/libpthread-stubs-0.4-r1: alpha stable, bug 664002

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index aa23efe7ee5..45d873e3ed3 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-08-18 Thread Matt Turner
commit: abf6324efc2edad187e22e6de096f21b36020e27
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 19 02:44:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 19 02:45:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf6324e

dev-libs/libpthread-stubs-0.4-r1: ppc64 stable, bug 664002

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index e476c38a8d1..aa23efe7ee5 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-08-18 Thread Mikle Kolyada
commit: 0c65be4c217aa4f4520ad7dabcb57979902b252f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Aug 19 00:44:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Aug 19 00:56:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c65be4c

dev-libs/libpthread-stubs: amd64 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
index 594762ecbbf..c9556727d54 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-07-21 Thread Mikle Kolyada
commit: 20f8b84919402b4eb8b2d19d0457bd7e23052cd2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 15:20:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 15:21:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f8b849

dev-libs/libpthread-stubs: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 4aa8714ea11..cf314be164b 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -10,7 +10,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-07-13 Thread Tony Vroon
commit: dd77923b4fc5e93da5aba59dd8e261384a8d2041
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Jul  8 20:27:31 2018 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Fri Jul 13 11:16:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd77923b

dev-libs/libpthread-stubs: port to EAPI 7

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../libpthread-stubs-0.4-r1.ebuild | 23 ++
 1 file changed, 23 insertions(+)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
new file mode 100644
index 000..594762ecbbf
--- /dev/null
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="Pthread functions stubs for platforms missing them"
+HOMEPAGE="https://www.x.org/wiki/;
+SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+# there is nothing to compile for this package, all its contents are produced 
by
+# configure. the only make job that matters is make install
+multilib_src_compile() { true; }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-04-26 Thread Matt Turner
commit: fb6feadb9fa606757c986d864eeac8a0696c8dfa
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 27 04:10:14 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 27 04:11:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6feadb

dev-libs/libpthread-stubs: Use XORG_STATIC=no to avoid some warnings

Closes: https://bugs.gentoo.org/612754

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 79e9d06be25..4aa8714ea11 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -4,6 +4,7 @@
 EAPI=5
 
 XORG_MULTILIB=yes
+XORG_STATIC=no
 inherit xorg-2
 
 DESCRIPTION="Pthread functions stubs for platforms missing them"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-04-26 Thread Matt Turner
commit: 635927fd7da59b991cd7ff63ddb5f0464bfae4a9
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 27 04:10:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 27 04:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635927fd

dev-libs/libpthread-stubs: Drop old version

 dev-libs/libpthread-stubs/Manifest   |  1 -
 dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-libs/libpthread-stubs/Manifest 
b/dev-libs/libpthread-stubs/Manifest
index 2d280304ea5..e567241773e 100644
--- a/dev-libs/libpthread-stubs/Manifest
+++ b/dev-libs/libpthread-stubs/Manifest
@@ -1,2 +1 @@
-DIST libpthread-stubs-0.3.tar.bz2 203468 BLAKE2B 
4985b18766e93ab42fd3d9b345194c384e527f5a85f7eb8397b7794d2875fd951bf9c8e7c6c3f9a1d75575bec90ead8f5be09a8e8a0daedead5c95fcb415e6ea
 SHA512 
c7cf63fa82ce9e8c37c6dc3b8cc30f8883655f95683c4466c54b617b086dd26a43bfa36363e47dc5730af6d59ac70443d211eb01b07d276edd144030a3580b15
 DIST libpthread-stubs-0.4.tar.bz2 57565 BLAKE2B 
0c59ba509aa24ce0d255790363d78d670be0bae5fd9556798f276466ecaf70c4d93064b531dd9870da8f934da6660fba71a7f0b402bb6ba5420fd6ee5ca546df
 SHA512 
0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild
deleted file mode 100644
index 712a9d0fe14..000
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="Pthread functions stubs for platforms missing them"
-SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-03-21 Thread Mart Raudsepp
commit: 49bbfaa0c845dbef80f6bb579d9c18446c89adcc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Mar 21 10:35:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Mar 21 11:07:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bbfaa0

dev-libs/libpthread-stubs-0.4: arm64 stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 78ac1d41678..79e9d06be25 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2018-03-19 Thread Sergei Trofimovich
commit: da4e8c73211e7e1b4f4f7dff26fe830e65f74f74
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 19 19:51:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 19 19:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4e8c73

dev-libs/libpthread-stubs: stable 0.4 for hppa, bug #620234

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 5371affb709..78ac1d41678 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.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=5
@@ -9,7 +9,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2017-06-24 Thread Markus Meier
commit: 15b2ef3521bce15649f26e62d4b72dcd2c6c3d58
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Jun 24 08:39:19 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Jun 24 08:39:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b2ef35

dev-libs/libpthread-stubs: arm stable, bug #620234

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index c13607eafae..5371affb709 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2017-06-04 Thread Tobias Klausmann
commit: 0ac4f1934684549973d2b83a69b146ed93248536
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jun  4 19:20:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jun  4 19:20:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac4f193

dev-libs/libpthread-stubs-0.4-r0: add alpha keyword

Gentoo-Bug: 620234

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 37a2d46c223..b17412b5ef3 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2017-05-31 Thread Agostino Sarubbo
commit: a874ed0ed10fd4c754297333b80ed8628a60e666
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 31 13:04:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 31 13:04:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a874ed0e

dev-libs/libpthread-stubs: amd64 stable wrt bug #620234

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
index 47ccf0c2058..17491fd90c0 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2017-03-15 Thread Manuel Rüger
commit: 3a6381cf94cbae7803826ea266124132d82a6a05
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar 15 15:36:35 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar 15 15:36:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6381cf

dev-libs/libpthread-stubs: Version bump to 0.4

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/libpthread-stubs/Manifest|  1 +
 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/dev-libs/libpthread-stubs/Manifest 
b/dev-libs/libpthread-stubs/Manifest
index 0f65b75300d..c8edcdde8df 100644
--- a/dev-libs/libpthread-stubs/Manifest
+++ b/dev-libs/libpthread-stubs/Manifest
@@ -1,2 +1,3 @@
 DIST libpthread-stubs-0.1.tar.bz2 194060 SHA256 
004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65 SHA512 
594fd3cac9169aaf2200328e345cff7b846f7b81bc2ccf55e405e6aa8861b8dc09f31db28540cbed46faf85efc7cc20583cbe188ab387521e83f93a5b2df920e
 WHIRLPOOL 
c71619a15fa5c20793883ccc03e6c7f4601ece5ab269f49e5f684472c996f3365bff95a5c66c368ccda9196c9d068b9a6a339e7575e59bbebff7bd4c4bc22f49
 DIST libpthread-stubs-0.3.tar.bz2 203468 SHA256 
35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299 SHA512 
c7cf63fa82ce9e8c37c6dc3b8cc30f8883655f95683c4466c54b617b086dd26a43bfa36363e47dc5730af6d59ac70443d211eb01b07d276edd144030a3580b15
 WHIRLPOOL 
7bd4b77059b945525481870aa3929e18c7ec0bc04c4f342bc5e3b7ce9ae0d5b2d447dca6391da73014e0215dfe214141b391819243afceaba78a6454e8446ff6
+DIST libpthread-stubs-0.4.tar.bz2 57565 SHA256 
e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733 SHA512 
0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
 WHIRLPOOL 
230f6b83dce06fbe6d2bf66c66ae94b1e2a005f748e3069140abc1d9236d233d5031072b5596a5dc60a0da3d5ea5694dbbfcebdda8434d83048dc645624209a7

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
new file mode 100644
index 000..47ccf0c2058
--- /dev/null
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="Pthread functions stubs for platforms missing them"
+SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2017-03-15 Thread Manuel Rüger
commit: 82566b9ac44a8886fee3031970dafb6b0fe7a350
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar 15 15:37:05 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar 15 15:37:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82566b9a

dev-libs/libpthread-stubs: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/libpthread-stubs/Manifest|  1 -
 dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild | 17 -
 dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild | 14 --
 3 files changed, 32 deletions(-)

diff --git a/dev-libs/libpthread-stubs/Manifest 
b/dev-libs/libpthread-stubs/Manifest
index c8edcdde8df..0d98812817d 100644
--- a/dev-libs/libpthread-stubs/Manifest
+++ b/dev-libs/libpthread-stubs/Manifest
@@ -1,3 +1,2 @@
-DIST libpthread-stubs-0.1.tar.bz2 194060 SHA256 
004dae11e11598584939d66d26a5ab9b48d08a00ca2d00ae8d38ee3ac7a15d65 SHA512 
594fd3cac9169aaf2200328e345cff7b846f7b81bc2ccf55e405e6aa8861b8dc09f31db28540cbed46faf85efc7cc20583cbe188ab387521e83f93a5b2df920e
 WHIRLPOOL 
c71619a15fa5c20793883ccc03e6c7f4601ece5ab269f49e5f684472c996f3365bff95a5c66c368ccda9196c9d068b9a6a339e7575e59bbebff7bd4c4bc22f49
 DIST libpthread-stubs-0.3.tar.bz2 203468 SHA256 
35b6d54e3cc6f3ba28061da81af64b9a92b7b757319098172488a660e3d87299 SHA512 
c7cf63fa82ce9e8c37c6dc3b8cc30f8883655f95683c4466c54b617b086dd26a43bfa36363e47dc5730af6d59ac70443d211eb01b07d276edd144030a3580b15
 WHIRLPOOL 
7bd4b77059b945525481870aa3929e18c7ec0bc04c4f342bc5e3b7ce9ae0d5b2d447dca6391da73014e0215dfe214141b391819243afceaba78a6454e8446ff6
 DIST libpthread-stubs-0.4.tar.bz2 57565 SHA256 
e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733 SHA512 
0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
 WHIRLPOOL 
230f6b83dce06fbe6d2bf66c66ae94b1e2a005f748e3069140abc1d9236d233d5031072b5596a5dc60a0da3d5ea5694dbbfcebdda8434d83048dc645624209a7

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
deleted file mode 100644
index de109f1e58c..000
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-EAPI=3
-inherit xorg-2
-
-DESCRIPTION="Pthread functions stubs for platforms missing them"
-SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
deleted file mode 100644
index fa2e233ce20..000
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="Pthread functions stubs for platforms missing them"
-SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/

2017-01-29 Thread Fabian Groffen
commit: e10bd46a57a693d2695adccbe53a6b5cd087ec94
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:13:43 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:13:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10bd46a

dev-libs/libpthread-stubs: dropped ~x64-freebsd ~x86-freebsd ~x86-interix

Package-Manager: portage-2.3.3

 dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild| 4 ++--
 dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild | 4 ++--
 dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
index 9a4c670..363fea8 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild
index c3a28cd..01d2f9b 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
index 53ed4f7..eb4fd6b 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="Pthread functions stubs for platforms missing them"
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""