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 7EE66138335 for ; Sun, 10 Mar 2019 10:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 536E5E0B06; Sun, 10 Mar 2019 10:19:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 28A45E0B06 for ; Sun, 10 Mar 2019 10:19:11 +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 003A2335CD9 for ; Sun, 10 Mar 2019 10:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6EA9566 for ; Sun, 10 Mar 2019 10:19:06 +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: <1552213135.366b7eeeb9be2595f18ac4858972e6b72e2f7201.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/milkytracker/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/milkytracker/milkytracker-1.0.0.ebuild X-VCS-Directories: media-sound/milkytracker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 366b7eeeb9be2595f18ac4858972e6b72e2f7201 X-VCS-Branch: master Date: Sun, 10 Mar 2019 10:19:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3bbb0f8d-e856-43dd-acff-c0fe8d62ee24 X-Archives-Hash: 71412f9832145e096152114920e053f8 commit: 366b7eeeb9be2595f18ac4858972e6b72e2f7201 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 10 09:44:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 10 10:18:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366b7eee media-sound/milkytracker: EAPI-7 bump, eutils -> desktop Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/milkytracker/milkytracker-1.0.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/milkytracker/milkytracker-1.0.0.ebuild b/media-sound/milkytracker/milkytracker-1.0.0.ebuild index 4afcee36307..cf204b74101 100644 --- a/media-sound/milkytracker/milkytracker-1.0.0.ebuild +++ b/media-sound/milkytracker/milkytracker-1.0.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils eutils vcs-snapshot +inherit cmake-utils desktop DESCRIPTION="FastTracker 2 inspired music tracker" HOMEPAGE="https://milkytracker.titandemo.org/" @@ -24,6 +24,8 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-1.0.0-docdir.patch ) +S="${WORKDIR}/MilkyTracker-${PV}" + src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}