From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R5LYm-0005Mw-7l for garchives@archives.gentoo.org; Sun, 18 Sep 2011 17:53:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3131C21C06F; Sun, 18 Sep 2011 17:53:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0412621C06F for ; Sun, 18 Sep 2011 17:53:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85AB61B4029 for ; Sun, 18 Sep 2011 17:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 93FB880042 for ; Sun, 18 Sep 2011 17:53:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] dev/mgorny:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: dev/mgorny X-VCS-Files: dev-dotnet/pe-format/pe-format-2.9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a0daad7e5ebddb96963f65dc0ce6abb36614bc49 Date: Sun, 18 Sep 2011 17:53:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6c97ef6120900c407b44a875536e819f commit: a0daad7e5ebddb96963f65dc0ce6abb36614bc49 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun Sep 18 17:55:24 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sun Sep 18 17:55:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Da0daad7e dev-dotnet/pe-format: Remove OpenRC code; it will be replaced by binfmt.d= support in OpenRC. (Portage version: 2.2.0_alpha58_p6/git/Linux x86_64, unsigned Manifest co= mmit) --- dev-dotnet/pe-format/pe-format-2.9999.ebuild | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe= -format/pe-format-2.9999.ebuild index 5dd68a9..6289045 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -25,28 +25,14 @@ KEYWORDS=3D SRC_URI=3D =20 DEPEND=3D"sys-devel/systemd-sdk" -#endif =20 src_prepare() { autotools-utils_src_prepare -#if LIVE eautoreconf -#endif -} - -src_configure() { - local myeconfargs=3D( - --enable-openrc - ) - - autotools-utils_src_configure } +#endif =20 src_install() { autotools-utils_src_install keepdir /var/lib - - cd "${AUTOTOOLS_BUILD_DIR}" || die - newinitd ${PN}.init ${PN} - newconfd ${PN}.conf ${PN} }