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 F4068138335 for ; Mon, 29 Oct 2018 23:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D630CE0872; Mon, 29 Oct 2018 23:15:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B17B8E0872 for ; Mon, 29 Oct 2018 23:15:25 +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 D1ECD335C8C for ; Mon, 29 Oct 2018 23:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C1C452 for ; Mon, 29 Oct 2018 23:15:22 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1540854895.752d2af6035c059198157f7a73fb3fd492227ad5.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spsdeclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild X-VCS-Directories: dev-libs/spsdeclib/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 752d2af6035c059198157f7a73fb3fd492227ad5 X-VCS-Branch: master Date: Mon, 29 Oct 2018 23:15:22 +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: 71d9ca9f-4c45-49ea-919f-70bce494a695 X-Archives-Hash: 685933c9ddc7bc4ddbf49b16a2bd4ac8 commit: 752d2af6035c059198157f7a73fb3fd492227ad5 Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 17:48:11 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Oct 29 23:14:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752d2af6 dev-libs/spsdeclib: droped eutils from inherit. Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10278 Signed-off-by: Patrice Clement gentoo.org> dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild index db6e46f2659..da942dd943d 100644 --- a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild +++ b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" -inherit autotools eutils +inherit autotools DESCRIPTION="Kryoflux SPS Decoder Library" HOMEPAGE="https://www.kryoflux.com/" @@ -17,7 +17,7 @@ DEPEND="app-arch/unzip" S="${WORKDIR}/capsimg_source_linux_macosx/CAPSImg" -DOCS=( "${WORKDIR}/DONATIONS.txt" "${WORKDIR}/HISTORY.txt" "${WORKDIR}/RELEASE.txt" ) +DOCS=( "${WORKDIR}/{DONATIONS,HISTORY,RELEASE}.txt" ) PATCHES=( "${FILESDIR}"/add_symlink.patch )