From 635927fd7da59b991cd7ff63ddb5f0464bfae4a9 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 26 Apr 2018 21:10:53 -0700 Subject: [PATCH] dev-libs/libpthread-stubs: Drop old version --- dev-libs/libpthread-stubs/Manifest | 1 - .../libpthread-stubs-0.3-r1.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 dev-libs/libpthread-stubs/libpthread-stubs-0.3-r1.ebuild diff --git a/dev-libs/libpthread-stubs/Manifest b/dev-libs/libpthread-stubs/Manifest index 2d280304ea594..e567241773e48 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 712a9d0fe14c7..0000000000000 --- 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=""