* [gentoo-commits] gentoo-x86 commit in sci-visualization/udav: ChangeLog udav-0.5.2.ebuild
@ 2009-11-26 19:51 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-11-26 19:51 UTC (permalink / raw
To: gentoo-commits
bicatali 09/11/26 19:51:44
Modified: ChangeLog
Added: udav-0.5.2.ebuild
Log:
Version bump, keyworded amd64 and added flags to compile against recent hdf5 versions
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Revision Changes Path
1.4 sci-visualization/udav/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 13 Apr 2009 13:23:44 -0000 1.3
+++ ChangeLog 26 Nov 2009 19:51:43 -0000 1.4
@@ -1,6 +1,13 @@
# ChangeLog for sci-visualization/udav
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v 1.3 2009/04/13 13:23:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v 1.4 2009/11/26 19:51:43 bicatali Exp $
+
+*udav-0.5.2 (26 Nov 2009)
+
+ 26 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ files/udav-0.5.1-pro.patch, +udav-0.5.2.ebuild:
+ Version bump, keyworded amd64 and added flags to compile against recent
+ hdf5 versions
*udav-0.5.1 (13 Apr 2009)
1.1 sci-visualization/udav/udav-0.5.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/udav-0.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/udav-0.5.2.ebuild?rev=1.1&content-type=text/plain
Index: udav-0.5.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/udav-0.5.2.ebuild,v 1.1 2009/11/26 19:51:43 bicatali Exp $
EAPI=2
inherit qt4 fdo-mime flag-o-matic
DESCRIPTION="Universal Data Array Visualization"
HOMEPAGE="http://udav.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
RDEPEND="sci-libs/mathgl[qt4,hdf5]"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.5.1-pro.patch
}
src_compile() {
append-flags -DH5_USE_16_API
eqmake4
emake || die "emake failed"
}
src_install() {
emake INSTALL_ROOT="${D}" install || die "emake install failed"
make_desktop_entry ${PN}
insinto /usr/share/icons/hicolor/48x48/apps
doins src/${PN}.png
dosym /usr/share/icons/hicolor/48x48/apps/${PN}.png \
/usr/share/pixmaps/${PN}.png
}
pkg_postinst() {
fdo-mime_desktop_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-26 19:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-26 19:51 [gentoo-commits] gentoo-x86 commit in sci-visualization/udav: ChangeLog udav-0.5.2.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