Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Ryan Hill (dirtyepic)" <dirtyepic@g.o>
|
|
Subject:
|
gentoo-x86 commit in app-editors/xmlcopyeditor: ChangeLog xmlcopyeditor-1.2.0.2-r2.ebuild
|
|
Date:
|
Wed, 01 Jul 2009 06:18:08 +0000
|
|
dirtyepic 09/07/01 06:18:08
Modified: ChangeLog xmlcopyeditor-1.2.0.2-r2.ebuild
Log:
Fix building with GCC 4.4. Patch by caolan mcnamara.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.13 app-editors/xmlcopyeditor/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 29 Apr 2009 18:58:32 -0000 1.12
+++ ChangeLog 1 Jul 2009 06:18:08 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/xmlcopyeditor
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.12 2009/04/29 18:58:32 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.13 2009/07/01 06:18:08 dirtyepic Exp $
+
+ 01 Jul 2009; Ryan Hill <dirtyepic@g.o>
+ xmlcopyeditor-1.2.0.2-r2.ebuild, +files/xmlcopyeditor-1.2.0.2-gcc44.patch:
+ Fix building with GCC 4.4. Patch by caolan mcnamara.
*xmlcopyeditor-1.2.0.2-r2 (29 Apr 2009)
1.2 app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild?r1=1.1&r2=1.2
Index: xmlcopyeditor-1.2.0.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlcopyeditor-1.2.0.2-r2.ebuild 29 Apr 2009 18:58:32 -0000 1.1
+++ xmlcopyeditor-1.2.0.2-r2.ebuild 1 Jul 2009 06:18:08 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild,v 1.1 2009/04/29 18:58:32 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild,v 1.2 2009/07/01 06:18:08 dirtyepic Exp $
EAPI="2"
@@ -28,6 +28,10 @@
RDEPEND=${DEPEND}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gcc44.patch
+}
+
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
|
|