From 80aa992e4b6e608c0015862ce56c5e46e4baf5e6 Mon Sep 17 00:00:00 2001 From: Jeffrey Gardner Date: Sun, 8 Jun 2008 09:20:57 +0000 Subject: New version to replace old broken one. (Portage version: 2.1.5.4) --- sci-chemistry/massxpert/ChangeLog | 9 +++- sci-chemistry/massxpert/massxpert-1.6.7.ebuild | 61 -------------------------- sci-chemistry/massxpert/massxpert-1.7.6.ebuild | 60 +++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 63 deletions(-) delete mode 100644 sci-chemistry/massxpert/massxpert-1.6.7.ebuild create mode 100644 sci-chemistry/massxpert/massxpert-1.7.6.ebuild (limited to 'sci-chemistry') diff --git a/sci-chemistry/massxpert/ChangeLog b/sci-chemistry/massxpert/ChangeLog index e6b226da4075..b7d54e02b2a9 100644 --- a/sci-chemistry/massxpert/ChangeLog +++ b/sci-chemistry/massxpert/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/massxpert -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.2 2007/12/31 15:48:06 je_fro Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.3 2008/06/08 09:20:57 je_fro Exp $ + +*massxpert-1.7.6 (08 Jun 2008) + + 08 Jun 2008; Jeff Gardner +massxpert-1.7.6.ebuild: + New version replaces old broken one. 31 Dec 2007; Jeff Gardner +files/digest-massxpert-1.6.8, ChangeLog, Manifest: diff --git a/sci-chemistry/massxpert/massxpert-1.6.7.ebuild b/sci-chemistry/massxpert/massxpert-1.6.7.ebuild deleted file mode 100644 index 7ce76b311e8b..000000000000 --- a/sci-chemistry/massxpert/massxpert-1.6.7.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-1.6.7.ebuild,v 1.1 2007/12/30 00:53:45 je_fro Exp $ - -inherit eutils flag-o-matic cmake-utils - -DESCRIPTION="A software suite to predict/analyze mass spectrometric data on (bio)polymers." -HOMEPAGE="http://massxpert.org/wiki/" -SRC_URI="http://www.massxpert.org/downloads/source/${PF}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-util/cmake-2.4.7" -RDEPEND=">=x11-libs/qt-4.3.3 - x11-libs/libSM - x11-libs/libICE - x11-libs/libXi - x11-libs/libXrender - x11-libs/libXrandr - x11-libs/libXcursor - x11-libs/libXext - x11-libs/libXt - x11-libs/libXfixes - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libX11 - sys-libs/zlib - media-libs/freetype - media-libs/fontconfig - media-libs/nas - media-libs/libpng - dev-libs/libxml2" - -S="${WORKDIR}/${PN}" -CMAKE_IN_SOURCE_BUILD="true" - -pkg_setup() { - - if ! built_with_use '>=x11-libs/qt-4.3.3' accessibility ; then - eerror "qt4 must be built with the accessibility USE flag." - die "qt4 must be built with the accessibility USE flag.." - fi -} - -src_compile() { - - sed -e "s:/lib/:/$(get_libdir)/:g" -i CMakeLists.txt || \ - die "sed failed" - - tc-export CC CXX LD - mycmakeargs="-D__LIB=$(get_libdir)" - - if use amd64 ; then - append-flags -fPIC - fi - - cmake-utils_src_compile -} diff --git a/sci-chemistry/massxpert/massxpert-1.7.6.ebuild b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild new file mode 100644 index 000000000000..b0c323a48afc --- /dev/null +++ b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-1.7.6.ebuild,v 1.1 2008/06/08 09:20:57 je_fro Exp $ + +inherit eutils flag-o-matic cmake-utils + +DESCRIPTION="A software suite to predict/analyze mass spectrometric data on (bio)polymers." +HOMEPAGE="http://massxpert.org/wiki/" +SRC_URI="http://download.tuxfamily.org/massxpert/source/${PF}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-util/cmake-2.4.7" +RDEPEND=">=x11-libs/qt-4.3.3 + x11-libs/libSM + x11-libs/libICE + x11-libs/libXi + x11-libs/libXrender + x11-libs/libXrandr + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXt + x11-libs/libXfixes + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libX11 + sys-libs/zlib + media-libs/freetype + media-libs/fontconfig + media-libs/nas + media-libs/libpng + dev-libs/libxml2" + +S="${WORKDIR}/${P}" +CMAKE_IN_SOURCE_BUILD="true" + +pkg_setup() { + + if ! built_with_use '>=x11-libs/qt-4.3.3' accessibility ; then + eerror "qt4 must be built with the accessibility USE flag." + die "qt4 must be built with the accessibility USE flag.." + fi +} + +src_compile() { + sed -e "s:/lib/:/$(get_libdir)/:g" -i CMakeLists.txt || \ + die "sed failed" + + tc-export CC CXX LD + mycmakeargs="-D__LIB=$(get_libdir)" + + if use amd64 ; then + append-flags -fPIC + fi + + cmake-utils_src_compile +} -- cgit v1.2.3-65-gdbad