summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-06-08 09:20:57 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-06-08 09:20:57 +0000
commit80aa992e4b6e608c0015862ce56c5e46e4baf5e6 (patch)
tree375480e20345cdf2c0ffdcd33b5d8763dbc7f308 /sci-chemistry/massxpert
parentVersion bump. (diff)
downloadgentoo-2-80aa992e4b6e608c0015862ce56c5e46e4baf5e6.tar.gz
gentoo-2-80aa992e4b6e608c0015862ce56c5e46e4baf5e6.tar.bz2
gentoo-2-80aa992e4b6e608c0015862ce56c5e46e4baf5e6.zip
New version to replace old broken one.
(Portage version: 2.1.5.4)
Diffstat (limited to 'sci-chemistry/massxpert')
-rw-r--r--sci-chemistry/massxpert/ChangeLog9
-rw-r--r--sci-chemistry/massxpert/massxpert-1.7.6.ebuild (renamed from sci-chemistry/massxpert/massxpert-1.6.7.ebuild)9
2 files changed, 11 insertions, 7 deletions
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 <je_fro@gentoo.org> +massxpert-1.7.6.ebuild:
+ New version replaces old broken one.
31 Dec 2007; Jeff Gardner <je_fro@gentoo.org>
+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.7.6.ebuild
index 7ce76b311e8b..b0c323a48afc 100644
--- a/sci-chemistry/massxpert/massxpert-1.6.7.ebuild
+++ b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.6.7.ebuild,v 1.1 2007/12/30 00:53:45 je_fro Exp $
+# $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://www.massxpert.org/downloads/source/${PF}.tar.gz"
+SRC_URI="http://download.tuxfamily.org/massxpert/source/${PF}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -34,7 +34,7 @@ RDEPEND=">=x11-libs/qt-4.3.3
media-libs/libpng
dev-libs/libxml2"
-S="${WORKDIR}/${PN}"
+S="${WORKDIR}/${P}"
CMAKE_IN_SOURCE_BUILD="true"
pkg_setup() {
@@ -46,7 +46,6 @@ pkg_setup() {
}
src_compile() {
-
sed -e "s:/lib/:/$(get_libdir)/:g" -i CMakeLists.txt || \
die "sed failed"