Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
Date: Tue, 02 Jan 2018 06:19:15
Message-Id: 1514873920.11f54dfdae25f98657a9cdf4faa376c7fde4f166.mgorny@gentoo
1 commit: 11f54dfdae25f98657a9cdf4faa376c7fde4f166
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 22:01:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 06:18:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f54dfd
7
8 dev-dotnet/pe-format: Clean old up
9
10 dev-dotnet/pe-format/pe-format-2.1.2.ebuild | 37 -----------------------------
11 1 file changed, 37 deletions(-)
12
13 diff --git a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
14 deleted file mode 100644
15 index 7f35a3d30e2..00000000000
16 --- a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
17 +++ /dev/null
18 @@ -1,37 +0,0 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=4
23 -
24 -inherit autotools-utils fdo-mime systemd
25 -
26 -DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
27 -HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
28 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="amd64 ppc x86"
33 -IUSE=""
34 -
35 -RDEPEND="!<sys-apps/openrc-0.9.4"
36 -
37 -src_configure() {
38 - local myeconfargs=(
39 - "$(systemd_with_unitdir)"
40 - )
41 - autotools-utils_src_configure
42 -}
43 -
44 -src_install() {
45 - autotools-utils_src_install
46 - keepdir /var/lib
47 -}
48 -
49 -pkg_postinst() {
50 - ebegin "Calling pe-format2-setup to update handler setup"
51 - pe-format2-setup
52 - eend ${?}
53 -
54 - fdo-mime_desktop_database_update
55 -}