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 95DB5139083 for ; Sat, 9 Dec 2017 11:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E17E0F66; Sat, 9 Dec 2017 11:37:41 +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 A9312E0F66 for ; Sat, 9 Dec 2017 11:37:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7378C341236 for ; Sat, 9 Dec 2017 11:37:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17B9FAE91 for ; Sat, 9 Dec 2017 11:37:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1512819419.c0b7caa48b542178a45a5458f2db3afe121d1012.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vcdimager/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vcdimager/Manifest media-video/vcdimager/vcdimager-0.7.24.ebuild X-VCS-Directories: media-video/vcdimager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c0b7caa48b542178a45a5458f2db3afe121d1012 X-VCS-Branch: master Date: Sat, 9 Dec 2017 11:37:39 +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: 110270ed-a354-45c8-9981-3be71f6527ce X-Archives-Hash: bb40695244071230fa62c72fb7d48ab1 commit: c0b7caa48b542178a45a5458f2db3afe121d1012 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 9 10:44:30 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 9 11:36:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b7caa4 media-video/vcdimager: Bump to EAPI 6 Package-Manager: Portage-2.3.17, Repoman-2.3.6 media-video/vcdimager/Manifest | 2 +- media-video/vcdimager/vcdimager-0.7.24.ebuild | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/media-video/vcdimager/Manifest b/media-video/vcdimager/Manifest index a253ba0b6a3..e56f0870de7 100644 --- a/media-video/vcdimager/Manifest +++ b/media-video/vcdimager/Manifest @@ -1 +1 @@ -DIST vcdimager-0.7.24.tar.gz 1066815 SHA256 075d7a67353ff3004745da781435698b6bc4a053838d0d4a3ce0516d7d974694 SHA512 162f361d3c871c85887f0b25e70c207c511dcf597f337633be3ce925e8c589a8ba26275b8378d1002b8c5eb56995eda017f5f1cf52e52a38e9ff900acba7a214 WHIRLPOOL b94f3937415ec1b178484adfc653b1846e9f52ed95fd0677fa5f7b077b345f4cbd3b11526bb9b9011b76f74a916644e9d60dec3ce37571ed97523db04cb5ec42 +DIST vcdimager-0.7.24.tar.gz 1066815 BLAKE2B b58648a4ab54b3151448c2aa17306105ada45d9708375c7461c7f9087b851339f8288855c0d38d1521317b303c79b432b5e99b39ca7b8f59da8ae7aff7238582 SHA512 162f361d3c871c85887f0b25e70c207c511dcf597f337633be3ce925e8c589a8ba26275b8378d1002b8c5eb56995eda017f5f1cf52e52a38e9ff900acba7a214 diff --git a/media-video/vcdimager/vcdimager-0.7.24.ebuild b/media-video/vcdimager/vcdimager-0.7.24.ebuild index 9de4050771a..75764914f2c 100644 --- a/media-video/vcdimager/vcdimager-0.7.24.ebuild +++ b/media-video/vcdimager/vcdimager-0.7.24.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils multilib-minimal +EAPI=6 + +inherit multilib-minimal DESCRIPTION="GNU VCDimager" HOMEPAGE="http://www.vcdimager.org/" @@ -22,9 +23,11 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -DOCS="AUTHORS BUGS ChangeLog FAQ HACKING NEWS README THANKS TODO" +DOCS=( AUTHORS BUGS ChangeLog FAQ HACKING NEWS README THANKS TODO ) src_prepare() { + default + # Avoid building useless programs. Bug #226249 sed -i \ -e 's/check_PROGRAMS =/check_PROGRAMS +=/' \ @@ -50,6 +53,6 @@ multilib_src_configure() { } multilib_src_install_all() { - prune_libtool_files + find "${D}" -name '*.la' -delete einstalldocs }