commit:     724e88c098412f1c135989812ca572deaf02e14c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed May 22 16:20:55 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 18:53:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724e88c0

dev-libs/libezV24: fix LICENSE, EAPI=7 bump

Closes: https://bugs.gentoo.org/686556
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12082
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libezV24/files/libezV24-0.1.1-test.patch |  4 +--
 dev-libs/libezV24/libezV24-0.1.1-r1.ebuild        | 34 +++++++++++++++++++++++
 dev-libs/libezV24/libezV24-0.1.1.ebuild           |  4 +--
 3 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libezV24/files/libezV24-0.1.1-test.patch 
b/dev-libs/libezV24/files/libezV24-0.1.1-test.patch
index f3c2b676546..425c3203656 100644
--- a/dev-libs/libezV24/files/libezV24-0.1.1-test.patch
+++ b/dev-libs/libezV24/files/libezV24-0.1.1-test.patch
@@ -4,8 +4,8 @@ RCS file: /cvsroot/ezv24/libezv24/test-v24.c,v
 retrieving revision 1.2
 retrieving revision 1.3
 diff -u -p -r1.2 -r1.3
---- test-v24.c 11 Feb 2003 13:29:43 -0000      1.2
-+++ test-v24.c 13 Oct 2003 07:50:26 -0000      1.3
+--- a/test-v24.c       11 Feb 2003 13:29:43 -0000      1.2
++++ b/test-v24.c       13 Oct 2003 07:50:26 -0000      1.3
 @@ -30,7 +33,11 @@
  #include <string.h>
  #include <signal.h>

diff --git a/dev-libs/libezV24/libezV24-0.1.1-r1.ebuild 
b/dev-libs/libezV24/libezV24-0.1.1-r1.ebuild
new file mode 100644
index 00000000000..b6b2424b2a9
--- /dev/null
+++ b/dev-libs/libezV24/libezV24-0.1.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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() {
+       tc-export AR CC RANLIB
+       default
+       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
+}

diff --git a/dev-libs/libezV24/libezV24-0.1.1.ebuild 
b/dev-libs/libezV24/libezV24-0.1.1.ebuild
index db6b724d1f4..30ac27fe878 100644
--- a/dev-libs/libezV24/libezV24-0.1.1.ebuild
+++ b/dev-libs/libezV24/libezV24-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -9,7 +9,7 @@ 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"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 ppc sparc x86"
 IUSE=""

Reply via email to