* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: uncrustify-0.59.ebuild ChangeLog
@ 2012-05-06 11:25 Fabian Groffen (grobian)
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2012-05-06 11:25 UTC (permalink / raw
To: gentoo-commits
grobian 12/05/06 11:25:48
Modified: uncrustify-0.59.ebuild ChangeLog
Log:
Add patch to fix compilation with GCC 4.7, bug #413859
(Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
Revision Changes Path
1.2 dev-util/uncrustify/uncrustify-0.59.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?r1=1.1&r2=1.2
Index: uncrustify-0.59.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uncrustify-0.59.ebuild 14 Mar 2012 14:23:53 -0000 1.1
+++ uncrustify-0.59.ebuild 6 May 2012 11:25:48 -0000 1.2
@@ -1,6 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.1 2012/03/14 14:23:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.2 2012/05/06 11:25:48 grobian Exp $
+
+EAPI="3"
+
+inherit eutils
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -8,12 +12,16 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
DEPEND="test? ( =dev-lang/python-2* )"
RDEPEND=""
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-unistdh.patch
+}
+
src_test() {
cd tests
python2 run_tests.py || die "tests failed"
1.17 dev-util/uncrustify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 14 Mar 2012 14:23:53 -0000 1.16
+++ ChangeLog 6 May 2012 11:25:48 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/uncrustify
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.16 2012/03/14 14:23:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.17 2012/05/06 11:25:48 grobian Exp $
+
+ 06 May 2012; Fabian Groffen <grobian@gentoo.org>
+ +files/uncrustify-0.59-unistdh.patch, uncrustify-0.59.ebuild:
+ Add patch to fix compilation with GCC 4.7, bug #413859
*uncrustify-0.59 (14 Mar 2012)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: uncrustify-0.59.ebuild ChangeLog
@ 2012-05-08 8:17 Fabian Groffen (grobian)
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2012-05-08 8:17 UTC (permalink / raw
To: gentoo-commits
grobian 12/05/08 08:17:05
Modified: uncrustify-0.59.ebuild ChangeLog
Log:
Marked ~x64-solaris
(Portage version: 2.2.01.20430-prefix/cvs/SunOS i386)
Revision Changes Path
1.3 dev-util/uncrustify/uncrustify-0.59.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?r1=1.2&r2=1.3
Index: uncrustify-0.59.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uncrustify-0.59.ebuild 6 May 2012 11:25:48 -0000 1.2
+++ uncrustify-0.59.ebuild 8 May 2012 08:17:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.2 2012/05/06 11:25:48 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.3 2012/05/08 08:17:05 grobian Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
IUSE="test"
DEPEND="test? ( =dev-lang/python-2* )"
1.18 dev-util/uncrustify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 6 May 2012 11:25:48 -0000 1.17
+++ ChangeLog 8 May 2012 08:17:05 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/uncrustify
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.17 2012/05/06 11:25:48 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.18 2012/05/08 08:17:05 grobian Exp $
+
+ 08 May 2012; Fabian Groffen <grobian@gentoo.org> uncrustify-0.59.ebuild:
+ Marked ~x64-solaris
06 May 2012; Fabian Groffen <grobian@gentoo.org>
+files/uncrustify-0.59-unistdh.patch, uncrustify-0.59.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: uncrustify-0.59.ebuild ChangeLog
@ 2013-05-19 10:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-19 10:14 UTC (permalink / raw
To: gentoo-commits
ago 13/05/19 10:14:10
Modified: uncrustify-0.59.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #470276
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-util/uncrustify/uncrustify-0.59.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?r1=1.3&r2=1.4
Index: uncrustify-0.59.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uncrustify-0.59.ebuild 8 May 2012 08:17:05 -0000 1.3
+++ uncrustify-0.59.ebuild 19 May 2013 10:14:10 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.3 2012/05/08 08:17:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.4 2013/05/19 10:14:10 ago Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
IUSE="test"
DEPEND="test? ( =dev-lang/python-2* )"
1.20 dev-util/uncrustify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 18 May 2013 17:48:58 -0000 1.19
+++ ChangeLog 19 May 2013 10:14:10 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/uncrustify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.19 2013/05/18 17:48:58 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.20 2013/05/19 10:14:10 ago Exp $
+
+ 19 May 2013; Agostino Sarubbo <ago@gentoo.org> uncrustify-0.59.ebuild:
+ Stable for amd64, wrt bug #470276
*uncrustify-0.60 (18 May 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: uncrustify-0.59.ebuild ChangeLog
@ 2013-05-20 8:33 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 8:33 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 08:33:31
Modified: uncrustify-0.59.ebuild ChangeLog
Log:
Stable for x86, wrt bug #470276
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-util/uncrustify/uncrustify-0.59.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild?r1=1.4&r2=1.5
Index: uncrustify-0.59.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uncrustify-0.59.ebuild 19 May 2013 10:14:10 -0000 1.4
+++ uncrustify-0.59.ebuild 20 May 2013 08:33:31 -0000 1.5
@@ -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-util/uncrustify/uncrustify-0.59.ebuild,v 1.4 2013/05/19 10:14:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.5 2013/05/20 08:33:31 ago Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
IUSE="test"
DEPEND="test? ( =dev-lang/python-2* )"
1.21 dev-util/uncrustify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 19 May 2013 10:14:10 -0000 1.20
+++ ChangeLog 20 May 2013 08:33:31 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/uncrustify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.20 2013/05/19 10:14:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.21 2013/05/20 08:33:31 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> uncrustify-0.59.ebuild:
+ Stable for x86, wrt bug #470276
19 May 2013; Agostino Sarubbo <ago@gentoo.org> uncrustify-0.59.ebuild:
Stable for amd64, wrt bug #470276
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-20 8:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 11:25 [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: uncrustify-0.59.ebuild ChangeLog Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2012-05-08 8:17 Fabian Groffen (grobian)
2013-05-19 10:14 Agostino Sarubbo (ago)
2013-05-20 8:33 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox