Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/
Date: Wed, 07 Oct 2020 00:31:08
Message-Id: 1602030609.b5366a65431ebc05f0130f1272fd6708d9419b6b.sam@gentoo
1 commit: b5366a65431ebc05f0130f1272fd6708d9419b6b
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Fri Oct 2 20:27:11 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 00:30:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5366a65
7
8 dev-libs/npth: remove unused ebuilds
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/npth/Manifest | 3 ---
15 dev-libs/npth/npth-1.3.ebuild | 24 ------------------------
16 dev-libs/npth/npth-1.4.ebuild | 24 ------------------------
17 dev-libs/npth/npth-1.5.ebuild | 29 -----------------------------
18 dev-libs/npth/npth-1.6.ebuild | 29 -----------------------------
19 5 files changed, 109 deletions(-)
20
21 diff --git a/dev-libs/npth/Manifest b/dev-libs/npth/Manifest
22 index 1ef1314ed2a..3092cac1227 100644
23 --- a/dev-libs/npth/Manifest
24 +++ b/dev-libs/npth/Manifest
25 @@ -1,4 +1 @@
26 -DIST npth-1.3.tar.bz2 295998 BLAKE2B 25c0176439a5be3766df15526b06dd07f318dca8b729eb5ec461a40b912132ebbf7bf6ddb2b57a064bfba73f3fe0ab59c00daf6138324f53f5e9e6df91941bf8 SHA512 97b0278cc9448adb42c4a83b8e7bafeed939acaf3dd3a201a1b103df4e48f24224d4bdaeb97903ad1884914ce363cbceffe948a7c1db4f19abf87ca5964f5699
27 -DIST npth-1.4.tar.bz2 299106 BLAKE2B ba5186de1371d08137e86ef1f6ad12a610a26b7ae3ca50d6fc49f685083380803b245acf01110a28ab25427208bab82de73f16d6f21011b1a0590d16c7c85cf7 SHA512 649009b4fbd2bbbb8fce2911c2f9070a758d037be0d147a63754e3c1f5a9ffb73b907cd09c79314fe60c25084ca7a7b3b387139dd83cc0e11a7e7ba64630ae1f
28 -DIST npth-1.5.tar.bz2 299308 BLAKE2B 1a3cef4475ad5440487151026889ef321626b372d1c6970c7482df92a702d02860589f7f1f541b1fccf0e8f39b194476ef91507e33a35e05ba3713465f9f11d1 SHA512 20f0ec59d304c68081e42535870af8e76c18e30aa7b04ccdafe60fe5261ad7275c2c0e3ea3a767d6145258a3a39fa641032cd97205318266dd727a5fe7ee331a
29 DIST npth-1.6.tar.bz2 300486 BLAKE2B 665fdb2f4cbe59750b6b4b7c2701ee80a23a122df10c9f8be47c4af5f3bf5968f709637ab3f4878bb68609752fbb6ce1364e109fdfeba64e4db258733a33f3fc SHA512 2ed1012e14a9d10665420b9a23628be7e206fd9348111ec751349b93557ee69f1176bcf7e6b195b35b1c44a5e0e81ee33b713f03d79a33d1ecd9037035afeda2
30
31 diff --git a/dev-libs/npth/npth-1.3.ebuild b/dev-libs/npth/npth-1.3.ebuild
32 deleted file mode 100644
33 index b3f927034ec..00000000000
34 --- a/dev-libs/npth/npth-1.3.ebuild
35 +++ /dev/null
36 @@ -1,24 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -inherit libtool
43 -
44 -DESCRIPTION="New GNU Portable Threads Library"
45 -HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
46 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -IUSE="static-libs"
52 -
53 -src_prepare() {
54 - default
55 - elibtoolize # for Solaris shared library
56 -}
57 -
58 -src_configure() {
59 - econf $(use_enable static-libs static)
60 -}
61
62 diff --git a/dev-libs/npth/npth-1.4.ebuild b/dev-libs/npth/npth-1.4.ebuild
63 deleted file mode 100644
64 index 92a5c882ed2..00000000000
65 --- a/dev-libs/npth/npth-1.4.ebuild
66 +++ /dev/null
67 @@ -1,24 +0,0 @@
68 -# Copyright 1999-2020 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -inherit libtool
74 -
75 -DESCRIPTION="New GNU Portable Threads Library"
76 -HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
77 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
78 -
79 -LICENSE="LGPL-2.1+"
80 -SLOT="0"
81 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
82 -IUSE="static-libs"
83 -
84 -src_prepare() {
85 - default
86 - elibtoolize # for Solaris shared library
87 -}
88 -
89 -src_configure() {
90 - econf $(use_enable static-libs static)
91 -}
92
93 diff --git a/dev-libs/npth/npth-1.5.ebuild b/dev-libs/npth/npth-1.5.ebuild
94 deleted file mode 100644
95 index b0c65eb0cfd..00000000000
96 --- a/dev-libs/npth/npth-1.5.ebuild
97 +++ /dev/null
98 @@ -1,29 +0,0 @@
99 -# Copyright 1999-2020 Gentoo Authors
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=6
103 -
104 -inherit libtool ltprune
105 -
106 -DESCRIPTION="New GNU Portable Threads Library"
107 -HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
108 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
109 -
110 -LICENSE="LGPL-2.1+"
111 -SLOT="0"
112 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
113 -IUSE="static-libs"
114 -
115 -src_prepare() {
116 - default
117 - elibtoolize # for Solaris shared library
118 -}
119 -
120 -src_configure() {
121 - econf $(use_enable static-libs static)
122 -}
123 -
124 -src_install() {
125 - default
126 - prune_libtool_files
127 -}
128
129 diff --git a/dev-libs/npth/npth-1.6.ebuild b/dev-libs/npth/npth-1.6.ebuild
130 deleted file mode 100644
131 index 07b25df2295..00000000000
132 --- a/dev-libs/npth/npth-1.6.ebuild
133 +++ /dev/null
134 @@ -1,29 +0,0 @@
135 -# Copyright 1999-2020 Gentoo Authors
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=6
139 -
140 -inherit libtool
141 -
142 -DESCRIPTION="New GNU Portable Threads Library"
143 -HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git"
144 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
145 -
146 -LICENSE="LGPL-2.1+"
147 -SLOT="0"
148 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
149 -IUSE="static-libs"
150 -
151 -src_prepare() {
152 - default
153 - elibtoolize # for Solaris shared library
154 -}
155 -
156 -src_configure() {
157 - econf $(use_enable static-libs static)
158 -}
159 -
160 -src_install() {
161 - default
162 - find "${D}" -name '*.la' -delete || die
163 -}