* [gentoo-commits] gentoo-x86 commit in x11-libs/fxscintilla: fxscintilla-3.3.5.ebuild ChangeLog
@ 2013-10-09 19:58 Matti Bickel (mabi)
0 siblings, 0 replies; 6+ messages in thread
From: Matti Bickel (mabi) @ 2013-10-09 19:58 UTC (permalink / raw
To: gentoo-commits
mabi 13/10/09 19:58:00
Modified: ChangeLog
Added: fxscintilla-3.3.5.ebuild
Log:
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Revision Changes Path
1.54 x11-libs/fxscintilla/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 13 Aug 2012 16:07:07 -0000 1.53
+++ ChangeLog 9 Oct 2013 19:58:00 -0000 1.54
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/fxscintilla
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.53 2012/08/13 16:07:07 mabi Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.54 2013/10/09 19:58:00 mabi Exp $
+
+*fxscintilla-3.3.5 (09 Oct 2013)
+
+ 09 Oct 2013; Matti Bickel <mabi@gentoo.org> +fxscintilla-3.3.5.ebuild:
+ version bump
13 Aug 2012; Matti Bickel <mabi@gentoo.org> fxscintilla-2.28.0.ebuild:
remove dohtml call left over from version 1.7 (bug #430542)
1.1 x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.1&content-type=text/plain
Index: fxscintilla-3.3.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.1 2013/10/09 19:58:00 mabi Exp $
EAPI=4
inherit autotools eutils multilib
MY_PV=${PV//\./_}
DESCRIPTION="A free source code editing component for the FOX-Toolkit"
HOMEPAGE="http://www.nongnu.org/fxscintilla/"
SRC_URI="https://github.com/yetanothergeek/fxscintilla/archive/FXSCINTILLA-${MY_PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="|| ( x11-libs/fox:1.6 x11-libs/fox:1.7 )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-FXSCINTILLA-${MY_PV}"
src_prepare() {
eautoreconf
}
src_configure() {
econf --libdir=/usr/$(get_libdir) --enable-shared
}
src_install () {
emake DESTDIR="${D}" install
dodoc README ChangeLog
use doc && dohtml doc/*
}
pkg_postinst() {
elog "FXScintilla is now built only against the highest available"
elog "FOX-version you have installed."
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/fxscintilla: fxscintilla-3.3.5.ebuild ChangeLog
@ 2014-03-07 23:41 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-07 23:41 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/07 23:41:07
Modified: fxscintilla-3.3.5.ebuild ChangeLog
Log:
amd64 stable, bug #503236
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?r1=1.2&r2=1.3
Index: fxscintilla-3.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fxscintilla-3.3.5.ebuild 5 Mar 2014 15:33:14 -0000 1.2
+++ fxscintilla-3.3.5.ebuild 7 Mar 2014 23:41:07 -0000 1.3
@@ -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/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.2 2014/03/05 15:33:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.3 2014/03/07 23:41:07 pacho Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="|| ( x11-libs/fox:1.6 x11-libs/fox:1.7 )"
1.56 x11-libs/fxscintilla/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 5 Mar 2014 15:33:14 -0000 1.55
+++ ChangeLog 7 Mar 2014 23:41:07 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/fxscintilla
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.55 2014/03/05 15:33:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.56 2014/03/07 23:41:07 pacho Exp $
+
+ 07 Mar 2014; Pacho Ramos <pacho@gentoo.org> fxscintilla-3.3.5.ebuild:
+ amd64 stable, bug #503236
05 Mar 2014; Jeroen Roovers <jer@gentoo.org> fxscintilla-3.3.5.ebuild:
Stable for HPPA (bug #503236).
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/fxscintilla: fxscintilla-3.3.5.ebuild ChangeLog
@ 2014-03-12 9:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-12 9:50 UTC (permalink / raw
To: gentoo-commits
ago 14/03/12 09:50:59
Modified: fxscintilla-3.3.5.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #503236
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?r1=1.4&r2=1.5
Index: fxscintilla-3.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fxscintilla-3.3.5.ebuild 12 Mar 2014 05:04:37 -0000 1.4
+++ fxscintilla-3.3.5.ebuild 12 Mar 2014 09:50:59 -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/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.4 2014/03/12 05:04:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.5 2014/03/12 09:50:59 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="|| ( x11-libs/fox:1.6 x11-libs/fox:1.7 )"
1.58 x11-libs/fxscintilla/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 12 Mar 2014 05:04:37 -0000 1.57
+++ ChangeLog 12 Mar 2014 09:50:59 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/fxscintilla
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.57 2014/03/12 05:04:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.58 2014/03/12 09:50:59 ago Exp $
+
+ 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fxscintilla-3.3.5.ebuild:
+ Stable for sparc, wrt bug #503236
09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
fxscintilla-3.3.5.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/fxscintilla: fxscintilla-3.3.5.ebuild ChangeLog
@ 2014-03-14 10:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-14 10:07 UTC (permalink / raw
To: gentoo-commits
ago 14/03/14 10:07:52
Modified: fxscintilla-3.3.5.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #503236
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?r1=1.5&r2=1.6
Index: fxscintilla-3.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fxscintilla-3.3.5.ebuild 12 Mar 2014 09:50:59 -0000 1.5
+++ fxscintilla-3.3.5.ebuild 14 Mar 2014 10:07:52 -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/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.5 2014/03/12 09:50:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.6 2014/03/14 10:07:52 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="|| ( x11-libs/fox:1.6 x11-libs/fox:1.7 )"
1.59 x11-libs/fxscintilla/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 12 Mar 2014 09:50:59 -0000 1.58
+++ ChangeLog 14 Mar 2014 10:07:52 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/fxscintilla
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.58 2014/03/12 09:50:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.59 2014/03/14 10:07:52 ago Exp $
+
+ 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fxscintilla-3.3.5.ebuild:
+ Stable for ppc64, wrt bug #503236
12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fxscintilla-3.3.5.ebuild:
Stable for sparc, wrt bug #503236
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/fxscintilla: fxscintilla-3.3.5.ebuild ChangeLog
@ 2014-03-19 15:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-19 15:16 UTC (permalink / raw
To: gentoo-commits
ago 14/03/19 15:16:39
Modified: fxscintilla-3.3.5.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #503236
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?r1=1.6&r2=1.7
Index: fxscintilla-3.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fxscintilla-3.3.5.ebuild 14 Mar 2014 10:07:52 -0000 1.6
+++ fxscintilla-3.3.5.ebuild 19 Mar 2014 15:16:38 -0000 1.7
@@ -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/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.6 2014/03/14 10:07:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.7 2014/03/19 15:16:38 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="|| ( x11-libs/fox:1.6 x11-libs/fox:1.7 )"
1.60 x11-libs/fxscintilla/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 14 Mar 2014 10:07:52 -0000 1.59
+++ ChangeLog 19 Mar 2014 15:16:38 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/fxscintilla
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.59 2014/03/14 10:07:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.60 2014/03/19 15:16:38 ago Exp $
+
+ 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fxscintilla-3.3.5.ebuild:
+ Stable for alpha, wrt bug #503236
14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fxscintilla-3.3.5.ebuild:
Stable for ppc64, wrt bug #503236
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/fxscintilla: fxscintilla-3.3.5.ebuild ChangeLog
@ 2014-03-24 15:10 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-24 15:10 UTC (permalink / raw
To: gentoo-commits
ago 14/03/24 15:10:33
Modified: fxscintilla-3.3.5.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #503236
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild?r1=1.7&r2=1.8
Index: fxscintilla-3.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fxscintilla-3.3.5.ebuild 19 Mar 2014 15:16:38 -0000 1.7
+++ fxscintilla-3.3.5.ebuild 24 Mar 2014 15:10:33 -0000 1.8
@@ -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/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.7 2014/03/19 15:16:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-3.3.5.ebuild,v 1.8 2014/03/24 15:10:33 ago Exp $
EAPI=4
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="|| ( x11-libs/fox:1.6 x11-libs/fox:1.7 )"
1.61 x11-libs/fxscintilla/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fxscintilla/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 19 Mar 2014 15:16:38 -0000 1.60
+++ ChangeLog 24 Mar 2014 15:10:33 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/fxscintilla
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.60 2014/03/19 15:16:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.61 2014/03/24 15:10:33 ago Exp $
+
+ 24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fxscintilla-3.3.5.ebuild:
+ Stable for ppc, wrt bug #503236
19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> fxscintilla-3.3.5.ebuild:
Stable for alpha, wrt bug #503236
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-03-24 15:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 19:58 [gentoo-commits] gentoo-x86 commit in x11-libs/fxscintilla: fxscintilla-3.3.5.ebuild ChangeLog Matti Bickel (mabi)
-- strict thread matches above, loose matches on Subject: below --
2014-03-07 23:41 Pacho Ramos (pacho)
2014-03-12 9:50 Agostino Sarubbo (ago)
2014-03-14 10:07 Agostino Sarubbo (ago)
2014-03-19 15:16 Agostino Sarubbo (ago)
2014-03-24 15:10 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox