public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2010-09-01  9:10 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-01  9:10 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/01 09:10:45

  Modified:             ChangeLog
  Added:                qscintilla-2.4.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2_rc72/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	18 Aug 2010 03:51:49 -0000	1.49
+++ ChangeLog	1 Sep 2010 09:10:45 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.49 2010/08/18 03:51:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.50 2010/09/01 09:10:45 hwoarang Exp $
+
+*qscintilla-2.4.5 (01 Sep 2010)
+
+  01 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  +qscintilla-2.4.5.ebuild:
+  Version bump
 
   18 Aug 2010; Jeroen Roovers <jer@gentoo.org> qscintilla-2.4.3.ebuild:
   Stable for HPPA (bug #315775).



1.1                  x11-libs/qscintilla/qscintilla-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.1&content-type=text/plain

Index: qscintilla-2.4.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.1 2010/09/01 09:10:45 hwoarang Exp $

EAPI="2"

inherit qt4-r2

MY_P="QScintilla-gpl-${PV/_pre/-snapshot-}"

DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
HOMEPAGE="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P}.tar.gz"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc python"

DEPEND="x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"
PDEPEND="python? ( ~dev-python/qscintilla-python-${PV} )"

S=${WORKDIR}/${MY_P}

PATCHES=( "${FILESDIR}/${PN}-2.4-designer.patch" )

src_configure() {
	cd "${S}"/Qt4
	einfo "Configuring qscintilla"
	eqmake4 qscintilla.pro

	cd "${S}"/designer-Qt4
	einfo "Configuring designer plugin"
	eqmake4 designer.pro
}

src_compile() {
	cd "${S}"/Qt4
	einfo "Building qscintilla"
	emake || die "failed to build qscintilla"

	cd "${S}"/designer-Qt4
	einfo "Building designer plugin"
	emake || die "failed to build designer plugin"
}

src_install() {
	cd "${S}"/Qt4
	einfo "Installing qscintilla"
	emake INSTALL_ROOT="${D}" install || die "failed to install qscintilla"

	cd "${S}"/designer-Qt4
	einfo "Installing designer plugin"
	emake INSTALL_ROOT="${D}" install || die "failed to install designer plugin"

	cd "${S}"
	dodoc NEWS
	if use doc; then
		einfo "Installing documentation"
		dohtml doc/html-Qt4/* || die
		insinto /usr/share/doc/${PF}/Scintilla
		doins doc/Scintilla/* || die
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2011-01-04  1:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-04  1:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/04 01:26:30

  Modified:             ChangeLog qscintilla-2.4.5.ebuild
  Log:
  Stable on amd64 wrt bug #349607
  
  (Portage version: 2.1.9.28/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	24 Dec 2010 17:15:24 -0000	1.57
+++ ChangeLog	4 Jan 2011 01:26:30 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.57 2010/12/24 17:15:24 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.58 2011/01/04 01:26:30 hwoarang Exp $
+
+  04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> qscintilla-2.4.5.ebuild:
+  Stable on amd64 wrt bug #349607
 
 *qscintilla-2.4.6 (24 Dec 2010)
 



1.3                  x11-libs/qscintilla/qscintilla-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?r1=1.2&r2=1.3

Index: qscintilla-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qscintilla-2.4.5.ebuild	7 Nov 2010 15:50:30 -0000	1.2
+++ qscintilla-2.4.5.ebuild	4 Jan 2011 01:26:30 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.2 2010/11/07 15:50:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.3 2011/01/04 01:26:30 hwoarang Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="doc python"
 
 DEPEND="x11-libs/qt-gui:4"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2011-01-07 19:25 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-01-07 19:25 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/07 19:25:25

  Modified:             ChangeLog qscintilla-2.4.5.ebuild
  Log:
  Marking qscintilla-2.4.5 ppc for bug 349607
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.59                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	4 Jan 2011 01:26:30 -0000	1.58
+++ ChangeLog	7 Jan 2011 19:25:25 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.58 2011/01/04 01:26:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.59 2011/01/07 19:25:25 ranger Exp $
+
+  07 Jan 2011; Brent Baude <ranger@gentoo.org> qscintilla-2.4.5.ebuild:
+  Marking qscintilla-2.4.5 ppc stable for bug 349607
 
   04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> qscintilla-2.4.5.ebuild:
   Stable on amd64 wrt bug #349607



1.4                  x11-libs/qscintilla/qscintilla-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?r1=1.3&r2=1.4

Index: qscintilla-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qscintilla-2.4.5.ebuild	4 Jan 2011 01:26:30 -0000	1.3
+++ qscintilla-2.4.5.ebuild	7 Jan 2011 19:25:25 -0000	1.4
@@ -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/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.3 2011/01/04 01:26:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.4 2011/01/07 19:25:25 ranger Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="doc python"
 
 DEPEND="x11-libs/qt-gui:4"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2011-01-16 10:10 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-16 10:10 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/16 10:10:04

  Modified:             ChangeLog qscintilla-2.4.5.ebuild
  Log:
  x86 stable wrt bug #349607
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.60                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	7 Jan 2011 19:25:25 -0000	1.59
+++ ChangeLog	16 Jan 2011 10:10:04 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.59 2011/01/07 19:25:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.60 2011/01/16 10:10:04 phajdan.jr Exp $
+
+  16 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  qscintilla-2.4.5.ebuild:
+  x86 stable wrt bug #349607
 
   07 Jan 2011; Brent Baude <ranger@gentoo.org> qscintilla-2.4.5.ebuild:
   Marking qscintilla-2.4.5 ppc stable for bug 349607



1.5                  x11-libs/qscintilla/qscintilla-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?r1=1.4&r2=1.5

Index: qscintilla-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qscintilla-2.4.5.ebuild	7 Jan 2011 19:25:25 -0000	1.4
+++ qscintilla-2.4.5.ebuild	16 Jan 2011 10:10:04 -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/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.4 2011/01/07 19:25:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.5 2011/01/16 10:10:04 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc python"
 
 DEPEND="x11-libs/qt-gui:4"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2011-02-27 13:22 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-02-27 13:22 UTC (permalink / raw
  To: gentoo-commits

klausman    11/02/27 13:22:58

  Modified:             ChangeLog qscintilla-2.4.5.ebuild
  Log:
  Stable on alpha, bug #349607
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	16 Jan 2011 10:10:04 -0000	1.60
+++ ChangeLog	27 Feb 2011 13:22:58 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.60 2011/01/16 10:10:04 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.61 2011/02/27 13:22:58 klausman Exp $
+
+  27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> qscintilla-2.4.5.ebuild:
+  Stable on alpha, bug #349607
 
   16 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   qscintilla-2.4.5.ebuild:



1.6                  x11-libs/qscintilla/qscintilla-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?r1=1.5&r2=1.6

Index: qscintilla-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qscintilla-2.4.5.ebuild	16 Jan 2011 10:10:04 -0000	1.5
+++ qscintilla-2.4.5.ebuild	27 Feb 2011 13:22:58 -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/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.5 2011/01/16 10:10:04 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.6 2011/02/27 13:22:58 klausman Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc python"
 
 DEPEND="x11-libs/qt-gui:4"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2011-02-27 18:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-27 18:17 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/27 18:17:17

  Modified:             ChangeLog qscintilla-2.4.5.ebuild
  Log:
  ia64/sparc stable wrt #349607
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.62                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	27 Feb 2011 13:22:58 -0000	1.61
+++ ChangeLog	27 Feb 2011 18:17:17 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.61 2011/02/27 13:22:58 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.62 2011/02/27 18:17:17 armin76 Exp $
+
+  27 Feb 2011; Raúl Porcel <armin76@gentoo.org> qscintilla-2.4.5.ebuild:
+  ia64/sparc stable wrt #349607
 
   27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> qscintilla-2.4.5.ebuild:
   Stable on alpha, bug #349607



1.7                  x11-libs/qscintilla/qscintilla-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?r1=1.6&r2=1.7

Index: qscintilla-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qscintilla-2.4.5.ebuild	27 Feb 2011 13:22:58 -0000	1.6
+++ qscintilla-2.4.5.ebuild	27 Feb 2011 18:17:17 -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/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.6 2011/02/27 13:22:58 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.7 2011/02/27 18:17:17 armin76 Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc python"
 
 DEPEND="x11-libs/qt-gui:4"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2011-03-16 21:14 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-16 21:14 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/16 21:14:32

  Modified:             ChangeLog qscintilla-2.4.5.ebuild
  Log:
  ppc64 stable wrt #349607
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	27 Feb 2011 18:17:17 -0000	1.62
+++ ChangeLog	16 Mar 2011 21:14:32 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.62 2011/02/27 18:17:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.63 2011/03/16 21:14:32 xarthisius Exp $
+
+  16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> qscintilla-2.4.5.ebuild:
+  ppc64 stable wrt #349607
 
   27 Feb 2011; Raúl Porcel <armin76@gentoo.org> qscintilla-2.4.5.ebuild:
   ia64/sparc stable wrt #349607



1.8                  x11-libs/qscintilla/qscintilla-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild?r1=1.7&r2=1.8

Index: qscintilla-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qscintilla-2.4.5.ebuild	27 Feb 2011 18:17:17 -0000	1.7
+++ qscintilla-2.4.5.ebuild	16 Mar 2011 21:14:32 -0000	1.8
@@ -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/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.7 2011/02/27 18:17:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.8 2011/03/16 21:14:32 xarthisius Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc python"
 
 DEPEND="x11-libs/qt-gui:4"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild
@ 2012-07-09 14:52 Davide Pesavento (pesa)
  0 siblings, 0 replies; 8+ messages in thread
From: Davide Pesavento (pesa) @ 2012-07-09 14:52 UTC (permalink / raw
  To: gentoo-commits

pesa        12/07/09 14:52:15

  Modified:             ChangeLog
  Removed:              qscintilla-2.4.5.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 x11-libs/qscintilla/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	8 Jul 2012 18:36:21 -0000	1.74
+++ ChangeLog	9 Jul 2012 14:52:15 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.74 2012/07/08 18:36:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.75 2012/07/09 14:52:15 pesa Exp $
+
+  09 Jul 2012; Davide Pesavento <pesa@gentoo.org> -qscintilla-2.4.5.ebuild:
+  Remove old.
 
   08 Jul 2012; Raúl Porcel <armin76@gentoo.org> qscintilla-2.6.1.ebuild:
   alpha/ia64/sparc stable wrt #412929






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

end of thread, other threads:[~2012-07-09 14:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 14:52 [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: ChangeLog qscintilla-2.4.5.ebuild Davide Pesavento (pesa)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-16 21:14 Kacper Kowalik (xarthisius)
2011-02-27 18:17 Raul Porcel (armin76)
2011-02-27 13:22 Tobias Klausmann (klausman)
2011-01-16 10:10 PaweA Hajdan (phajdan.jr)
2011-01-07 19:25 Brent Baude (ranger)
2011-01-04  1:26 Markos Chandras (hwoarang)
2010-09-01  9:10 Markos Chandras (hwoarang)

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