From e80777b54c5b430ca044e16878f59a2020423d48 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 10 Nov 2022 09:27:33 +0000 Subject: gentoo auto-resync : 10:11:2022 - 09:27:33 --- .../procinfo-ng/procinfo-ng-2.0.304-r2.ebuild | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 app-admin/procinfo-ng/procinfo-ng-2.0.304-r2.ebuild (limited to 'app-admin/procinfo-ng/procinfo-ng-2.0.304-r2.ebuild') diff --git a/app-admin/procinfo-ng/procinfo-ng-2.0.304-r2.ebuild b/app-admin/procinfo-ng/procinfo-ng-2.0.304-r2.ebuild new file mode 100644 index 000000000000..d9384bee0dd8 --- /dev/null +++ b/app-admin/procinfo-ng/procinfo-ng-2.0.304-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="Completely rewrite of the old system monitoring app procinfo" +HOMEPAGE="https://sourceforge.net/projects/procinfo-ng/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="|| ( GPL-2 LGPL-2.1 )" +SLOT="0" +KEYWORDS="amd64 ~hppa x86" + +RDEPEND="sys-libs/ncurses:=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-autotools.patch + "${FILESDIR}"/${P}-man.patch + "${FILESDIR}"/${P}-wformat-security.patch +) + +src_prepare() { + default + + mv configure.{in,ac} || die + eautoreconf +} + +src_configure() { + # bug #719790 + append-cxxflags -std=c++03 + + default +} -- cgit v1.2.3