commit: e4f568c3e336b915a5c95e4fdcff0bb8143d09b4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 26 23:12:07 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Dec 26 23:46:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f568c3
dev-libs/pegtl: Drop 2.8.3 (r0) Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/pegtl/pegtl-2.8.3.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-libs/pegtl/pegtl-2.8.3.ebuild b/dev-libs/pegtl/pegtl-2.8.3.ebuild deleted file mode 100644 index a2ead2df29f..00000000000 --- a/dev-libs/pegtl/pegtl-2.8.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Header-only library for creating parsers according to Parsing Expression Grammar" -HOMEPAGE="https://github.com/taocpp/PEGTL" -SRC_URI="https://github.com/taocpp/PEGTL/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -S="${WORKDIR}/PEGTL-${PV}"