commit: 52486e53eb1beb57753f06df444d5d1f437219dd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:45:31 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:56:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52486e53
dev-dotnet/pe-format: Remove live ebuild for a dead project Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-dotnet/pe-format/pe-format-9999.ebuild | 42 ------------------------------ 1 file changed, 42 deletions(-) diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild deleted file mode 100644 index a1e24651cad2..000000000000 --- a/dev-dotnet/pe-format/pe-format-9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools git-r3 systemd xdg-utils - -DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" -HOMEPAGE="https://github.com/projg2/pe-format2/" -EGIT_REPO_URI="https://github.com/projg2/pe-format2.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-util/desktop-file-utils" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" - ) - econf "${myconf[@]}" -} - -src_install() { - default - keepdir /var/lib -} - -pkg_postinst() { - ebegin "Calling pe-format2-setup to update handler setup" - pe-format2-setup - eend ${?} - - xdg_desktop_database_update -}
