public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: ChangeLog polymake-2.9.9.ebuild polymake-2.9.8.ebuild
@ 2010-11-16 23:33 Thomas Kahle (tomka)
  0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2010-11-16 23:33 UTC (permalink / raw
  To: gentoo-commits

tomka       10/11/16 23:33:43

  Modified:             ChangeLog
  Added:                polymake-2.9.9.ebuild
  Removed:              polymake-2.9.8.ebuild
  Log:
  bump to 2.9.9, remove 2.9.8. Fixes a build failure that Luigi Malago found.
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.2                  sci-mathematics/polymake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Nov 2010 08:39:25 -0000	1.1
+++ ChangeLog	16 Nov 2010 23:33:43 -0000	1.2
@@ -1,6 +1,14 @@
 # ChangeLog for sci-mathematics/polymake
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.1 2010/11/03 08:39:25 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.2 2010/11/16 23:33:43 tomka Exp $
+
+*polymake-2.9.9 (16 Nov 2010)
+
+  16 Nov 2010; Thomas Kahle <tomka@gentoo.org>
+  +files/2.9.9-gentoo-binutils.patch, -polymake-2.9.8.ebuild,
+  +polymake-2.9.9.ebuild:
+  bump to 2.9.9, remove 2.9.8. Fixes a build failure that Luigi Malago
+  found.
 
 *polymake-2.9.8 (03 Nov 2010)
 



1.1                  sci-mathematics/polymake/polymake-2.9.9.ebuild

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

Index: polymake-2.9.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.9.9.ebuild,v 1.1 2010/11/16 23:33:43 tomka Exp $

EAPI=2

inherit eutils flag-o-matic

DESCRIPTION="research tool for polyhedral geometry and combinatorics"
SRC_URI="http://www.opt.tu-darmstadt.de/polymake/lib/exe/fetch.php/download/${P}.tar.bz2"

HOMEPAGE="http://www.opt.tu-darmstadt.de/polymake"

IUSE=""

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

# TODO: Drop java.
DEPEND="dev-libs/gmp
	dev-libs/libxml2
	dev-perl/XML-LibXML
	dev-libs/libxslt
	dev-perl/XML-LibXSLT
	dev-perl/XML-Writer
	dev-perl/Term-ReadLine-Gnu
	>=virtual/jdk-1.5.0"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}/${PV}-gentoo-binutils.patch"
	sed -i '/system "strip $to"/d' support/install.pl

	einfo "During compile this package uses up to"
	einfo "750MB of RAM per process. Use MAKEOPTS=\"-j1\" if"
	einfo "you run into trouble."
}

src_configure () {
	export CXXOPT=$(get-flag -O)
	# Configure does not accept --host, therefore econf cannot be used
	./configure --prefix=/usr \
				--libdir=/usr/$(get_libdir)
}

src_install(){
	emake -j1 DESTDIR="${D}" install || die "install failed"
}

pkg_postinst(){
	elog "Polymake uses Perl Modules compiled during install."
	elog "You have to reinstall polymake after an upgrade of Perl."
	elog " "
	elog "This version of polymake does not ship docs. Sorry."
	elog "Help can be found on http://www.opt.tu-darmstadt.de/polymake_doku/ "
	elog " "
	elog "On first start, polymake will ask you about the locations"
	elog "of external programs it can use."
	elog "If the initial run crashes, please report to the developers."
}






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

only message in thread, other threads:[~2010-11-16 23:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 23:33 [gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: ChangeLog polymake-2.9.9.ebuild polymake-2.9.8.ebuild Thomas Kahle (tomka)

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