aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-03 16:05:47 +0100
committerJustin Lecher <jlec@gentoo.org>2013-03-03 16:05:47 +0100
commit07c869c3e47600c76174df22242abad16c60838b (patch)
treeb663221e46254345a41cb1e424217f0079007a5d /sci-mathematics/polymake
parentsci-libs/starparse: Add missing multilib.eclass; move to EAPI=5 and autotools... (diff)
downloadsci-07c869c3e47600c76174df22242abad16c60838b.tar.gz
sci-07c869c3e47600c76174df22242abad16c60838b.tar.bz2
sci-07c869c3e47600c76174df22242abad16c60838b.zip
sci-mathematics/polymake: Add missing multilib.eclass
Package-Manager: portage-2.2.0_alpha164
Diffstat (limited to 'sci-mathematics/polymake')
-rw-r--r--sci-mathematics/polymake/ChangeLog8
-rw-r--r--sci-mathematics/polymake/metadata.xml18
-rw-r--r--sci-mathematics/polymake/polymake-2.11-r1.ebuild4
3 files changed, 19 insertions, 11 deletions
diff --git a/sci-mathematics/polymake/ChangeLog b/sci-mathematics/polymake/ChangeLog
new file mode 100644
index 000000000..91e35b682
--- /dev/null
+++ b/sci-mathematics/polymake/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-mathematics/polymake
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> polymake-2.11-r1.ebuild,
+ metadata.xml:
+ Add missing multilib.eclass
+
diff --git a/sci-mathematics/polymake/metadata.xml b/sci-mathematics/polymake/metadata.xml
index b4c285655..86e481e52 100644
--- a/sci-mathematics/polymake/metadata.xml
+++ b/sci-mathematics/polymake/metadata.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
-<email>tomka@gentoo.org</email>
-<name>Thomas Kahle</name>
-</maintainer>
-<herd>sci-mathematics</herd>
-<use>
- <flag name="libpolymake">Build the polymake library to build applications using the C++ interface.</flag>
-</use>
-<longdescription lang="en">
+ <maintainer>
+ <email>tomka@gentoo.org</email>
+ <name>Thomas Kahle</name>
+ </maintainer>
+ <herd>sci-mathematics</herd>
+ <use>
+ <flag name="libpolymake">Build the polymake library to build applications using the C++ interface.</flag>
+ </use>
+ <longdescription lang="en">
Polymake started out as a tool for the algorithmic treatment of convex
polyhedra. By now it also deals with finite simplicial complexes,
tight spans of finite metric spaces, and other objects.
diff --git a/sci-mathematics/polymake/polymake-2.11-r1.ebuild b/sci-mathematics/polymake/polymake-2.11-r1.ebuild
index 1512501a5..e75f91f40 100644
--- a/sci-mathematics/polymake/polymake-2.11-r1.ebuild
+++ b/sci-mathematics/polymake/polymake-2.11-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic multilib
MY_PV=${PV}