public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/texstudio: ChangeLog texstudio-2.3.ebuild
@ 2012-02-13 12:56 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-02-13 12:56 UTC (permalink / raw
  To: gentoo-commits

jlec        12/02/13 12:56:07

  Modified:             ChangeLog
  Added:                texstudio-2.3.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-office/texstudio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 Sep 2011 17:21:43 -0000	1.1
+++ ChangeLog	13 Feb 2012 12:56:07 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/texstudio
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.1 2011/09/07 17:21:43 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.2 2012/02/13 12:56:07 jlec Exp $
+
+*texstudio-2.3 (13 Feb 2012)
+
+  13 Feb 2012; Justin Lecher <jlec@gentoo.org> +texstudio-2.3.ebuild,
+  +files/texstudio-2.3-hunspell.patch:
+  Version Bump
 
 *texstudio-2.2 (07 Sep 2011)
 



1.1                  app-office/texstudio/texstudio-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild?rev=1.1&content-type=text/plain

Index: texstudio-2.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v 1.1 2012/02/13 12:56:07 jlec Exp $

EAPI=4

inherit base qt4-r2

DESCRIPTION="Free cross-platform LaTeX editor (former texmakerX)"
HOMEPAGE="http://texstudio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="video"

COMMON_DEPEND="
	app-text/hunspell
	app-text/poppler[qt4]
	x11-libs/libX11
	x11-libs/libXext
	>=x11-libs/qt-gui-4.6.1:4
	>=x11-libs/qt-core-4.6.1:4
	>=x11-libs/qt-script-4.6.1:4
	>=x11-libs/qt-test-4.6.1:4
	>=x11-libs/qt-webkit-4.6.1:4
	video? ( media-libs/phonon )"
RDEPEND="${COMMON_DEPEND}
	virtual/latex-base
	app-text/psutils
	app-text/ghostscript-gpl
	media-libs/netpbm"
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"

S="${WORKDIR}"/${P/-/}

PATCHES=( "${FILESDIR}/${P}-hunspell.patch" )

src_prepare() {
	find hunspell -delete
	sed 's:hunspell/hunspell:hunspell:g' -i *.h || die
	if use video; then
		sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
	fi
	qt4-r2_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in app-office/texstudio: ChangeLog texstudio-2.3.ebuild
@ 2012-06-20 19:09 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-20 19:09 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/20 19:09:57

  Modified:             ChangeLog texstudio-2.3.ebuild
  Log:
  app-office/texstudio: Fix for gcc-4.7, #422619
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-office/texstudio/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 May 2012 20:00:40 -0000	1.3
+++ ChangeLog	20 Jun 2012 19:09:57 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/texstudio
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.3 2012/05/03 20:00:40 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.4 2012/06/20 19:09:57 jlec Exp $
+
+  20 Jun 2012; Justin Lecher <jlec@gentoo.org> texstudio-2.3.ebuild,
+  +files/texstudio-2.3-gcc47.patch:
+  Fix for gcc-4.7, #422619
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> texstudio-2.2.ebuild,
   texstudio-2.3.ebuild:



1.3                  app-office/texstudio/texstudio-2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild?r1=1.2&r2=1.3

Index: texstudio-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texstudio-2.3.ebuild	3 May 2012 20:00:40 -0000	1.2
+++ texstudio-2.3.ebuild	20 Jun 2012 19:09:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v 1.2 2012/05/03 20:00:40 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v 1.3 2012/06/20 19:09:57 jlec Exp $
 
 EAPI=4
 
@@ -36,7 +36,10 @@
 
 S="${WORKDIR}"/${P/-/}
 
-PATCHES=( "${FILESDIR}/${P}-hunspell.patch" )
+PATCHES=(
+	"${FILESDIR}/${P}-hunspell.patch"
+	"${FILESDIR}/${P}-gcc47.patch"
+	)
 
 src_prepare() {
 	find hunspell -delete






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

end of thread, other threads:[~2012-06-20 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 12:56 [gentoo-commits] gentoo-x86 commit in app-office/texstudio: ChangeLog texstudio-2.3.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-20 19:09 Justin Lecher (jlec)

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