From 83ebb477861172671f6796999e016400b659d65f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Feb 2023 15:53:45 +0000 Subject: gentoo auto-resync : 25:02:2023 - 15:53:45 --- media-gfx/aewan/aewan-1.0.01-r2.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 media-gfx/aewan/aewan-1.0.01-r2.ebuild (limited to 'media-gfx/aewan/aewan-1.0.01-r2.ebuild') diff --git a/media-gfx/aewan/aewan-1.0.01-r2.ebuild b/media-gfx/aewan/aewan-1.0.01-r2.ebuild new file mode 100644 index 000000000000..27b18f02d410 --- /dev/null +++ b/media-gfx/aewan/aewan-1.0.01-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="A curses-based ascii-art editor" +HOMEPAGE="http://aewan.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( CHANGELOG README TODO ) + +DEPEND="sys-libs/zlib + >=sys-libs/ncurses-5.0:0=" + +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-debug_aewl-warnings.patch" + "${FILESDIR}/${P}-tinfo.patch" + "${FILESDIR}/${P}-fix-incompatible-function-pointer-types.patch" + "${FILESDIR}/${P}-fix-warnings.patch" +) + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3