Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spsdeclib/
Date: Mon, 29 Oct 2018 23:15:26
Message-Id: 1540854895.752d2af6035c059198157f7a73fb3fd492227ad5.monsieurp@gentoo
1 commit: 752d2af6035c059198157f7a73fb3fd492227ad5
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Oct 28 17:48:11 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 23:14:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752d2af6
7
8 dev-libs/spsdeclib: droped eutils from inherit.
9
10 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Closes: https://github.com/gentoo/gentoo/pull/10278
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild
19 index db6e46f2659..da942dd943d 100644
20 --- a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild
21 +++ b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI="7"
29
30 -inherit autotools eutils
31 +inherit autotools
32
33 DESCRIPTION="Kryoflux SPS Decoder Library"
34 HOMEPAGE="https://www.kryoflux.com/"
35 @@ -17,7 +17,7 @@ DEPEND="app-arch/unzip"
36
37 S="${WORKDIR}/capsimg_source_linux_macosx/CAPSImg"
38
39 -DOCS=( "${WORKDIR}/DONATIONS.txt" "${WORKDIR}/HISTORY.txt" "${WORKDIR}/RELEASE.txt" )
40 +DOCS=( "${WORKDIR}/{DONATIONS,HISTORY,RELEASE}.txt" )
41
42 PATCHES=( "${FILESDIR}"/add_symlink.patch )