summaryrefslogtreecommitdiff
path: root/dev-util/gpp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-util/gpp
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-util/gpp')
-rw-r--r--dev-util/gpp/Manifest3
-rw-r--r--dev-util/gpp/gpp-2.27.ebuild19
-rw-r--r--dev-util/gpp/metadata.xml20
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-util/gpp/Manifest b/dev-util/gpp/Manifest
new file mode 100644
index 000000000000..69d7d8f364b6
--- /dev/null
+++ b/dev-util/gpp/Manifest
@@ -0,0 +1,3 @@
+DIST gpp-2.27.tar.gz 66226 BLAKE2B 18490dae11fa295c6a038c6de86919a9b37a10c6008490bd554f11e52916e92e80238bb858c799fa1345419a56b37f9f817cd9c8d0fe221bd8c51b3d12245fb1 SHA512 ad7eaf89796208668143c160bfe764d5b38fb734dfa29869d2b222ce4c1982e8f5eef679960645de51c7d4fda6a18cac4ded55334a62cd16698a42b89aebf71e
+EBUILD gpp-2.27.ebuild 423 BLAKE2B 5c00cdd0832be876ff57b7b6c300e1964a6d504d1b73121d63ab2c7f79ba3af3b69a9ac338b80226ec2a2336cfbb64b7bdd59e6af106f682a3e0b5d8231e3a6d SHA512 a678b6af78550e76fb1d59855c6f3bacb33065625a70e9912c4688221572661dde9e3beb257b17c437c535dde4a8bfdfeb3ba9fb40ba3590f5016b57d9f5eaec
+MISC metadata.xml 823 BLAKE2B fe21889c430825056b947677778a7509837b1ba56156c88d18128497eea04adb2c78c396bd3538a4da698b658917590ee88907c4fe969c3d52ca214ca301f253 SHA512 65f205222a6a282b18c617d9ded5ecbff3b4cb08d068794f6141c5db675fbd6b806f0dd1b7f43af0ab31017a363639c4fd053f1c54851da2c0ec5b52b5daddcf
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Kenton Groombridge</name>
+ <email>concord@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">logological/gpp</remote-id>
+ <bugs-to>https://github.com/logological/gpp/issues</bugs-to>
+ </upstream>
+ <longdescription>
+ 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.
+ </longdescription>
+</pkgmetadata>