Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblingoteach/
Date: Sat, 02 Jun 2018 22:38:27
Message-Id: 1527979035.714bd9cbf25f47c70b6dc9096b3d847f4db06b55.bman@gentoo
1 commit: 714bd9cbf25f47c70b6dc9096b3d847f4db06b55
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 17:06:42 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:37:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714bd9cb
7
8 media-libs/liblingoteach: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/liblingoteach/liblingoteach-0.2.3.ebuild | 12 +++---------
13 1 file changed, 3 insertions(+), 9 deletions(-)
14
15 diff --git a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
16 index 054e996b92c..cc1b3d3936b 100644
17 --- a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
18 +++ b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=2
25 +EAPI=6
26
27 DESCRIPTION="A library to support lingoteach-ui and for generic lesson development"
28 HOMEPAGE="http://lingoteach.sourceforge.net"
29 @@ -18,13 +18,7 @@ DEPEND="${RDEPEND}
30 virtual/pkgconfig"
31
32 src_configure() {
33 - econf --disable-dependency-tracking \
34 + econf \
35 $(use_enable zlib compression) \
36 $(use_enable debug)
37 }
38 -
39 -src_install() {
40 - emake HTML_DIR="/usr/share/doc/${PF}" DOC_MODULE="" \
41 - DESTDIR="${D}" install || die
42 - dodoc AUTHORS ChangeLog HACKING NEWS README
43 -}