public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.58.ebuild
@ 2011-08-03 11:23 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2011-08-03 11:23 UTC (permalink / raw
  To: gentoo-commits

grobian     11/08/03 11:23:44

  Modified:             ChangeLog
  Added:                uncrustify-0.58.ebuild
  Log:
  Version bump to 0.58
  
  (Portage version: 2.2.01.19011-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.11                 dev-util/uncrustify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Dec 2010 13:35:30 -0000	1.10
+++ ChangeLog	3 Aug 2011 11:23:44 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/uncrustify
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.10 2010/12/20 13:35:30 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.11 2011/08/03 11:23:44 grobian Exp $
+
+*uncrustify-0.58 (03 Aug 2011)
+
+  03 Aug 2011; Fabian Groffen <grobian@gentoo.org> +uncrustify-0.58.ebuild:
+  Version bump to 0.58
 
 *uncrustify-0.57 (20 Dec 2010)
 



1.1                  dev-util/uncrustify/uncrustify-0.58.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild?rev=1.1&content-type=text/plain

Index: uncrustify-0.58.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v 1.1 2011/08/03 11:23:44 grobian Exp $

DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
HOMEPAGE="http://uncrustify.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
IUSE="test"

DEPEND="test? ( =dev-lang/python-2* )"
RDEPEND=""

src_test() {
	cd tests
	python2 run_tests.py || die "tests failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.58.ebuild
@ 2012-01-27 15:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-27 15:55 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/27 15:55:40

  Modified:             ChangeLog uncrustify-0.58.ebuild
  Log:
  Stable for amd64, wrt bug #400353
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-util/uncrustify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	7 Aug 2011 10:15:42 -0000	1.13
+++ ChangeLog	27 Jan 2012 15:55:40 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/uncrustify
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.13 2011/08/07 10:15:42 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.14 2012/01/27 15:55:40 ago Exp $
+
+  27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> uncrustify-0.58.ebuild:
+  Stable for amd64, wrt bug #400353
 
   07 Aug 2011; Markos Chandras <hwoarang@gentoo.org> uncrustify-0.57.ebuild:
   Stable on amd64 wrt bug #377547



1.2                  dev-util/uncrustify/uncrustify-0.58.ebuild

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

Index: uncrustify-0.58.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uncrustify-0.58.ebuild	3 Aug 2011 11:23:44 -0000	1.1
+++ uncrustify-0.58.ebuild	27 Jan 2012 15:55:40 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.58.ebuild,v 1.1 2011/08/03 11:23:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v 1.2 2012/01/27 15:55:40 ago Exp $
 
 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
 HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="test? ( =dev-lang/python-2* )"






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.58.ebuild
@ 2012-01-28 15:31 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-28 15:31 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/28 15:31:49

  Modified:             ChangeLog uncrustify-0.58.ebuild
  Log:
  x86 stable wrt bug #400353
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.15                 dev-util/uncrustify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Jan 2012 15:55:40 -0000	1.14
+++ ChangeLog	28 Jan 2012 15:31:49 -0000	1.15
@@ -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.14 2012/01/27 15:55:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.15 2012/01/28 15:31:49 phajdan.jr Exp $
+
+  28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> uncrustify-0.58.ebuild:
+  x86 stable wrt bug #400353
 
   27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> uncrustify-0.58.ebuild:
   Stable for amd64, wrt bug #400353



1.3                  dev-util/uncrustify/uncrustify-0.58.ebuild

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

Index: uncrustify-0.58.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uncrustify-0.58.ebuild	27 Jan 2012 15:55:40 -0000	1.2
+++ uncrustify-0.58.ebuild	28 Jan 2012 15:31:49 -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.58.ebuild,v 1.2 2012/01/27 15:55:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v 1.3 2012/01/28 15:31:49 phajdan.jr Exp $
 
 DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
 HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="test? ( =dev-lang/python-2* )"






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

end of thread, other threads:[~2012-01-28 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 11:23 [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.58.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-27 15:55 Agostino Sarubbo (ago)
2012-01-28 15:31 PaweA Hajdan (phajdan.jr)

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