From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43AC558973 for ; Tue, 9 Feb 2016 17:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DBD921C155; Tue, 9 Feb 2016 17:13:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00DE721C155 for ; Tue, 9 Feb 2016 17:13:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AE6134074E for ; Tue, 9 Feb 2016 17:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F1C210B8 for ; Tue, 9 Feb 2016 17:13:26 +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: <1455037995.4fa44f822cf98d9b35a3d86307e3b47c3ca62d1b.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-2.1.2-r1.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4fa44f822cf98d9b35a3d86307e3b47c3ca62d1b X-VCS-Branch: master Date: Tue, 9 Feb 2016 17:13:26 +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: 14a8ea77-a553-4eee-b652-c73203cf0cb4 X-Archives-Hash: 55e0735000affef84a24b17b3c405d25 commit: 4fa44f822cf98d9b35a3d86307e3b47c3ca62d1b Author: Michał Górny gentoo org> AuthorDate: Tue Feb 9 17:10:54 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 9 17:13:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa44f82 dev-dotnet/pe-format: Revbump to backport fixes and EAPI=6 updates dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild new file mode 100644 index 0000000..d49ad22 --- /dev/null +++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit 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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-util/desktop-file-utils" +RDEPEND="!