* [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.9999.ebuild ChangeLog
@ 2012-12-15 12:55 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-15 12:55 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/15 12:55:53
Modified: ChangeLog
Added: pe-format-2.9999.ebuild
Log:
Import the live ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.41 dev-dotnet/pe-format/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 31 Aug 2012 09:02:13 -0000 1.40
+++ ChangeLog 15 Dec 2012 12:55:53 -0000 1.41
@@ -1,6 +1,11 @@
# ChangeLog for dev-dotnet/pe-format
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.40 2012/08/31 09:02:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.41 2012/12/15 12:55:53 mgorny Exp $
+
+*pe-format-2.9999 (15 Dec 2012)
+
+ 15 Dec 2012; Michał Górny <mgorny@gentoo.org> +pe-format-2.9999.ebuild:
+ Import the live ebuild.
31 Aug 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
pe-format-2.1.1.ebuild:
1.1 dev-dotnet/pe-format/pe-format-2.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?rev=1.1&content-type=text/plain
Index: pe-format-2.9999.ebuild
===================================================================
# Copyright 1999-2012 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.9999.ebuild,v 1.1 2012/12/15 12:55:53 mgorny Exp $
EAPI=4
#if LIVE
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}2.git"
inherit git-2
#endif
inherit autotools-utils fdo-mime systemd
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
SRC_URI="mirror://bitbucket/mgorny/${PN}2/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="!<sys-apps/openrc-0.9.4"
#if LIVE
KEYWORDS=
SRC_URI=
DEPEND="sys-devel/systemd-sdk"
#endif
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 ${?}
fdo-mime_desktop_database_update
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.9999.ebuild ChangeLog
@ 2013-09-11 10:52 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-11 10:52 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/11 10:52:16
Modified: pe-format-2.9999.ebuild ChangeLog
Log:
sys-devel/systemd-sdk has been renamed to systemd-m4.
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 dev-dotnet/pe-format/pe-format-2.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?r1=1.2&r2=1.3
Index: pe-format-2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pe-format-2.9999.ebuild 11 Sep 2013 08:02:51 -0000 1.2
+++ pe-format-2.9999.ebuild 11 Sep 2013 10:52:16 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.9999.ebuild,v 1.2 2013/09/11 08:02:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v 1.3 2013/09/11 10:52:16 mgorny Exp $
EAPI=4
@@ -28,7 +28,7 @@
KEYWORDS=
SRC_URI=
-DEPEND="sys-devel/systemd-sdk"
+DEPEND="sys-devel/systemd-m4"
#endif
src_configure() {
1.47 dev-dotnet/pe-format/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 11 Sep 2013 08:02:51 -0000 1.46
+++ ChangeLog 11 Sep 2013 10:52:16 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/pe-format
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.46 2013/09/11 08:02:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.47 2013/09/11 10:52:16 mgorny Exp $
+
+ 11 Sep 2013; Michał Górny <mgorny@gentoo.org> pe-format-2.9999.ebuild:
+ sys-devel/systemd-sdk has been renamed to systemd-m4.
11 Sep 2013; Michał Górny <mgorny@gentoo.org> -pe-format-2.1.1.ebuild,
pe-format-2.1.2.ebuild, pe-format-2.9999.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.9999.ebuild ChangeLog
@ 2013-10-14 20:53 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-14 20:53 UTC (permalink / raw
To: gentoo-commits
mgorny 13/10/14 20:53:46
Modified: pe-format-2.9999.ebuild ChangeLog
Log:
Switch to git-r3.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 dev-dotnet/pe-format/pe-format-2.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild?r1=1.3&r2=1.4
Index: pe-format-2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pe-format-2.9999.ebuild 11 Sep 2013 10:52:16 -0000 1.3
+++ pe-format-2.9999.ebuild 14 Oct 2013 20:53:46 -0000 1.4
@@ -1,14 +1,14 @@
# Copyright 1999-2013 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.9999.ebuild,v 1.3 2013/09/11 10:52:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v 1.4 2013/10/14 20:53:46 mgorny Exp $
-EAPI=4
+EAPI=5
#if LIVE
AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}2.git"
-inherit git-2
+inherit git-r3
#endif
inherit autotools-utils fdo-mime systemd
1.48 dev-dotnet/pe-format/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 11 Sep 2013 10:52:16 -0000 1.47
+++ ChangeLog 14 Oct 2013 20:53:46 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/pe-format
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.47 2013/09/11 10:52:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.48 2013/10/14 20:53:46 mgorny Exp $
+
+ 14 Oct 2013; Michał Górny <mgorny@gentoo.org> pe-format-2.9999.ebuild:
+ Switch to git-r3.
11 Sep 2013; Michał Górny <mgorny@gentoo.org> pe-format-2.9999.ebuild:
sys-devel/systemd-sdk has been renamed to systemd-m4.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-14 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 20:53 [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: pe-format-2.9999.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2013-09-11 10:52 Michal Gorny (mgorny)
2012-12-15 12:55 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