public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: dev-dotnet/pe-format/
Date: Mon, 12 Sep 2011 17:05:07 +0000 (UTC)	[thread overview]
Message-ID: <d11277a065fb25cd5492cd3c8990ab4b63e9401a.mgorny@gentoo> (raw)

commit:     d11277a065fb25cd5492cd3c8990ab4b63e9401a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 17:07:04 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 17:07:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=d11277a0

dev-dotnet/pe-format: Update, bump EAPI.

(Portage version: 2.2.0_alpha55_p26/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 dev-dotnet/pe-format/Manifest                |   14 +++++++-------
 dev-dotnet/pe-format/pe-format-2.9999.ebuild |   15 ++++++++++++---
 2 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/dev-dotnet/pe-format/Manifest b/dev-dotnet/pe-format/Manifest
index 25dd10c..114bb0d 100644
--- a/dev-dotnet/pe-format/Manifest
+++ b/dev-dotnet/pe-format/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD pe-format-2.9999.ebuild 793 RMD160 da9bef35963dca8a1e5b6b02a081550145181e74 SHA1 967b3bfbd2694f37a2ba37cebf756e0b4a1bda41 SHA256 53d213fb66e536c4362fd7825ffb61f8d7b113c410925060fe5aa094877bfe9f
+EBUILD pe-format-2.9999.ebuild 892 RMD160 aa4509fbac46636ac61e26a2bf589b8332c7bc90 SHA1 7af9cd2484bab8cb8d05d4cc98e90e82ae35bf66 SHA256 cdddd84c682d3508cf20134b3ea8e8714787bfa349b15944ab8512178a13167d
 MISC metadata.xml 529 RMD160 baa26fa11d5b58735563e5d8605b8238c1524802 SHA1 da82768536b06ca89e3fbfd22c7e3133d9af2a09 SHA256 34e90d064977e9f94e0d19d277784769b162b20c974ebd458592dd27aa9bfc46
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk4NxsgACgkQfXuS5UK5QB1D+QQAm2G9bN9oJ6rCwe/WCB9sDAj/
-Zyidw41bz2DsU1g/YXw3+kN/0c+IwGTr/DaHKAk3CNVg0B9M+sWGQsMrmw9RA3o0
-upv0MRKnwy0NDEHw/BPTkT/van2QjleI4QKuzT0fv5Odvvt1d+UI7fyl2apfCZeD
-zFa9ay1U5WZjgkpi8Fw=
-=l+R4
+iJwEAQEIAAYFAk5uPDgACgkQfXuS5UK5QB0isQP+ODAJaAasy1KKwt0Bh+9ln2/A
+gIwy7Y74kQfmg1e8f8Q8vQbHLkUKvvNgDSa140o+tAqKeEUXP9+s7sFryo1vVRjZ
+vHYUJ+dNnDGlfmcMuANzyaIuZVoVD9jVD4XI2qCxZLdrvTLJsBisd+oXSab7BvRq
+IN/EtaO+15pUsf1jMew=
+=WOUK
 -----END PGP SIGNATURE-----

diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index d7e804b..5431efc 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 inherit autotools-utils
 
 #if LIVE
@@ -32,10 +32,19 @@ src_prepare() {
 #endif
 }
 
+src_configure() {
+	local myeconfargs=(
+		--enable-openrc
+	)
+
+	autotools-utils_src_configure
+}
+
 src_install() {
 	autotools-utils_src_install
+	keepdir /var/lib
 
 	cd "${AUTOTOOLS_BUILD_DIR}" || die
-	newinitd ${PN}.init ${PN} || die
-	newconfd ${PN}.conf ${PN} || die
+	newinitd ${PN}.init ${PN}
+	newconfd ${PN}.conf ${PN}
 }



             reply	other threads:[~2011-09-12 17:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-12 17:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-28  9:27 [gentoo-commits] dev/mgorny:master commit in: dev-dotnet/pe-format/ Michał Górny
2011-12-06 21:32 Michał Górny
2011-10-17  8:33 Michał Górny
2011-09-22 13:43 Michał Górny
2011-09-22 10:35 Michał Górny
2011-09-19  8:35 Michał Górny
2011-09-18 17:53 Michał Górny
2011-09-18 17:49 Michał Górny
2011-07-01 13:21 Michał Górny
2011-05-06 14:54 Michał Górny
2011-04-24 18:14 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d11277a065fb25cd5492cd3c8990ab4b63e9401a.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox