summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hennevogl <ch@anykey.de>2018-10-24 14:12:11 +0200
committerChristian Hennevogl <ch@anykey.de>2018-10-24 14:12:11 +0200
commitedaa39b90023f58eca4e44b83d13762a2923baf7 (patch)
tree5025a9523a3e3c89abc4a81ca63aa6b89ecaf20b /app-text
parentadded global properties for repository (diff)
downloadch-edaa39b90023f58eca4e44b83d13762a2923baf7.tar.gz
ch-edaa39b90023f58eca4e44b83d13762a2923baf7.tar.bz2
ch-edaa39b90023f58eca4e44b83d13762a2923baf7.zip
added gpp 2.25
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gpp/Manifest1
-rw-r--r--app-text/gpp/gpp-2.25.ebuild17
-rw-r--r--app-text/gpp/metadata.xml22
3 files changed, 40 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ch@grasky.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ 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.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">logological/gpp</remote-id>
+ </upstream>
+</pkgmetadata>