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.53.ebuild
@ 2009-10-04 15:19 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2009-10-04 15:19 UTC (permalink / raw
  To: gentoo-commits

sping       09/10/04 15:19:01

  Modified:             ChangeLog
  Added:                uncrustify-0.53.ebuild
  Log:
  Bump to 0.53
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-util/uncrustify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Oct 2009 17:43:44 -0000	1.1
+++ ChangeLog	4 Oct 2009 15:19:01 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/uncrustify
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.1 2009/10/01 17:43:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.2 2009/10/04 15:19:01 sping Exp $
+
+*uncrustify-0.53 (04 Oct 2009)
+
+  04 Oct 2009; Sebastian Pipping <sping@gentoo.org> +uncrustify-0.53.ebuild:
+  Bump to 0.53
 
 *uncrustify-0.52 (01 Oct 2009)
 



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

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

Index: uncrustify-0.53.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.1 2009/10/04 15:19:01 sping Exp $

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

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

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

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

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






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

* [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.53.ebuild
@ 2010-02-09 20:52 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-02-09 20:52 UTC (permalink / raw
  To: gentoo-commits

grobian     10/02/09 20:52:42

  Modified:             ChangeLog uncrustify-0.53.ebuild
  Log:
  Marked ~amd64-linux
  (Portage version: 2.2.00.15320-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.4                  dev-util/uncrustify/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/uncrustify/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	4 Oct 2009 15:34:12 -0000	1.3
+++ ChangeLog	9 Feb 2010 20:52:41 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/uncrustify
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.3 2009/10/04 15:34:12 sping Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.4 2010/02/09 20:52:41 grobian Exp $
+
+  09 Feb 2010; Fabian Groffen <grobian@gentoo.org> uncrustify-0.53.ebuild:
+  Marked ~amd64-linux
 
 *uncrustify-9999 (04 Oct 2009)
 



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

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

Index: uncrustify-0.53.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uncrustify-0.53.ebuild	4 Oct 2009 15:19:01 -0000	1.1
+++ uncrustify-0.53.ebuild	9 Feb 2010 20:52:41 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.1 2009/10/04 15:19:01 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.2 2010/02/09 20:52:41 grobian 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 ~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="test? ( dev-lang/python )"






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

end of thread, other threads:[~2010-02-09 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 15:19 [gentoo-commits] gentoo-x86 commit in dev-util/uncrustify: ChangeLog uncrustify-0.53.ebuild Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-09 20:52 Fabian Groffen (grobian)

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