* [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
@ 2011-03-23 21:20 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-23 21:20 UTC (permalink / raw
To: gentoo-commits
arfrever 11/03/23 21:20:47
Modified: ChangeLog
Added: icu-4.6.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha28_p4/cvs/Linux x86_64)
Revision Changes Path
1.142 dev-libs/icu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.141&r2=1.142
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog 27 Feb 2011 13:59:57 -0000 1.141
+++ ChangeLog 23 Mar 2011 21:20:47 -0000 1.142
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/icu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.141 2011/02/27 13:59:57 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.142 2011/03/23 21:20:47 arfrever Exp $
+
+*icu-4.6.1 (23 Mar 2011)
+
+ 23 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +icu-4.6.1.ebuild:
+ Version bump.
27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> icu-4.6.ebuild:
Stable on alpha, bug #350861
1.1 dev-libs/icu/icu-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.1&content-type=text/plain
Index: icu-4.6.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.1 2011/03/23 21:20:47 arfrever Exp $
EAPI="3"
inherit versionator
MAJOR_MINOR_VERSION="$(get_version_component_range 1-2)"
MICRO_VERSION="$(get_version_component_range 3)"
DESCRIPTION="International Components for Unicode"
HOMEPAGE="http://www.icu-project.org/"
BASE_URI="http://download.icu-project.org/files/icu4c/${PV}"
DOCS_BASE_URI="http://download.icu-project.org/files/icu4c/${MAJOR_MINOR_VERSION}"
SRC_ARCHIVE="icu4c-${PV//./_}-src.tgz"
DOCS_ARCHIVE="icu4c-${MAJOR_MINOR_VERSION//./_}-docs.zip"
SRC_URI="${BASE_URI}/${SRC_ARCHIVE}
doc? ( ${DOCS_BASE_URI}/${DOCS_ARCHIVE} )"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc examples static-libs"
DEPEND="doc? ( app-arch/unzip )"
RDEPEND=""
S="${WORKDIR}/${PN}/source"
QA_DT_NEEDED="/usr/lib.*/libicudata.so.${MAJOR_MINOR_VERSION/./}.${MICRO_VERSION:-0}"
src_unpack() {
unpack "${SRC_ARCHIVE}"
if use doc; then
mkdir docs
pushd docs > /dev/null
unpack "${DOCS_ARCHIVE}"
popd > /dev/null
fi
}
src_prepare() {
# Do not hardcode flags into icu-config.
# https://ssl.icu-project.org/trac/ticket/6102
local variable
for variable in ARFLAGS CFLAGS CPPFLAGS CXXFLAGS FFLAGS LDFLAGS; do
sed -i -e "/^${variable} =.*/s:@${variable}@::" config/Makefile.inc.in || die "sed failed"
done
}
src_configure() {
econf \
$(use_enable debug) \
$(use_enable examples samples) \
$(use_enable static-libs static)
}
src_test() {
# INTLTEST_OPTS: intltest options
# -e: Exhaustive testing
# -l: Reporting of memory leaks
# -v: Increased verbosity
# IOTEST_OPTS: iotest options
# -e: Exhaustive testing
# -v: Increased verbosity
# CINTLTST_OPTS: cintltst options
# -e: Exhaustive testing
# -v: Increased verbosity
emake -j1 check || die "emake check failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dohtml ../readme.html
dodoc ../unicode-license.txt
if use doc; then
insinto /usr/share/doc/${PF}/html/api
doins -r "${WORKDIR}/docs/"* || die "doins failed"
fi
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
@ 2011-04-26 16:16 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-26 16:16 UTC (permalink / raw
To: gentoo-commits
jer 11/04/26 16:16:56
Modified: icu-4.6.1.ebuild ChangeLog
Log:
Stable for HPPA (bug #364409).
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Revision Changes Path
1.2 dev-libs/icu/icu-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?r1=1.1&r2=1.2
Index: icu-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icu-4.6.1.ebuild 23 Mar 2011 21:20:47 -0000 1.1
+++ icu-4.6.1.ebuild 26 Apr 2011 16:16:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.1 2011/03/23 21:20:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.2 2011/04/26 16:16:56 jer Exp $
EAPI="3"
@@ -22,7 +22,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc examples static-libs"
DEPEND="doc? ( app-arch/unzip )"
1.144 dev-libs/icu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 3 Apr 2011 11:46:25 -0000 1.143
+++ ChangeLog 26 Apr 2011 16:16:56 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/icu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.143 2011/04/03 11:46:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.144 2011/04/26 16:16:56 jer Exp $
+
+ 26 Apr 2011; Jeroen Roovers <jer@gentoo.org> icu-4.6.1.ebuild:
+ Stable for HPPA (bug #364409).
03 Apr 2011; Raúl Porcel <armin76@gentoo.org> icu-4.6.ebuild:
ia64/s390/sh stable wrt #350861
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
@ 2011-04-26 20:17 Christoph Mende (angelos)
0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-26 20:17 UTC (permalink / raw
To: gentoo-commits
angelos 11/04/26 20:17:01
Modified: icu-4.6.1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #364409
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-libs/icu/icu-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?r1=1.2&r2=1.3
Index: icu-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icu-4.6.1.ebuild 26 Apr 2011 16:16:56 -0000 1.2
+++ icu-4.6.1.ebuild 26 Apr 2011 20:17:01 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.2 2011/04/26 16:16:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.3 2011/04/26 20:17:01 angelos Exp $
EAPI="3"
@@ -22,7 +22,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc examples static-libs"
DEPEND="doc? ( app-arch/unzip )"
1.145 dev-libs/icu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 26 Apr 2011 16:16:56 -0000 1.144
+++ ChangeLog 26 Apr 2011 20:17:01 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/icu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.144 2011/04/26 16:16:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.145 2011/04/26 20:17:01 angelos Exp $
+
+ 26 Apr 2011; Christoph Mende <angelos@gentoo.org> icu-4.6.1.ebuild:
+ Stable on amd64 wrt bug #364409
26 Apr 2011; Jeroen Roovers <jer@gentoo.org> icu-4.6.1.ebuild:
Stable for HPPA (bug #364409).
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
@ 2011-04-27 18:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-27 18:49 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/27 18:49:31
Modified: icu-4.6.1.ebuild ChangeLog
Log:
Fix parallel installation (bug #272328).
(Portage version: 2.2.0_alpha30_p6/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-libs/icu/icu-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?r1=1.3&r2=1.4
Index: icu-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icu-4.6.1.ebuild 26 Apr 2011 20:17:01 -0000 1.3
+++ icu-4.6.1.ebuild 27 Apr 2011 18:49:31 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.3 2011/04/26 20:17:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.4 2011/04/27 18:49:31 arfrever Exp $
EAPI="3"
-inherit versionator
+inherit eutils versionator
MAJOR_MINOR_VERSION="$(get_version_component_range 1-2)"
MICRO_VERSION="$(get_version_component_range 3)"
@@ -49,6 +49,8 @@
for variable in ARFLAGS CFLAGS CPPFLAGS CXXFLAGS FFLAGS LDFLAGS; do
sed -i -e "/^${variable} =.*/s:@${variable}@::" config/Makefile.inc.in || die "sed failed"
done
+
+ epatch "${FILESDIR}/${P}-parallel_installation.patch"
}
src_configure() {
1.146 dev-libs/icu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.145&r2=1.146
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog 26 Apr 2011 20:17:01 -0000 1.145
+++ ChangeLog 27 Apr 2011 18:49:31 -0000 1.146
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/icu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.145 2011/04/26 20:17:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.146 2011/04/27 18:49:31 arfrever Exp $
+
+ 27 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ icu-4.6.1.ebuild, +files/icu-4.6.1-parallel_installation.patch:
+ Fix parallel installation (bug #272328).
26 Apr 2011; Christoph Mende <angelos@gentoo.org> icu-4.6.1.ebuild:
Stable on amd64 wrt bug #364409
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
@ 2011-05-05 17:09 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-05-05 17:09 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/05/05 17:09:54
Modified: icu-4.6.1.ebuild ChangeLog
Log:
x86 stable wrt bug #364409
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.5 dev-libs/icu/icu-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?r1=1.4&r2=1.5
Index: icu-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icu-4.6.1.ebuild 27 Apr 2011 18:49:31 -0000 1.4
+++ icu-4.6.1.ebuild 5 May 2011 17:09:54 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.4 2011/04/27 18:49:31 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.5 2011/05/05 17:09:54 phajdan.jr Exp $
EAPI="3"
@@ -22,7 +22,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="debug doc examples static-libs"
DEPEND="doc? ( app-arch/unzip )"
1.147 dev-libs/icu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 27 Apr 2011 18:49:31 -0000 1.146
+++ ChangeLog 5 May 2011 17:09:54 -0000 1.147
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/icu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.146 2011/04/27 18:49:31 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.147 2011/05/05 17:09:54 phajdan.jr Exp $
+
+ 05 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> icu-4.6.1.ebuild:
+ x86 stable wrt bug #364409
27 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
icu-4.6.1.ebuild, +files/icu-4.6.1-parallel_installation.patch:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
@ 2011-05-07 16:54 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-05-07 16:54 UTC (permalink / raw
To: gentoo-commits
armin76 11/05/07 16:54:28
Modified: icu-4.6.1.ebuild ChangeLog
Log:
alpha/arm/ia64/s390/sh/sparc stable wrt #364409
(Portage version: 2.1.9.47/cvs/Linux ia64)
Revision Changes Path
1.6 dev-libs/icu/icu-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?r1=1.5&r2=1.6
Index: icu-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- icu-4.6.1.ebuild 5 May 2011 17:09:54 -0000 1.5
+++ icu-4.6.1.ebuild 7 May 2011 16:54:28 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.5 2011/05/05 17:09:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.6 2011/05/07 16:54:28 armin76 Exp $
EAPI="3"
@@ -22,7 +22,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="debug doc examples static-libs"
DEPEND="doc? ( app-arch/unzip )"
1.148 dev-libs/icu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 5 May 2011 17:09:54 -0000 1.147
+++ ChangeLog 7 May 2011 16:54:28 -0000 1.148
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/icu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.147 2011/05/05 17:09:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.148 2011/05/07 16:54:28 armin76 Exp $
+
+ 07 May 2011; Raúl Porcel <armin76@gentoo.org> icu-4.6.1.ebuild:
+ alpha/arm/ia64/s390/sh/sparc stable wrt #364409
05 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> icu-4.6.1.ebuild:
x86 stable wrt bug #364409
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
@ 2011-05-24 15:09 Brent Baude (ranger)
0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-05-24 15:09 UTC (permalink / raw
To: gentoo-commits
ranger 11/05/24 15:09:09
Modified: icu-4.6.1.ebuild ChangeLog
Log:
Marking icu-4.6.1 ppc for bug 364409
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.7 dev-libs/icu/icu-4.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?r1=1.6&r2=1.7
Index: icu-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- icu-4.6.1.ebuild 7 May 2011 16:54:28 -0000 1.6
+++ icu-4.6.1.ebuild 24 May 2011 15:09:09 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.6 2011/05/07 16:54:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.7 2011/05/24 15:09:09 ranger Exp $
EAPI="3"
@@ -22,7 +22,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="debug doc examples static-libs"
DEPEND="doc? ( app-arch/unzip )"
1.150 dev-libs/icu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.149&r2=1.150
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog 18 May 2011 18:36:51 -0000 1.149
+++ ChangeLog 24 May 2011 15:09:09 -0000 1.150
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/icu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.149 2011/05/18 18:36:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.150 2011/05/24 15:09:09 ranger Exp $
+
+ 24 May 2011; Brent Baude <ranger@gentoo.org> icu-4.6.1.ebuild:
+ Marking icu-4.6.1 ppc for bug 364409
*icu-4.8_rc1 (18 May 2011)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-05-24 15:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 18:49 [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2011-05-24 15:09 Brent Baude (ranger)
2011-05-07 16:54 Raul Porcel (armin76)
2011-05-05 17:09 PaweA Hajdan (phajdan.jr)
2011-04-26 20:17 Christoph Mende (angelos)
2011-04-26 16:16 Jeroen Roovers (jer)
2011-03-23 21:20 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox