diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-03-15 16:36:35 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-03-15 16:36:35 +0100 |
commit | 3a6381cf94cbae7803826ea266124132d82a6a05 (patch) | |
tree | 25bde6bf2d4232f73f50c6af05a75882be8f2c12 /dev-libs | |
parent | dev-perl/Text-BibTeX: Remove old (diff) | |
download | gentoo-3a6381cf94cbae7803826ea266124132d82a6a05.tar.gz gentoo-3a6381cf94cbae7803826ea266124132d82a6a05.tar.bz2 gentoo-3a6381cf94cbae7803826ea266124132d82a6a05.zip |
dev-libs/libpthread-stubs: Version bump to 0.4
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpthread-stubs/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libpthread-stubs/Manifest b/dev-libs/libpthread-stubs/Manifest index 0f65b75300d9..c8edcdde8df4 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 000000000000..47ccf0c2058b --- /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="" |