Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpthread-stubs/
Date: Fri, 27 Apr 2018 04:11:28
Message-Id: 1524802272.635927fd7da59b991cd7ff63ddb5f0464bfae4a9.mattst88@gentoo
1 commit: 635927fd7da59b991cd7ff63ddb5f0464bfae4a9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 04:10:53 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 04:11:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635927fd
7
8 dev-libs/libpthread-stubs: Drop old version
9
10 dev-libs/libpthread-stubs/Manifest | 1 -
11 dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild | 16 ----------------
12 2 files changed, 17 deletions(-)
13
14 diff --git a/dev-libs/libpthread-stubs/Manifest b/dev-libs/libpthread-stubs/Manifest
15 index 2d280304ea5..e567241773e 100644
16 --- a/dev-libs/libpthread-stubs/Manifest
17 +++ b/dev-libs/libpthread-stubs/Manifest
18 @@ -1,2 +1 @@
19 -DIST libpthread-stubs-0.3.tar.bz2 203468 BLAKE2B 4985b18766e93ab42fd3d9b345194c384e527f5a85f7eb8397b7794d2875fd951bf9c8e7c6c3f9a1d75575bec90ead8f5be09a8e8a0daedead5c95fcb415e6ea SHA512 c7cf63fa82ce9e8c37c6dc3b8cc30f8883655f95683c4466c54b617b086dd26a43bfa36363e47dc5730af6d59ac70443d211eb01b07d276edd144030a3580b15
20 DIST libpthread-stubs-0.4.tar.bz2 57565 BLAKE2B 0c59ba509aa24ce0d255790363d78d670be0bae5fd9556798f276466ecaf70c4d93064b531dd9870da8f934da6660fba71a7f0b402bb6ba5420fd6ee5ca546df SHA512 0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
21
22 diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild
23 deleted file mode 100644
24 index 712a9d0fe14..00000000000
25 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild
26 +++ /dev/null
27 @@ -1,16 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -
33 -XORG_MULTILIB=yes
34 -inherit xorg-2
35 -
36 -DESCRIPTION="Pthread functions stubs for platforms missing them"
37 -SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
38 -
39 -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"
40 -IUSE=""
41 -
42 -RDEPEND=""
43 -DEPEND=""