public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.1.ebuild ChangeLog
@ 2011-10-17  8:37 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2011-10-17  8:37 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/10/17 08:37:17

  Modified:             ChangeLog
  Added:                pe-format-2.1.ebuild
  Log:
  Version bump. The new version reuses binfmt.d directory, and thus is compatible both with new OpenRC and systemd.
  
  (Portage version: 2.2.0_alpha67_p52/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 dev-dotnet/pe-format/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	9 Sep 2011 20:30:45 -0000	1.31
+++ ChangeLog	17 Oct 2011 08:37:17 -0000	1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-dotnet/pe-format
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.31 2011/09/09 20:30:45 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.32 2011/10/17 08:37:17 mgorny Exp $
+
+*pe-format-2.1 (17 Oct 2011)
+
+  17 Oct 2011; Michał Górny <mgorny@gentoo.org> +pe-format-2.1.ebuild:
+  Version bump. The new version reuses binfmt.d directory, and thus is
+  compatible both with new OpenRC and systemd.
 
   09 Sep 2011; Tony Vroon <chainsaw@gentoo.org> pe-format-2.0.5.ebuild:
   Marked stable based on arch testing by Ian "idella4" Delaney & Agostino "ago"



1.1                  dev-dotnet/pe-format/pe-format-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?rev=1.1&content-type=text/plain

Index: pe-format-2.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v 1.1 2011/10/17 08:37:17 mgorny Exp $

EAPI=4
inherit autotools-utils systemd

DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://github.com/mgorny/pe-format2/"
SRC_URI="mirror://github/mgorny/${PN}2/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="!<sys-apps/openrc-0.9.4"

src_configure() {
	systemd_to_myeconfargs
	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install
	keepdir /var/lib
}

pkg_postinst() {
	ebegin "Calling pe-format2-setup to update handler setup"
	pe-format2-setup
	eend ${?}
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.1.ebuild ChangeLog
@ 2011-12-11  9:15 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-11  9:15 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/11 09:15:56

  Modified:             pe-format-2.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #389183
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-dotnet/pe-format/pe-format-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?r1=1.1&r2=1.2

Index: pe-format-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pe-format-2.1.ebuild	17 Oct 2011 08:37:17 -0000	1.1
+++ pe-format-2.1.ebuild	11 Dec 2011 09:15:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v 1.1 2011/10/17 08:37:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v 1.2 2011/12/11 09:15:56 phajdan.jr Exp $
 
 EAPI=4
 inherit autotools-utils systemd
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="!<sys-apps/openrc-0.9.4"



1.33                 dev-dotnet/pe-format/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	17 Oct 2011 08:37:17 -0000	1.32
+++ ChangeLog	11 Dec 2011 09:15:56 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/pe-format
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.32 2011/10/17 08:37:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.33 2011/12/11 09:15:56 phajdan.jr Exp $
+
+  11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pe-format-2.1.ebuild:
+  x86 stable wrt bug #389183
 
 *pe-format-2.1 (17 Oct 2011)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.1.ebuild ChangeLog
@ 2011-12-14 17:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-14 17:41 UTC (permalink / raw
  To: gentoo-commits

ago         11/12/14 17:41:05

  Modified:             pe-format-2.1.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #389183
  
  (Portage version: 2.1.10.40/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-dotnet/pe-format/pe-format-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild?r1=1.2&r2=1.3

Index: pe-format-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pe-format-2.1.ebuild	11 Dec 2011 09:15:56 -0000	1.2
+++ pe-format-2.1.ebuild	14 Dec 2011 17:41:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v 1.2 2011/12/11 09:15:56 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.ebuild,v 1.3 2011/12/14 17:41:05 ago Exp $
 
 EAPI=4
 inherit autotools-utils systemd
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="!<sys-apps/openrc-0.9.4"



1.35                 dev-dotnet/pe-format/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	12 Dec 2011 20:40:22 -0000	1.34
+++ ChangeLog	14 Dec 2011 17:41:05 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-dotnet/pe-format
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.34 2011/12/12 20:40:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.35 2011/12/14 17:41:05 ago Exp $
+
+  14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pe-format-2.1.ebuild:
+  Stable for AMD64, wrt bug #389183
 
 *pe-format-2.1.1 (12 Dec 2011)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-14 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11  9:15 [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-14 17:41 Agostino Sarubbo (ago)
2011-10-17  8:37 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox