public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/kscope: kscope-1.9.4.ebuild ChangeLog
@ 2009-10-12 11:47 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-12 11:47 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/12 11:47:07

  Modified:             ChangeLog
  Added:                kscope-1.9.4.ebuild
  Log:
  Version bump wrt #283126, thanks to Dennis Schridde for reporting.
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-util/kscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	19 Jul 2009 16:10:04 -0000	1.46
+++ ChangeLog	12 Oct 2009 11:47:07 -0000	1.47
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/kscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.46 2009/07/19 16:10:04 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.47 2009/10/12 11:47:07 ssuominen Exp $
+
+*kscope-1.9.4 (12 Oct 2009)
+
+  12 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> +kscope-1.9.4.ebuild:
+  Version bump wrt #283126, thanks to Dennis Schridde for reporting.
 
   19 Jul 2009; Tiago Cunha <tcunha@gentoo.org> -kscope-1.4.2.ebuild,
   kscope-1.6.2.ebuild:



1.1                  dev-util/kscope/kscope-1.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.1&content-type=text/plain

Index: kscope-1.9.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.1 2009/10/12 11:47:07 ssuominen Exp $

EAPI=2
inherit multilib qt4

DESCRIPTION="KScope is a KDE front-end to Cscope."
HOMEPAGE="http://kscope.sourceforge.net/"
SRC_URI="mirror://sourceforge/kscope/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/qt-core:4
	x11-libs/qt-gui:4
	>=x11-libs/qscintilla-2"
DEPEND="${RDEPEND}"

MAKEOPTS="${MAKEOPTS} -j1"

src_prepare() {
	sed -i -e "s:/usr/local:/usr:" config || die
	sed -i \
		-e "s:/lib:/$(get_libdir):g" \
		core/core.pro cscope/cscope.pro editor/editor.pro || die
}

src_configure() {
	eqmake4 ${PN}.pro
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die
	dodoc ChangeLog
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/kscope: kscope-1.9.4.ebuild ChangeLog
@ 2009-11-06 22:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-06 22:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/11/06 22:23:03

  Modified:             kscope-1.9.4.ebuild ChangeLog
  Log:
  Missing x11-libs/qscintilla[qt4] depend wrt #292183, thanks to Robin Johnson for reporting.
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/kscope/kscope-1.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?r1=1.2&r2=1.3

Index: kscope-1.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kscope-1.9.4.ebuild	12 Oct 2009 11:50:10 -0000	1.2
+++ kscope-1.9.4.ebuild	6 Nov 2009 22:23:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.2 2009/10/12 11:50:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.3 2009/11/06 22:23:03 ssuominen Exp $
 
 EAPI=2
 inherit multilib qt4
@@ -16,7 +16,7 @@
 
 RDEPEND="x11-libs/qt-core:4
 	x11-libs/qt-gui:4
-	>=x11-libs/qscintilla-2"
+	>=x11-libs/qscintilla-2[qt4]"
 DEPEND="${RDEPEND}"
 
 MAKEOPTS="${MAKEOPTS} -j1"



1.48                 dev-util/kscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	12 Oct 2009 11:47:07 -0000	1.47
+++ ChangeLog	6 Nov 2009 22:23:03 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/kscope
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.47 2009/10/12 11:47:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.48 2009/11/06 22:23:03 ssuominen Exp $
+
+  06 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> kscope-1.9.4.ebuild:
+  Missing x11-libs/qscintilla[qt4] depend wrt #292183, thanks to Robin
+  Johnson for reporting.
 
 *kscope-1.9.4 (12 Oct 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-util/kscope: kscope-1.9.4.ebuild ChangeLog
@ 2010-01-02 21:05 Ben de Groot (yngwin)
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot (yngwin) @ 2010-01-02 21:05 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/01/02 21:05:11

  Modified:             kscope-1.9.4.ebuild ChangeLog
  Log:
  Drop no longer needed use dep on qt4
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-util/kscope/kscope-1.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?r1=1.3&r2=1.4

Index: kscope-1.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kscope-1.9.4.ebuild	6 Nov 2009 22:23:03 -0000	1.3
+++ kscope-1.9.4.ebuild	2 Jan 2010 21:05:10 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.3 2009/11/06 22:23:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.4 2010/01/02 21:05:10 yngwin Exp $
 
 EAPI=2
 inherit multilib qt4
@@ -16,7 +16,7 @@
 
 RDEPEND="x11-libs/qt-core:4
 	x11-libs/qt-gui:4
-	>=x11-libs/qscintilla-2[qt4]"
+	x11-libs/qscintilla"
 DEPEND="${RDEPEND}"
 
 MAKEOPTS="${MAKEOPTS} -j1"



1.49                 dev-util/kscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	6 Nov 2009 22:23:03 -0000	1.48
+++ ChangeLog	2 Jan 2010 21:05:10 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/kscope
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.48 2009/11/06 22:23:03 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.49 2010/01/02 21:05:10 yngwin Exp $
+
+  02 Jan 2010; Ben de Groot <yngwin@gentoo.org> kscope-1.9.4.ebuild:
+  Drop no longer needed use dep on qt4
 
   06 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> kscope-1.9.4.ebuild:
   Missing x11-libs/qscintilla[qt4] depend wrt #292183, thanks to Robin






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

* [gentoo-commits] gentoo-x86 commit in dev-util/kscope: kscope-1.9.4.ebuild ChangeLog
@ 2010-02-01 17:48 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-01 17:48 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/01 17:48:02

  Modified:             kscope-1.9.4.ebuild ChangeLog
  Log:
  Various clean up and installation fixes based on new qscintilla installation paths
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/kscope/kscope-1.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild?r1=1.4&r2=1.5

Index: kscope-1.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kscope-1.9.4.ebuild	2 Jan 2010 21:05:10 -0000	1.4
+++ kscope-1.9.4.ebuild	1 Feb 2010 17:48:01 -0000	1.5
@@ -1,9 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.4 2010/01/02 21:05:10 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.9.4.ebuild,v 1.5 2010/02/01 17:48:01 hwoarang Exp $
 
 EAPI=2
-inherit multilib qt4
+
+inherit multilib qt4-r2
 
 DESCRIPTION="Source Editing Environment for KDE"
 HOMEPAGE="http://kscope.sourceforge.net/"
@@ -19,20 +20,17 @@
 	x11-libs/qscintilla"
 DEPEND="${RDEPEND}"
 
-MAKEOPTS="${MAKEOPTS} -j1"
+DOCS="ChangeLog"
 
 src_prepare() {
 	sed -i -e "s:/usr/local:/usr:" config || die
 	sed -i \
+		-e "s:\$\${QSCI_ROOT_PATH}/include/Qsci:& /usr/include/qt4/Qsci:g" \
+		-e "s:\$\${QSCI_ROOT_PATH}/lib:& -L/usr/lib/qt4:g" \
 		-e "s:/lib:/$(get_libdir):g" \
-		core/core.pro cscope/cscope.pro editor/editor.pro || die
-}
-
-src_configure() {
-	eqmake4 ${PN}.pro
-}
+		app/app.pro core/core.pro cscope/cscope.pro editor/editor.pro \
+		|| die
 
-src_install() {
-	emake INSTALL_ROOT="${D}" install || die
-	dodoc ChangeLog
+	# fix build failure with parallel make
+	echo "CONFIG += ordered" >> kscope.pro
 }



1.50                 dev-util/kscope/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kscope/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	2 Jan 2010 21:05:10 -0000	1.49
+++ ChangeLog	1 Feb 2010 17:48:01 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/kscope
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.49 2010/01/02 21:05:10 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.50 2010/02/01 17:48:01 hwoarang Exp $
+
+  01 Feb 2010; Markos Chandras <hwoarang@gentoo.org> kscope-1.9.4.ebuild:
+  Various clean up and installation fixes based on new qscintilla
+  installation paths
 
   02 Jan 2010; Ben de Groot <yngwin@gentoo.org> kscope-1.9.4.ebuild:
   Drop no longer needed use dep on qt4






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

end of thread, other threads:[~2010-02-01 17:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 11:47 [gentoo-commits] gentoo-x86 commit in dev-util/kscope: kscope-1.9.4.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-06 22:23 Samuli Suominen (ssuominen)
2010-01-02 21:05 Ben de Groot (yngwin)
2010-02-01 17:48 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