summaryrefslogtreecommitdiff
path: root/dev-libs/libpthread-stubs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-19 01:02:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-19 01:02:33 +0100
commitd59dfc99c5c30e62ba4cc55c9eae72aab4a930bf (patch)
tree04073c8e56ee4fee8bea35b7b04fcc0954c4754e /dev-libs/libpthread-stubs
parent27ea108e1b7c2bb06bf1462685f119e435fd67cf (diff)
gentoo auto-resync : 19:07:2023 - 01:02:32
Diffstat (limited to 'dev-libs/libpthread-stubs')
-rw-r--r--dev-libs/libpthread-stubs/Manifest2
-rw-r--r--dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/libpthread-stubs/Manifest b/dev-libs/libpthread-stubs/Manifest
index bb226a1bb945..3e9f7ca96406 100644
--- a/dev-libs/libpthread-stubs/Manifest
+++ b/dev-libs/libpthread-stubs/Manifest
@@ -1,3 +1,5 @@
DIST libpthread-stubs-0.4.tar.bz2 57565 BLAKE2B 0c59ba509aa24ce0d255790363d78d670be0bae5fd9556798f276466ecaf70c4d93064b531dd9870da8f934da6660fba71a7f0b402bb6ba5420fd6ee5ca546df SHA512 0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
+DIST libpthread-stubs-0.5.tar.xz 56980 BLAKE2B df84742e6695c64b33c82130765fa4bc3f908874aa868ae6543008a569ef79e384b562a6946e25b45331898d5df55c3bfd2e907a03bda15aca3993917baf6e50 SHA512 a24f7c40dcaf5f6ca0085972117fed5ad0851f6fc1972fdab799d27236afaaa4f7baa93e40532f93984d313d94456819aaf4ec8f8d1bbb2e5c4fc76c31891d82
EBUILD libpthread-stubs-0.4-r1.ebuild 763 BLAKE2B 54a6db24d4dead78fdbd49c99620b054d76fa4889d40988345ea395b4f9864a0ee57fcb94cc0674e8c9e3d373974053e219dff67523d8f2d53ecfdf708c27fc3 SHA512 53eccfba37c9fa7807985b3bb8e7c7aef8485f3186c60b7f18377295c10c7ef30e556d6a33487b47db43fe08a3505a2f473ba717128b7d66c248cd483faee799
+EBUILD libpthread-stubs-0.5.ebuild 462 BLAKE2B 272ffc05f142b0d9a42b38982b1accae2e6ecb58889b08f15380033510563cd8b81c391363e81147adc07c36be0c68c9e2827944ff33370cc5c860fdb20d2eca SHA512 376a2248e349e876c65c84ff7c6886e150316f4148aff9c70c2aa522b1d4e590dec0d5eb4b7dc083a47604f1a868597255f9b2f26f702211a36bd038b2bb4345
MISC metadata.xml 344 BLAKE2B 61a2b63e7c3a20da59dc96307404a597cee8323050a68c00ef76c58c44f264eca2d0f85a6ce207b28834a99fadbbd3f40795c16394f01231f6678f0c8ef80fc4 SHA512 9579ba7722bcda8f2aa1fd22fef12828860b70405c4df60f830aa1a517d31667ea61375c2479f430c00c45c9c6013376ba67c9298ab7cd0ea3ee119c96febc8b
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 000000000000..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; }