Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pegtl/
Date: Sat, 26 Dec 2020 23:46:32
Message-Id: 1609026362.e4f568c3e336b915a5c95e4fdcff0bb8143d09b4.asturm@gentoo
1 commit: e4f568c3e336b915a5c95e4fdcff0bb8143d09b4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 23:12:07 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 23:46:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f568c3
7
8 dev-libs/pegtl: Drop 2.8.3 (r0)
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/pegtl/pegtl-2.8.3.ebuild | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/dev-libs/pegtl/pegtl-2.8.3.ebuild b/dev-libs/pegtl/pegtl-2.8.3.ebuild
17 deleted file mode 100644
18 index a2ead2df29f..00000000000
19 --- a/dev-libs/pegtl/pegtl-2.8.3.ebuild
20 +++ /dev/null
21 @@ -1,19 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit cmake
28 -
29 -DESCRIPTION="Header-only library for creating parsers according to Parsing Expression Grammar"
30 -HOMEPAGE="https://github.com/taocpp/PEGTL"
31 -SRC_URI="https://github.com/taocpp/PEGTL/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="test"
37 -
38 -RESTRICT="!test? ( test )"
39 -
40 -S="${WORKDIR}/PEGTL-${PV}"