Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/
Date: Sat, 08 Apr 2017 09:35:36
Message-Id: 1491644121.e7e9d9a57ed6bf0603e977d041385c03f542bf52.alonbl@gentoo
1 commit: e7e9d9a57ed6bf0603e977d041385c03f542bf52
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 8 09:35:21 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 09:35:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e9d9a5
7
8 dev-libs/npth: cleanup
9
10 Bug: 613240
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-libs/npth/Manifest | 1 -
15 dev-libs/npth/npth-1.2.ebuild | 14 --------------
16 2 files changed, 15 deletions(-)
17
18 diff --git a/dev-libs/npth/Manifest b/dev-libs/npth/Manifest
19 index c0485e9f2d1..fad554dd66c 100644
20 --- a/dev-libs/npth/Manifest
21 +++ b/dev-libs/npth/Manifest
22 @@ -1,2 +1 @@
23 -DIST npth-1.2.tar.bz2 298735 SHA256 6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a SHA512 3f02fdf3553c6cda8973ce1a7d6625433a87c891c51d4d7fd64bba375d673a6a874c25d8f272ca14e6b6bf43bf8e7113826f6fe3befadc4b12d5126e8998af57 WHIRLPOOL f9f646cf480e2e27dcdc97dcdf7ceddbed8c23343b44c17ebcdc0223f59c94183d2f4111fc4b6e556ac07f6bfa9fee81afb2d75579518bcc9bae2a1a752a8b04
24 DIST npth-1.3.tar.bz2 295998 SHA256 bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a SHA512 97b0278cc9448adb42c4a83b8e7bafeed939acaf3dd3a201a1b103df4e48f24224d4bdaeb97903ad1884914ce363cbceffe948a7c1db4f19abf87ca5964f5699 WHIRLPOOL 786dd42c0bb097f47c708cae633f32789d9724cfb5d0e0a12667c754ba32a273ddda6b1c061ad10be1fa2e98dbbcf6850d404e909243fd2e566ba17825f63526
25
26 diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild
27 deleted file mode 100644
28 index 161d431eb62..00000000000
29 --- a/dev-libs/npth/npth-1.2.ebuild
30 +++ /dev/null
31 @@ -1,14 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -inherit autotools-utils
37 -
38 -DESCRIPTION="New GNU Portable Threads Library"
39 -HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
40 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
45 -IUSE="static-libs"