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 13375138334 for ; Sun, 3 Nov 2019 14:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24672E0830; Sun, 3 Nov 2019 14:32:12 +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 0B5EEE0830 for ; Sun, 3 Nov 2019 14:32:12 +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 BBB3C34C79C for ; Sun, 3 Nov 2019 14:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F59F8A5 for ; Sun, 3 Nov 2019 14:32:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572791523.4647c123711a50b021d49d781503510d7c4b050c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/pe-format/pe-format-9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4647c123711a50b021d49d781503510d7c4b050c X-VCS-Branch: master Date: Sun, 3 Nov 2019 14:32:09 +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: 371d067a-c13e-4a3f-8a75-fc8fb8747e22 X-Archives-Hash: 2f49d6a0e3a18ff82a61284aeec224cd commit: 4647c123711a50b021d49d781503510d7c4b050c Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 14:27:18 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 14:32:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4647c123 dev-dotnet/pe-format: Unifdef live ebuild Signed-off-by: Michał Górny gentoo.org> dev-dotnet/pe-format/pe-format-9999.ebuild | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild index e9f8305fd6c..94eec319e8e 100644 --- a/dev-dotnet/pe-format/pe-format-9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-9999.ebuild @@ -3,35 +3,24 @@ EAPI=6 -#if LIVE -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git" - -inherit autotools git-r3 -#endif - -inherit systemd xdg-utils +inherit autotools git-r3 systemd xdg-utils DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2" +EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="" IUSE="" DEPEND="dev-util/desktop-file-utils" RDEPEND="!