public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/qtoctave: ChangeLog qtoctave-0.9.1-r1.ebuild qtoctave-0.9.1.ebuild
@ 2010-06-28 16:51 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-06-28 16:51 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/28 16:51:11

  Modified:             ChangeLog
  Added:                qtoctave-0.9.1-r1.ebuild
  Removed:              qtoctave-0.9.1.ebuild
  Log:
  Wrong default path during compilation, thanks Alexander Goomenyuk for reporting
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sci-mathematics/qtoctave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/qtoctave/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	24 Jun 2010 13:50:00 -0000	1.10
+++ ChangeLog	28 Jun 2010 16:51:11 -0000	1.11
@@ -1,6 +1,13 @@
 # ChangeLog for sci-mathematics/qtoctave
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.10 2010/06/24 13:50:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/ChangeLog,v 1.11 2010/06/28 16:51:11 jlec Exp $
+
+*qtoctave-0.9.1-r1 (28 Jun 2010)
+
+  28 Jun 2010; Justin Lecher <jlec@gentoo.org> -qtoctave-0.9.1.ebuild,
+  +qtoctave-0.9.1-r1.ebuild:
+  Wrong default path during compilation, thanks Alexander Goomenyuk for
+  reporting
 
   24 Jun 2010; Justin Lecher <jlec@gentoo.org> qtoctave-0.8.2.ebuild,
   +files/qtoctave-0.8.2-rpath.patch:



1.1                  sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: qtoctave-0.9.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1-r1.ebuild,v 1.1 2010/06/28 16:51:11 jlec Exp $

EAPI="2"

CMAKE_IN_SOURCE_BUILD=1
inherit eutils cmake-utils

PID=1760

DESCRIPTION="QtOctave is a Qt4 front-end for Octave"
HOMEPAGE="http://forja.rediris.es/projects/csl-qtoctave/"
SRC_URI="http://forja.rediris.es/frs/download.php/${PID}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=x11-libs/qt-gui-4.5
	>=x11-libs/qt-svg-4.5"

RDEPEND="${DEPEND}
	>=sci-mathematics/octave-3.2.0"

S="${WORKDIR}/${P}"
DOCS="readme.txt leeme.txt"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.9.1-qtinfo.patch
	epatch "${FILESDIR}"/${PN}-0.9.1-qt-version.patch
	epatch "${FILESDIR}"/${PN}-0.9.1-doc-path.patch
	epatch "${FILESDIR}"/${PN}-0.8.1-gcc4.4.patch
}

src_configure() {
	mycmakeargs=(-DCMAKE_SKIP_RPATH:BOOL=YES )
	cmake-utils_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-28 16:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-28 16:51 [gentoo-commits] gentoo-x86 commit in sci-mathematics/qtoctave: ChangeLog qtoctave-0.9.1-r1.ebuild qtoctave-0.9.1.ebuild 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