From edaa39b90023f58eca4e44b83d13762a2923baf7 Mon Sep 17 00:00:00 2001 From: Christian Hennevogl Date: Wed, 24 Oct 2018 14:12:11 +0200 Subject: added gpp 2.25 --- app-text/gpp/Manifest | 1 + app-text/gpp/gpp-2.25.ebuild | 17 +++++++++++++++++ app-text/gpp/metadata.xml | 22 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 app-text/gpp/Manifest create mode 100644 app-text/gpp/gpp-2.25.ebuild create mode 100644 app-text/gpp/metadata.xml diff --git a/app-text/gpp/Manifest b/app-text/gpp/Manifest new file mode 100644 index 0000000..6feb87c --- /dev/null +++ b/app-text/gpp/Manifest @@ -0,0 +1 @@ +DIST gpp-2.25.tar.bz2 137361 BLAKE2B 889e887c9c0fba995cfe85c8fe1a73265c8962c9c841b2096e05135a24f277ec484124a69ead98983c45bdf0e84f838d5459a70a97b9a17908ae6b7bb58e8cca SHA512 e6d297689dd522e4ba0f8dbb562db266cdaabf7b28416667c8a2b9dda24b4640ca07dc1b60d6c5bc359eb7299a642c3921c4584db2985beb50192c8cd64ec2d0 diff --git a/app-text/gpp/gpp-2.25.ebuild b/app-text/gpp/gpp-2.25.ebuild new file mode 100644 index 0000000..ddc93b9 --- /dev/null +++ b/app-text/gpp/gpp-2.25.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="GPP is a general-purpose preprocessor with customizable syntax " +HOMEPAGE="https://logological.org/gpp" +SRC_URI="http://files.nothingisreal.com/software/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/app-text/gpp/metadata.xml b/app-text/gpp/metadata.xml new file mode 100644 index 0000000..189962f --- /dev/null +++ b/app-text/gpp/metadata.xml @@ -0,0 +1,22 @@ + + + + + ch@grasky.org + + + 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. + + GPP is Free Software. It is distributed under the terms of the + GNU Lesser General Public Licence. + + + logological/gpp + + -- cgit v1.2.3-65-gdbad