Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: metadata.xml pe-format-2.1.1.ebuild ChangeLog
Date: Fri, 31 Aug 2012 09:02:44
Message-Id: 20120831090213.A05C420D5D@flycatcher.gentoo.org
1 mgorny 12/08/31 09:02:13
2
3 Modified: metadata.xml pe-format-2.1.1.ebuild ChangeLog
4 Log:
5 Sync to the live ebuild (URIs).
6
7 (Portage version: 2.2.0_alpha120_p33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-dotnet/pe-format/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/metadata.xml?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/metadata.xml?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/metadata.xml?r1=1.7&r2=1.8
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/metadata.xml,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- metadata.xml 12 Dec 2011 20:40:22 -0000 1.7
23 +++ metadata.xml 31 Aug 2012 09:02:13 -0000 1.8
24 @@ -11,6 +11,6 @@
25 <email>mgorny@g.o</email>
26 <name>Michał Górny</name>
27 </maintainer>
28 - <bugs-to>https://github.com/mgorny/pe-format2/issues/</bugs-to>
29 + <bugs-to>https://bitbucket.org/mgorny/pe-format2/issues/</bugs-to>
30 </upstream>
31 </pkgmetadata>
32
33
34
35 1.5 dev-dotnet/pe-format/pe-format-2.1.1.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild?rev=1.5&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild?rev=1.5&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild?r1=1.4&r2=1.5
40
41 Index: pe-format-2.1.1.ebuild
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild,v
44 retrieving revision 1.4
45 retrieving revision 1.5
46 diff -u -r1.4 -r1.5
47 --- pe-format-2.1.1.ebuild 28 Jan 2012 15:28:21 -0000 1.4
48 +++ pe-format-2.1.1.ebuild 31 Aug 2012 09:02:13 -0000 1.5
49 @@ -1,14 +1,14 @@
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild,v 1.4 2012/01/28 15:28:21 phajdan.jr Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild,v 1.5 2012/08/31 09:02:13 mgorny Exp $
54
55 EAPI=4
56
57 inherit autotools-utils fdo-mime systemd
58
59 DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
60 -HOMEPAGE="https://github.com/mgorny/pe-format2/"
61 -SRC_URI="mirror://github/mgorny/${PN}2/${P}.tar.bz2"
62 +HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
63 +SRC_URI="mirror://bitbucket/mgorny/${PN}2/downloads/${P}.tar.bz2"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67
68
69
70 1.40 dev-dotnet/pe-format/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.40&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.40&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.39&r2=1.40
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
79 retrieving revision 1.39
80 retrieving revision 1.40
81 diff -u -r1.39 -r1.40
82 --- ChangeLog 14 Apr 2012 15:38:18 -0000 1.39
83 +++ ChangeLog 31 Aug 2012 09:02:13 -0000 1.40
84 @@ -1,6 +1,10 @@
85 # ChangeLog for dev-dotnet/pe-format
86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.39 2012/04/14 15:38:18 mgorny Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.40 2012/08/31 09:02:13 mgorny Exp $
89 +
90 + 31 Aug 2012; Michał Górny <mgorny@g.o> metadata.xml,
91 + pe-format-2.1.1.ebuild:
92 + Sync to the live ebuild (URIs).
93
94 14 Apr 2012; Michał Górny <mgorny@g.o> -pe-format-1.ebuild,
95 -pe-format-2.0.5.ebuild, -pe-format-2.1.ebuild:
96 @@ -157,4 +161,3 @@
97 +files/pe-format.conf, +files/pe-format.init, +metadata.xml,
98 +pe-format-0.ebuild:
99 Initial import of ebuild
100 -