Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/
Date: Thu, 10 Jun 2021 15:34:54
Message-Id: 1623339137.3c40de78ec68b63b5701ce38dc7c37ebd9bf406a.asturm@gentoo
1 commit: 3c40de78ec68b63b5701ce38dc7c37ebd9bf406a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 6 16:58:32 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 15:32:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40de78
7
8 sys-devel/ucpp: Drop 1.3.4
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-devel/ucpp/Manifest | 1 -
14 sys-devel/ucpp/ucpp-1.3.4.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/sys-devel/ucpp/Manifest b/sys-devel/ucpp/Manifest
18 index d8c1bac0241..9e88317c43e 100644
19 --- a/sys-devel/ucpp/Manifest
20 +++ b/sys-devel/ucpp/Manifest
21 @@ -1,2 +1 @@
22 -DIST ucpp-1.3.4.tar.xz 274488 BLAKE2B be43b8c88de2cd32514ecf7dc429c0ca5e88150594c9868fd6d8c3d90a0aabfc6e0f0741d75e4f558de426df7d6c54a3bc7e8e362c5066672f5fe9096cbedc18 SHA512 f9ea88e8f53e728a5b0fcb9084d6d6e140737b00fe350a9c6bc53ef2bb5f7b09d3c9d9a4a2147f635d796247e1b920fd3fea0cdce3ec3f4578694162c2f4c2a6
23 DIST ucpp-1.3.5.tar.xz 289468 BLAKE2B 6a038cc5d02f080747a321a55af66f2072503a5c0a554492ea8aed34ff9c3b7b85e3778114e18c3e09f06f1472a1479f39c96997404e0345153a1f84e3f9daee SHA512 3ded8f7bc2b238adb6e7f4162aee48e039dfe7cee31b700c38e8f147634d47cd1ceaf39c343549b0d4a58358e6b9743f7e84f87b253dc19c05e543d68ade24ce
24
25 diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild
26 deleted file mode 100644
27 index febb7024590..00000000000
28 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="Library for preprocessing C compliant to ISO-C99"
37 -HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp"
38 -SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
39 -LICENSE="BSD"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux"
42 -IUSE="static-libs"
43 -
44 -src_configure() {
45 - econf \
46 - --disable-werror \
47 - $(use_enable static-libs static)
48 -}
49 -
50 -src_install() {
51 - default
52 -
53 - # package provides .pc files
54 - find "${D}" -name '*.la' -delete || die
55 -}