public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/itpp: metadata.xml ChangeLog itpp-4.0.7-r1.ebuild
@ 2010-08-10 18:24 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2010-08-10 18:24 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/08/10 18:24:27

  Modified:             metadata.xml ChangeLog
  Added:                itpp-4.0.7-r1.ebuild
  Log:
  Added patch for FastICA, thanks Gert Wollny (bug #327527). Added static-libs flag, switch to EAPI3, added missing pkgconfig dependency, simplified ebuild, removed the strip restricting (leaving out to user), and added longdescription.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/itpp/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/itpp/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/itpp/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/itpp/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/itpp/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	30 Jan 2006 17:15:45 -0000	1.1
+++ metadata.xml	10 Aug 2010 18:24:27 -0000	1.2
@@ -1,9 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>markusle@gentoo.org</email>
-		<name>Markus Dittrich</name>
-	</maintainer>
-	<herd>sci</herd>
+<maintainer>
+  <email>markusle@gentoo.org</email>
+  <name>Markus Dittrich</name>
+</maintainer>
+<herd>sci</herd>
+<longdescription lang='en'>
+  IT++ is a C++ library of mathematical, signal processing and
+  communication classes and functions. Its main use is in simulation
+  of communication systems and for performing research in the area of
+  communications. The kernel of the library consists of generic vector
+  and matrix classes, and a set of accompanying routines. Such a
+  kernel makes IT++ similar to MATLAB or GNU Octave .
+</longdescription>
 </pkgmetadata>



1.95                 sci-libs/itpp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/itpp/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/itpp/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/itpp/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	14 Mar 2010 09:56:12 -0000	1.94
+++ ChangeLog	10 Aug 2010 18:24:27 -0000	1.95
@@ -1,6 +1,16 @@
 # ChangeLog for sci-libs/itpp
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.94 2010/03/14 09:56:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.95 2010/08/10 18:24:27 bicatali Exp $
+
+*itpp-4.0.7-r1 (10 Aug 2010)
+
+  10 Aug 2010; Sébastien Fabbro <bicatali@gentoo.org>
+  +itpp-4.0.7-r1.ebuild, +files/itpp-4.0.7-fastica-fix-endless-loop.patch,
+  metadata.xml:
+  Added patch for FastICA, thanks Gert Wollny (bug #327527). Added
+  static-libs flag, switch to EAPI3, added missing pkgconfig dependency,
+  simplified ebuild, removed the strip restricting (leaving out to user),
+  and added longdescription.
 
   14 Mar 2010; Markos Chandras <hwoarang@gentoo.org> itpp-4.0.6.ebuild:
   Stable on amd64 wrt bug #300279



1.1                  sci-libs/itpp/itpp-4.0.7-r1.ebuild

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

Index: itpp-4.0.7-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.7-r1.ebuild,v 1.1 2010/08/10 18:24:27 bicatali Exp $

EAPI=3
inherit flag-o-matic

DESCRIPTION="C++ library of mathematical, signal processing and communication classes and functions"
LICENSE="GPL-2"
HOMEPAGE="http://itpp.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="blas debug doc fftw lapack minimal static-libs"

RDEPEND="!minimal? ( fftw? ( >=sci-libs/fftw-3 ) )
	blas? ( virtual/blas lapack? ( virtual/lapack ) )"
DEPEND="${RDEPEND}
	blas? ( dev-util/pkgconfig )
	lapack? ( dev-util/pkgconfig )
	doc? ( app-doc/doxygen virtual/latex-base )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-fastica-fix-endless-loop.patch
}

src_configure() {
	# turn off performance critical debug code
	use debug || append-flags -DNDEBUG
	local blasconf="no"
	use blas && blasconf="$(pkg-config --libs blas)"
	local lapackconf="no"
	use lapack && lapackconf="$(pkg-config --libs blas lapack)"
	econf \
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
		--enable-shared \
		$(use_enable doc html-doc) \
		$(use_enable debug) \
		$(use_enable !minimal comm) \
		$(use_enable !minimal fixed) \
		$(use_enable !minimal optim) \
		$(use_enable !minimal protocol) \
		$(use_enable !minimal signal) \
		$(use_enable !minimal srccode) \
		$(use_enable static-libs static) \
		$(use_with fftw fft) \
		--with-blas="${blasconf}" \
		--with-lapack="${lapackconf}"
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc AUTHORS ChangeLog ChangeLog-2007 ChangeLog-2006 \
		ChangeLog-2005 INSTALL NEWS NEWS-3.10 NEWS-3.99 README TODO
}






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

only message in thread, other threads:[~2010-08-10 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 18:24 [gentoo-commits] gentoo-x86 commit in sci-libs/itpp: metadata.xml ChangeLog itpp-4.0.7-r1.ebuild Sebastien Fabbro (bicatali)

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