Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbsb/
Date: Fri, 15 Nov 2019 02:33:04
Message-Id: 1573785155.63e927d91b86cf0d6054c3077b9eec51eb8ce4c0.asturm@gentoo
1 commit: 63e927d91b86cf0d6054c3077b9eec51eb8ce4c0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 02:11:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 02:32:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e927d9
7
8 media-libs/libbsb: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libbsb/libbsb-0.0.7.ebuild | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/media-libs/libbsb/libbsb-0.0.7.ebuild b/media-libs/libbsb/libbsb-0.0.7.ebuild
17 index 94b0f2de5f8..feeb2374dcf 100644
18 --- a/media-libs/libbsb/libbsb-0.0.7.ebuild
19 +++ b/media-libs/libbsb/libbsb-0.0.7.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=7
27
28 DESCRIPTION="A portable C library for reading and writing BSB format image files"
29 HOMEPAGE="http://libbsb.sourceforge.net/"
30 @@ -20,7 +20,4 @@ RDEPEND="${DEPEND}"
31 # tools work perfectly, so restrict test until this is fixed upstream
32 RESTRICT="test"
33
34 -src_install() {
35 - emake DESTDIR="${D}" install
36 - dodoc README AUTHORS
37 -}
38 +DOCS=( README AUTHORS )