public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-2.5.1.ebuild ChangeLog
@ 2011-04-26 19:27 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-26 19:27 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/26 19:27:36

  Modified:             ChangeLog
  Added:                qscintilla-2.5.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha30_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 x11-libs/qscintilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	16 Mar 2011 21:14:32 -0000	1.63
+++ ChangeLog	26 Apr 2011 19:27:35 -0000	1.64
@@ -1,6 +1,12 @@
 # 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.63 2011/03/16 21:14:32 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.64 2011/04/26 19:27:35 arfrever Exp $
+
+*qscintilla-2.5.1 (26 Apr 2011)
+
+  26 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +qscintilla-2.5.1.ebuild:
+  Version bump.
 
   16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> qscintilla-2.4.5.ebuild:
   ppc64 stable wrt #349607



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

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

Index: qscintilla-2.5.1.ebuild
===================================================================
# 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.5.1.ebuild,v 1.1 2011/04/26 19:27:35 arfrever Exp $

EAPI="3"

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 ~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() {
	pushd Qt4 > /dev/null
	einfo "Configuration of qscintilla"
	eqmake4 qscintilla.pro
	popd > /dev/null

	pushd designer-Qt4 > /dev/null
	einfo "Configuration of designer plugin"
	eqmake4 designer.pro
	popd > /dev/null
}

src_compile() {
	pushd Qt4 > /dev/null
	einfo "Building of qscintilla"
	emake || die "Building of qscintilla failed"
	popd > /dev/null

	pushd designer-Qt4 > /dev/null
	einfo "Building of designer plugin"
	emake || die "Building of designer plugin failed"
	popd > /dev/null
}

src_install() {
	pushd Qt4 > /dev/null
	einfo "Installation of qscintilla"
	emake INSTALL_ROOT="${D}" install || die "Installation of qscintilla failed"
	popd > /dev/null

	pushd designer-Qt4 > /dev/null
	einfo "Installation of designer plugin"
	emake INSTALL_ROOT="${D}" install || die "Installation of designer plugin failed"
	popd > /dev/null

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






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-2.5.1.ebuild ChangeLog
@ 2011-07-10 15:28 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-10 15:28 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/10 15:28:41

  Modified:             qscintilla-2.5.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #374591
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/qscintilla/qscintilla-2.5.1.ebuild

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

Index: qscintilla-2.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qscintilla-2.5.1.ebuild	26 Apr 2011 19:27:35 -0000	1.1
+++ qscintilla-2.5.1.ebuild	10 Jul 2011 15:28:41 -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/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.1 2011/04/26 19:27:35 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.2 2011/07/10 15:28:41 hwoarang Exp $
 
 EAPI="3"
 
@@ -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"



1.65                 x11-libs/qscintilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	26 Apr 2011 19:27:35 -0000	1.64
+++ ChangeLog	10 Jul 2011 15:28:41 -0000	1.65
@@ -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.64 2011/04/26 19:27:35 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.65 2011/07/10 15:28:41 hwoarang Exp $
+
+  10 Jul 2011; Markos Chandras <hwoarang@gentoo.org> qscintilla-2.5.1.ebuild:
+  Stable on amd64 wrt bug #374591
 
 *qscintilla-2.5.1 (26 Apr 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-2.5.1.ebuild ChangeLog
@ 2011-07-21 10:44 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-07-21 10:44 UTC (permalink / raw
  To: gentoo-commits

maekke      11/07/21 10:44:23

  Modified:             qscintilla-2.5.1.ebuild ChangeLog
  Log:
  x86 stable, bug #374591
  
  (Portage version: 2.1.10.7/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-libs/qscintilla/qscintilla-2.5.1.ebuild

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

Index: qscintilla-2.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qscintilla-2.5.1.ebuild	10 Jul 2011 15:28:41 -0000	1.2
+++ qscintilla-2.5.1.ebuild	21 Jul 2011 10:44:23 -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/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.2 2011/07/10 15:28:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.3 2011/07/21 10:44:23 maekke Exp $
 
 EAPI="3"
 
@@ -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"



1.66                 x11-libs/qscintilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	10 Jul 2011 15:28:41 -0000	1.65
+++ ChangeLog	21 Jul 2011 10:44:23 -0000	1.66
@@ -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.65 2011/07/10 15:28:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.66 2011/07/21 10:44:23 maekke Exp $
+
+  21 Jul 2011; Markus Meier <maekke@gentoo.org> qscintilla-2.5.1.ebuild:
+  x86 stable, bug #374591
 
   10 Jul 2011; Markos Chandras <hwoarang@gentoo.org> qscintilla-2.5.1.ebuild:
   Stable on amd64 wrt bug #374591






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-2.5.1.ebuild ChangeLog
@ 2011-07-25 20:40 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-25 20:40 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/25 20:40:01

  Modified:             qscintilla-2.5.1.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #374591
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/qscintilla/qscintilla-2.5.1.ebuild

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

Index: qscintilla-2.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qscintilla-2.5.1.ebuild	21 Jul 2011 10:44:23 -0000	1.3
+++ qscintilla-2.5.1.ebuild	25 Jul 2011 20:40:01 -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.5.1.ebuild,v 1.3 2011/07/21 10:44:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.4 2011/07/25 20:40:01 xarthisius Exp $
 
 EAPI="3"
 
@@ -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"



1.67                 x11-libs/qscintilla/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	21 Jul 2011 10:44:23 -0000	1.66
+++ ChangeLog	25 Jul 2011 20:40:01 -0000	1.67
@@ -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.66 2011/07/21 10:44:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.67 2011/07/25 20:40:01 xarthisius Exp $
+
+  25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> qscintilla-2.5.1.ebuild:
+  ppc/ppc64 stable wrt #374591
 
   21 Jul 2011; Markus Meier <maekke@gentoo.org> qscintilla-2.5.1.ebuild:
   x86 stable, bug #374591






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

end of thread, other threads:[~2011-07-25 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 19:27 [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-2.5.1.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-10 15:28 Markos Chandras (hwoarang)
2011-07-21 10:44 Markus Meier (maekke)
2011-07-25 20:40 Kacper Kowalik (xarthisius)

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