commit:     541cd175c87e6908af2583f659c9182fa7ecdc2f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 15:12:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 15:18:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541cd175

dev-libs/libezV24: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/726970
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libezV24/libezV24-0.1.1-r2.ebuild | 37 ++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-libs/libezV24/libezV24-0.1.1-r2.ebuild 
b/dev-libs/libezV24/libezV24-0.1.1-r2.ebuild
new file mode 100644
index 000000000000..c413c58e3d6a
--- /dev/null
+++ b/dev-libs/libezV24/libezV24-0.1.1-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="library that provides an easy API to Linux serial ports"
+HOMEPAGE="http://ezv24.sourceforge.net";
+SRC_URI="mirror://sourceforge/ezv24/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+HTML_DOCS=( api-html/. )
+
+PATCHES=(
+       "${FILESDIR}"/${P}-build.patch
+       "${FILESDIR}"/${P}-test.patch
+)
+
+src_prepare() {
+       default
+
+       tc-export AR CC RANLIB
+       sed -i -e 's:__LINUX__:__linux__:' *.c *.h || die
+}
+
+src_install() {
+       export NO_LDCONFIG="stupid"
+       emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
+               LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
+       einstalldocs
+
+       find "${ED}" -name '*.a' -delete || die
+}

Reply via email to