From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00F24158090 for ; Sat, 7 May 2022 20:09:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DF81E0801; Sat, 7 May 2022 20:09:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 153CDE0801 for ; Sat, 7 May 2022 20:09:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BBC534164F for ; Sat, 7 May 2022 20:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9940449 for ; Sat, 7 May 2022 20:09:31 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1651954123.384ab478ab2bd304e8ebd026dd3f2937e10cde3b.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gpp/Manifest dev-util/gpp/gpp-2.27.ebuild dev-util/gpp/metadata.xml X-VCS-Directories: dev-util/gpp/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 384ab478ab2bd304e8ebd026dd3f2937e10cde3b X-VCS-Branch: master Date: Sat, 7 May 2022 20:09:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6c700c4-71a5-42d7-ad19-5d7aa9dcdfe9 X-Archives-Hash: c1dec72816b37ace6fe2eb0a1920e0a1 commit: 384ab478ab2bd304e8ebd026dd3f2937e10cde3b Author: Kenton Groombridge gentoo org> AuthorDate: Sat May 7 20:03:19 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Sat May 7 20:08:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384ab478 dev-util/gpp: new package, add 2.27 Signed-off-by: Kenton Groombridge gentoo.org> dev-util/gpp/Manifest | 1 + dev-util/gpp/gpp-2.27.ebuild | 19 +++++++++++++++++++ dev-util/gpp/metadata.xml | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-util/gpp/Manifest b/dev-util/gpp/Manifest new file mode 100644 index 000000000000..74c6937996be --- /dev/null +++ b/dev-util/gpp/Manifest @@ -0,0 +1 @@ +DIST gpp-2.27.tar.gz 66226 BLAKE2B 18490dae11fa295c6a038c6de86919a9b37a10c6008490bd554f11e52916e92e80238bb858c799fa1345419a56b37f9f817cd9c8d0fe221bd8c51b3d12245fb1 SHA512 ad7eaf89796208668143c160bfe764d5b38fb734dfa29869d2b222ce4c1982e8f5eef679960645de51c7d4fda6a18cac4ded55334a62cd16698a42b89aebf71e diff --git a/dev-util/gpp/gpp-2.27.ebuild b/dev-util/gpp/gpp-2.27.ebuild new file mode 100644 index 000000000000..1c1ee3e1352f --- /dev/null +++ b/dev-util/gpp/gpp-2.27.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="A generic preprocessor" +HOMEPAGE="https://logological.org/gpp https://github.com/logological/gpp" +SRC_URI="https://github.com/logological/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +src_prepare() { + default + eautoreconf +} diff --git a/dev-util/gpp/metadata.xml b/dev-util/gpp/metadata.xml new file mode 100644 index 000000000000..0f9b22bb6e66 --- /dev/null +++ b/dev-util/gpp/metadata.xml @@ -0,0 +1,20 @@ + + + + + Kenton Groombridge + concord@gentoo.org + + + logological/gpp + https://github.com/logological/gpp/issues + + + GPP is a general-purpose preprocessor with customizable syntax, suitable for + a wide range of preprocessing tasks. Its independence from any one + programming language makes it much more versatile than the C preprocessor + (cpp), while its syntax is lighter and more flexible than that of GNU m4. + There are built-in macros for use with C/C++, LaTeX, HTML, XHTML, and Prolog + files. + +