diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-06-20 17:42:21 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-06-20 18:22:48 -0400 |
commit | 686c05ab5bd6a3ba1134a68afc73bf689c6aa7d6 (patch) | |
tree | 5049c13fdf557a236dd9b9730be9074729a5ab1e /dev-util/gpp | |
parent | www-apps/miniflux: drop 2.0.45 (diff) | |
download | gentoo-686c05ab5bd6a3ba1134a68afc73bf689c6aa7d6.tar.gz gentoo-686c05ab5bd6a3ba1134a68afc73bf689c6aa7d6.tar.bz2 gentoo-686c05ab5bd6a3ba1134a68afc73bf689c6aa7d6.zip |
dev-util/gpp: add 2.28
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'dev-util/gpp')
-rw-r--r-- | dev-util/gpp/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gpp/gpp-2.28.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/gpp/Manifest b/dev-util/gpp/Manifest index 74c6937996be..05722bbd7f63 100644 --- a/dev-util/gpp/Manifest +++ b/dev-util/gpp/Manifest @@ -1 +1,2 @@ DIST gpp-2.27.tar.gz 66226 BLAKE2B 18490dae11fa295c6a038c6de86919a9b37a10c6008490bd554f11e52916e92e80238bb858c799fa1345419a56b37f9f817cd9c8d0fe221bd8c51b3d12245fb1 SHA512 ad7eaf89796208668143c160bfe764d5b38fb734dfa29869d2b222ce4c1982e8f5eef679960645de51c7d4fda6a18cac4ded55334a62cd16698a42b89aebf71e +DIST gpp-2.28.tar.gz 66655 BLAKE2B 5ac2fe6abfd623071139a5592d17a963889f566d568f2cb083a307bf60fc94ab528908a08ebdee4f0a7e4a40ca25ee0feb11bd218da9686b984e779e57641aff SHA512 725b521abeb768e06bc58a4c443c80e0aab65a74f4dfaa524399a9d71037d70e1790fed602ec22c3e7d3ffc788a0b03c4c37dd6f483758bf8b306b5d7ef3e493 diff --git a/dev-util/gpp/gpp-2.28.ebuild b/dev-util/gpp/gpp-2.28.ebuild new file mode 100644 index 000000000000..754a44680eec --- /dev/null +++ b/dev-util/gpp/gpp-2.28.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2024 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 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +src_prepare() { + default + eautoreconf +} |