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 1R6gcm-00079s-8E for garchives@archives.gentoo.org; Thu, 22 Sep 2011 10:35:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD76421C02A; Thu, 22 Sep 2011 10:35:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 88F0B21C02A for ; Thu, 22 Sep 2011 10:35:15 +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 0ABC21B401B for ; Thu, 22 Sep 2011 10:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2387680042 for ; Thu, 22 Sep 2011 10:35:14 +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: bc3452832e0524ecf1a918a3096e0c51534faef5 Date: Thu, 22 Sep 2011 10:35:14 +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: 668b9e5788d6435d0daff341a8475c24 commit: bc3452832e0524ecf1a918a3096e0c51534faef5 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Sep 22 10:36:50 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Sep 22 10:36:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Dbc345283 dev-dotnet/pe-format: Introduce systemd units. (Portage version: 2.2.0_alpha59_p8/git/Linux x86_64, unsigned Manifest co= mmit) --- dev-dotnet/pe-format/pe-format-2.9999.ebuild | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe= -format/pe-format-2.9999.ebuild index bc6ac1a..5cd32d1 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ =20 EAPI=3D4 -inherit autotools-utils +inherit autotools-utils systemd =20 #if LIVE EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}2.git @@ -32,6 +32,11 @@ src_prepare() { } #endif =20 +src_configure() { + systemd_to_myeconfargs + autotools-utils_src_configure +} + src_install() { autotools-utils_src_install keepdir /var/lib