public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog
@ 2012-11-26  3:09 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-26  3:09 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/26 03:09:13

  Modified:             ChangeLog
  Added:                comparator-2.9.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.21                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	28 Oct 2012 15:11:13 -0000	1.20
+++ ChangeLog	26 Nov 2012 03:09:13 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.20 2012/10/28 15:11:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.21 2012/11/26 03:09:13 blueness Exp $
+
+*comparator-2.9 (26 Nov 2012)
+
+  26 Nov 2012; Anthony G. Basile <blueness@gentoo.org> +comparator-2.9.ebuild:
+  Version bump
 
   28 Oct 2012; Anthony G. Basile <blueness@gentoo.org> metadata.xml:
   Added myself as maintainer



1.1                  dev-util/comparator/comparator-2.9.ebuild

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

Index: comparator-2.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.1 2012/11/26 03:09:13 blueness Exp $

EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils toolchain-funcs

DESCRIPTION="ESR's utility for making fast comparisons among large source trees"
HOMEPAGE="http://www.catb.org/~esr/comparator/"
SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz"

LICENSE="as-is GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE=""

RDEPEND=""
DEPEND="=app-text/docbook-xml-dtd-4.1.2*
	app-text/xmlto"

PYTHON_MODNAME="comparator.py"

src_prepare() {
	sed \
		-e '/install -m 755 -o 0 -g 0 filterator/d' \
		-e '/python setup.py install/d' \
		-i Makefile || die "sed failed"
}

src_compile() {
	distutils_src_compile
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
	emake comparator.html scf-standard.html
}

src_install() {
	distutils_src_install
	emake ROOT="${D}" install

	install_filterator() {
		newbin filterator filterator-${PYTHON_ABI} || return 1
		python_convert_shebangs ${PYTHON_ABI} "${ED}usr/bin/filterator-${PYTHON_ABI}"
	}
	python_execute_function -q install_filterator
	python_generate_wrapper_scripts "${ED}usr/bin/filterator"

	dohtml *.html
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog
@ 2013-02-10 12:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-10 12:28 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/10 12:28:20

  Modified:             comparator-2.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #456628
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-util/comparator/comparator-2.9.ebuild

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

Index: comparator-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- comparator-2.9.ebuild	2 Dec 2012 21:26:09 -0000	1.3
+++ comparator-2.9.ebuild	10 Feb 2013 12:28:20 -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/comparator/comparator-2.9.ebuild,v 1.3 2012/12/02 21:26:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.4 2013/02/10 12:28:20 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



1.24                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	2 Dec 2012 21:26:09 -0000	1.23
+++ ChangeLog	10 Feb 2013 12:28:20 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.23 2012/12/02 21:26:09 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.24 2013/02/10 12:28:20 ago Exp $
+
+  10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
+  Stable for x86, wrt bug #456628
 
   02 Dec 2012; Anthony G. Basile <blueness@gentoo.org> comparator-2.5.ebuild,
   comparator-2.8.ebuild, comparator-2.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog
@ 2013-02-10 12:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-10 12:28 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/10 12:28:33

  Modified:             comparator-2.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #456628
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  dev-util/comparator/comparator-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?r1=1.4&r2=1.5

Index: comparator-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- comparator-2.9.ebuild	10 Feb 2013 12:28:20 -0000	1.4
+++ comparator-2.9.ebuild	10 Feb 2013 12:28:33 -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/comparator/comparator-2.9.ebuild,v 1.4 2013/02/10 12:28:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.5 2013/02/10 12:28:33 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



1.25                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	10 Feb 2013 12:28:20 -0000	1.24
+++ ChangeLog	10 Feb 2013 12:28:33 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.24 2013/02/10 12:28:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.25 2013/02/10 12:28:33 ago Exp $
+
+  10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
+  Stable for amd64, wrt bug #456628
 
   10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
   Stable for x86, wrt bug #456628





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

* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog
@ 2013-02-12 16:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-12 16:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/12 16:54:04

  Modified:             comparator-2.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #456628
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-util/comparator/comparator-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?r1=1.5&r2=1.6

Index: comparator-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- comparator-2.9.ebuild	10 Feb 2013 12:28:33 -0000	1.5
+++ comparator-2.9.ebuild	12 Feb 2013 16:54:04 -0000	1.6
@@ -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/comparator/comparator-2.9.ebuild,v 1.5 2013/02/10 12:28:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.6 2013/02/12 16:54:04 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



1.26                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	10 Feb 2013 12:28:33 -0000	1.25
+++ ChangeLog	12 Feb 2013 16:54:04 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.25 2013/02/10 12:28:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.26 2013/02/12 16:54:04 ago Exp $
+
+  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
+  Stable for ppc64, wrt bug #456628
 
   10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
   Stable for amd64, wrt bug #456628





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

* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog
@ 2013-02-12 17:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-12 17:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/12 17:00:24

  Modified:             comparator-2.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #456628
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  dev-util/comparator/comparator-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?r1=1.6&r2=1.7

Index: comparator-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- comparator-2.9.ebuild	12 Feb 2013 16:54:04 -0000	1.6
+++ comparator-2.9.ebuild	12 Feb 2013 17:00:24 -0000	1.7
@@ -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/comparator/comparator-2.9.ebuild,v 1.6 2013/02/12 16:54:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.7 2013/02/12 17:00:24 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



1.27                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	12 Feb 2013 16:54:04 -0000	1.26
+++ ChangeLog	12 Feb 2013 17:00:24 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.26 2013/02/12 16:54:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.27 2013/02/12 17:00:24 ago Exp $
+
+  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
+  Stable for ppc, wrt bug #456628
 
   12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
   Stable for ppc64, wrt bug #456628





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

* [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog
@ 2013-02-12 19:34 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-12 19:34 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/12 19:34:27

  Modified:             comparator-2.9.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #456628
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-util/comparator/comparator-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild?r1=1.7&r2=1.8

Index: comparator-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- comparator-2.9.ebuild	12 Feb 2013 17:00:24 -0000	1.7
+++ comparator-2.9.ebuild	12 Feb 2013 19:34:27 -0000	1.8
@@ -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/comparator/comparator-2.9.ebuild,v 1.7 2013/02/12 17:00:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.8 2013/02/12 19:34:27 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



1.28                 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	12 Feb 2013 17:00:24 -0000	1.27
+++ ChangeLog	12 Feb 2013 19:34:27 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.27 2013/02/12 17:00:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.28 2013/02/12 19:34:27 ago Exp $
+
+  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
+  Stable for arm, wrt bug #456628
 
   12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> comparator-2.9.ebuild:
   Stable for ppc, wrt bug #456628





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

end of thread, other threads:[~2013-02-12 19:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 19:34 [gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.9.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-12 17:00 Agostino Sarubbo (ago)
2013-02-12 16:54 Agostino Sarubbo (ago)
2013-02-10 12:28 Agostino Sarubbo (ago)
2013-02-10 12:28 Agostino Sarubbo (ago)
2012-11-26  3:09 Anthony G. Basile (blueness)

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