From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D147E138334 for ; Sat, 2 Jun 2018 22:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BCDFE08A4; Sat, 2 Jun 2018 22:38:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3899DE08A4 for ; Sat, 2 Jun 2018 22:38:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66608335C7D for ; Sat, 2 Jun 2018 22:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527EA2CD for ; Sat, 2 Jun 2018 22:38:17 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527979035.714bd9cbf25f47c70b6dc9096b3d847f4db06b55.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblingoteach/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblingoteach/liblingoteach-0.2.3.ebuild X-VCS-Directories: media-libs/liblingoteach/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 714bd9cbf25f47c70b6dc9096b3d847f4db06b55 X-VCS-Branch: master Date: Sat, 2 Jun 2018 22:38:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 028cfb5b-61d4-4268-9452-51bfbae046e6 X-Archives-Hash: 76f97d919a47e760b213a00e1e465593 commit: 714bd9cbf25f47c70b6dc9096b3d847f4db06b55 Author: Aaron Bauman gentoo org> AuthorDate: Sat Jun 2 17:06:42 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 2 22:37:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714bd9cb media-libs/liblingoteach: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/liblingoteach/liblingoteach-0.2.3.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild index 054e996b92c..cc1b3d3936b 100644 --- a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild +++ b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="A library to support lingoteach-ui and for generic lesson development" HOMEPAGE="http://lingoteach.sourceforge.net" @@ -18,13 +18,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_configure() { - econf --disable-dependency-tracking \ + econf \ $(use_enable zlib compression) \ $(use_enable debug) } - -src_install() { - emake HTML_DIR="/usr/share/doc/${PF}" DOC_MODULE="" \ - DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog HACKING NEWS README -}