* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2014-08-01 20:00 Lars Wendler (polynomial-c)
0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler (polynomial-c) @ 2014-08-01 20:00 UTC (permalink / raw
To: gentoo-commits
polynomial-c 14/08/01 20:00:11
Modified: ChangeLog
Added: hunspell-1.3.3.ebuild
Log:
Version bump (bug #518740).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path
1.113 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 5 Jan 2014 11:34:08 -0000 1.112
+++ ChangeLog 1 Aug 2014 20:00:11 -0000 1.113
@@ -1,6 +1,12 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.112 2014/01/05 11:34:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.113 2014/08/01 20:00:11 polynomial-c Exp $
+
+*hunspell-1.3.3 (01 Aug 2014)
+
+ 01 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> +hunspell-1.3.3.ebuild,
+ +files/hunspell-1.3.3-multibyte-chars.patch:
+ Version bump (bug #518740 by Jan Seeger).
05 Jan 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-
1.1 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.1&content-type=text/plain
Index: hunspell-1.3.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.1 2014/08/01 20:00:11 polynomial-c Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
MY_P=${PN}-${PV/_beta/b}
DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo."
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
HOMEPAGE="http://hunspell.sourceforge.net/"
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
readline? ( sys-libs/readline )"
DEPEND="${RDEPEND}
sys-devel/gettext"
# describe properly mi
LANGS="af bg ca cs cy da de el en eo es et fo fr ga gl he hr hu ia id is it km
ku lt lv mk ms nb nl nn pl pt pt_BR ro ru sk sl sq sv sw tn uk zu"
DICT_DEP="app-dicts/myspell-en"
for lang in ${LANGS}; do
if [[ ${lang} == de ]] ; then
DICT_DEP+=" linguas_de? (
|| (
app-dicts/myspell-de
app-dicts/myspell-de-alt
)
)"
else
DICT_DEP+=" linguas_${lang}? ( app-dicts/myspell-${lang/pt_BR/pt-br} )"
fi
IUSE+=" linguas_${lang}"
done
PDEPEND="${DICT_DEP}"
unset lang LANGS DICT_DEP
S=${WORKDIR}/${MY_P}
DOCS=(
AUTHORS ChangeLog NEWS README THANKS TODO license.hunspell
AUTHORS.myspell README.myspell license.myspell
)
src_prepare() {
# Upstream package creates some executables which names are too generic
# to be placed in /usr/bin - this patch prefixes them with 'hunspell-'.
# It modifies a Makefile.am file, hence eautoreconf.
epatch "${FILESDIR}"/${PN}-1.3-renameexes.patch \
"${FILESDIR}"/${PN}-1.3.3-multibyte-chars.patch
eautoreconf
}
src_configure() {
# missing somehow, and I am too lazy to fix it properly
[[ ${CHOST} == *-darwin* ]] && append-libs -liconv
# I wanted to put the include files in /usr/include/hunspell.
# You can do that, libreoffice can find them anywhere, just
# ping me when you do so ; -- scarabeus
econf \
$(use_enable nls) \
$(use_with ncurses ui) \
$(use_with readline readline) \
$(use_enable static-libs static)
}
src_install() {
default
prune_libtool_files --all
#342449
pushd "${ED}"/usr/$(get_libdir)/ >/dev/null
ln -s lib${PN}{-$(get_major_version).$(get_version_component_range 2).so.0.0.0,.so}
popd >/dev/null
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2014-12-27 19:21 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-27 19:21 UTC (permalink / raw
To: gentoo-commits
ago 14/12/27 19:21:46
Modified: hunspell-1.3.3.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?r1=1.4&r2=1.5
Index: hunspell-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hunspell-1.3.3.ebuild 2 Dec 2014 20:49:12 -0000 1.4
+++ hunspell-1.3.3.ebuild 27 Dec 2014 19:21:46 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.4 2014/12/02 20:49:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.5 2014/12/27 19:21:46 ago Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
1.117 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 2 Dec 2014 20:49:12 -0000 1.116
+++ ChangeLog 27 Dec 2014 19:21:46 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.116 2014/12/02 20:49:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.117 2014/12/27 19:21:46 ago Exp $
+
+ 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
+ Stable for amd64, wrt bug #530446
02 Dec 2014; Markus Meier <maekke@gentoo.org> hunspell-1.3.3.ebuild:
arm stable, bug #530446
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2014-12-31 16:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-31 16:04 UTC (permalink / raw
To: gentoo-commits
ago 14/12/31 16:04:06
Modified: hunspell-1.3.3.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?r1=1.5&r2=1.6
Index: hunspell-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hunspell-1.3.3.ebuild 27 Dec 2014 19:21:46 -0000 1.5
+++ hunspell-1.3.3.ebuild 31 Dec 2014 16:04:06 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.5 2014/12/27 19:21:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.6 2014/12/31 16:04:06 ago Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
1.118 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 27 Dec 2014 19:21:46 -0000 1.117
+++ ChangeLog 31 Dec 2014 16:04:06 -0000 1.118
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.117 2014/12/27 19:21:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.118 2014/12/31 16:04:06 ago Exp $
+
+ 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
+ Stable for ppc, wrt bug #530446
27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
Stable for amd64, wrt bug #530446
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2015-01-01 11:18 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-01 11:18 UTC (permalink / raw
To: gentoo-commits
ago 15/01/01 11:18:36
Modified: hunspell-1.3.3.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?r1=1.6&r2=1.7
Index: hunspell-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hunspell-1.3.3.ebuild 31 Dec 2014 16:04:06 -0000 1.6
+++ hunspell-1.3.3.ebuild 1 Jan 2015 11:18:36 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.6 2014/12/31 16:04:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.7 2015/01/01 11:18:36 ago Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
1.119 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 31 Dec 2014 16:04:06 -0000 1.118
+++ ChangeLog 1 Jan 2015 11:18:36 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.118 2014/12/31 16:04:06 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.119 2015/01/01 11:18:36 ago Exp $
+
+ 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
+ Stable for ppc64, wrt bug #530446
31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
Stable for ppc, wrt bug #530446
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2015-01-02 12:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-02 12:23 UTC (permalink / raw
To: gentoo-commits
ago 15/01/02 12:23:38
Modified: hunspell-1.3.3.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?r1=1.7&r2=1.8
Index: hunspell-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hunspell-1.3.3.ebuild 1 Jan 2015 11:18:36 -0000 1.7
+++ hunspell-1.3.3.ebuild 2 Jan 2015 12:23:38 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.7 2015/01/01 11:18:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.8 2015/01/02 12:23:38 ago Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
1.120 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 1 Jan 2015 11:18:36 -0000 1.119
+++ ChangeLog 2 Jan 2015 12:23:38 -0000 1.120
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.119 2015/01/01 11:18:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.120 2015/01/02 12:23:38 ago Exp $
+
+ 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
+ Stable for sparc, wrt bug #530446
01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
Stable for ppc64, wrt bug #530446
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2015-01-26 10:03 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:03 UTC (permalink / raw
To: gentoo-commits
ago 15/01/26 10:03:47
Modified: hunspell-1.3.3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?r1=1.8&r2=1.9
Index: hunspell-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hunspell-1.3.3.ebuild 2 Jan 2015 12:23:38 -0000 1.8
+++ hunspell-1.3.3.ebuild 26 Jan 2015 10:03:47 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.8 2015/01/02 12:23:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.9 2015/01/26 10:03:47 ago Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
1.121 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 2 Jan 2015 12:23:38 -0000 1.120
+++ ChangeLog 26 Jan 2015 10:03:47 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.120 2015/01/02 12:23:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.121 2015/01/26 10:03:47 ago Exp $
+
+ 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
+ Stable for x86, wrt bug #530446
02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
Stable for sparc, wrt bug #530446
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2015-02-24 9:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24 9:08 UTC (permalink / raw
To: gentoo-commits
ago 15/02/24 09:08:22
Modified: hunspell-1.3.3.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?r1=1.9&r2=1.10
Index: hunspell-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hunspell-1.3.3.ebuild 26 Jan 2015 10:03:47 -0000 1.9
+++ hunspell-1.3.3.ebuild 24 Feb 2015 09:08:22 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.9 2015/01/26 10:03:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.10 2015/02/24 09:08:22 ago Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
1.122 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 26 Jan 2015 10:03:47 -0000 1.121
+++ ChangeLog 24 Feb 2015 09:08:22 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.121 2015/01/26 10:03:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.122 2015/02/24 09:08:22 ago Exp $
+
+ 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
+ Stable for alpha, wrt bug #530446
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
Stable for x86, wrt bug #530446
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog
@ 2015-02-28 13:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 13:29 UTC (permalink / raw
To: gentoo-commits
ago 15/02/28 13:29:06
Modified: hunspell-1.3.3.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 app-text/hunspell/hunspell-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild?r1=1.10&r2=1.11
Index: hunspell-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hunspell-1.3.3.ebuild 24 Feb 2015 09:08:22 -0000 1.10
+++ hunspell-1.3.3.ebuild 28 Feb 2015 13:29:06 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.10 2015/02/24 09:08:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.11 2015/02/28 13:29:06 ago Exp $
EAPI=5
inherit eutils multilib autotools flag-o-matic versionator
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses nls readline static-libs"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
ncurses? ( sys-libs/ncurses )
1.123 app-text/hunspell/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 24 Feb 2015 09:08:22 -0000 1.122
+++ ChangeLog 28 Feb 2015 13:29:06 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.122 2015/02/24 09:08:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.123 2015/02/28 13:29:06 ago Exp $
+
+ 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
+ Stable for ia64, wrt bug #530446
24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild:
Stable for alpha, wrt bug #530446
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-02-28 13:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31 16:04 [gentoo-commits] gentoo-x86 commit in app-text/hunspell: hunspell-1.3.3.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-02-28 13:29 Agostino Sarubbo (ago)
2015-02-24 9:08 Agostino Sarubbo (ago)
2015-01-26 10:03 Agostino Sarubbo (ago)
2015-01-02 12:23 Agostino Sarubbo (ago)
2015-01-01 11:18 Agostino Sarubbo (ago)
2014-12-27 19:21 Agostino Sarubbo (ago)
2014-08-01 20:00 Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox