Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/topcom: topcom-0.16.2.ebuild metadata.xml ChangeLog
Date: Tue, 09 Nov 2010 17:49:00
Message-Id: 20101109174856.1D78D20051@flycatcher.gentoo.org
1 tomka 10/11/09 17:48:56
2
3 Added: topcom-0.16.2.ebuild metadata.xml ChangeLog
4 Log:
5 New package: sci-mathematics/topcom, revised import from sci overlay, fixes bug 285619
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 sci-mathematics/topcom/topcom-0.16.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/topcom-0.16.2.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/topcom-0.16.2.ebuild?rev=1.1&content-type=text/plain
14
15 Index: topcom-0.16.2.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/topcom-0.16.2.ebuild,v 1.1 2010/11/09 17:48:55 tomka Exp $
20
21 EAPI="2"
22
23 inherit autotools eutils flag-o-matic
24
25 DESCRIPTION="A package for computing Triangulations Of Point Configurations and Oriented Matroids."
26 SRC_URI="http://www.uni-bayreuth.de/departments/wirtschaftsmathematik/rambau/Software/TOPCOM-$PV.tar.gz
27 doc? ( http://www.rambau.wm.uni-bayreuth.de/TOPCOM/TOPCOM-manual.html )"
28 HOMEPAGE="http://www.rambau.wm.uni-bayreuth.de/TOPCOM/"
29
30 KEYWORDS="~amd64 ~x86"
31 SLOT="0"
32 LICENSE="GPL-2"
33 IUSE="doc examples"
34
35 DEPEND=">=dev-libs/gmp-4.1-r1
36 >=sci-libs/cddlib-094f"
37 RDEPEND="${DEPEND}"
38
39 S="${WORKDIR}"/TOPCOM-${PV}
40
41 src_prepare () {
42 # Don't compile internal GMP and CDD ...
43 epatch "${FILESDIR}"/${PN}-${PV}-no-internal-libs.patch
44
45 # ... and link in tree versions:
46 append-libs -lgmp -lgmpxx -lcddgmp
47
48 eautoreconf
49 }
50
51 src_install () {
52 emake DESTDIR="${D}" install || die "Install failed"
53 dodoc AUTHORS ChangeLog NEWS README || die
54
55 if use doc; then
56 dohtml "${DISTDIR}"/TOPCOM-manual.html || die
57 fi
58
59 if use examples; then
60 dodir /usr/share/doc/${PF}/examples
61 cp -R "${S}"/examples/* "${D}"/usr/share/doc/${PF}/examples || die
62 fi
63 }
64
65
66
67 1.1 sci-mathematics/topcom/metadata.xml
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/metadata.xml?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/metadata.xml?rev=1.1&content-type=text/plain
71
72 Index: metadata.xml
73 ===================================================================
74 <?xml version="1.0" encoding="UTF-8"?>
75 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 <pkgmetadata>
77 <maintainer>
78 <email>tomka@g.o</email>
79 <name>Thomas Kahle</name>
80 </maintainer>
81 <herd>sci</herd>
82 <longdescription lang="en">
83 TOPCOM is a package for computing Triangulations Of Point Configurations and Oriented Matroids
84 </longdescription>
85 </pkgmetadata>
86
87
88
89 1.1 sci-mathematics/topcom/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/ChangeLog?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/topcom/ChangeLog?rev=1.1&content-type=text/plain
93
94 Index: ChangeLog
95 ===================================================================
96 # ChangeLog for sci-mathematics/topcom
97 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
98 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/ChangeLog,v 1.1 2010/11/09 17:48:55 tomka Exp $
99
100 *topcom-0.16.2 (09 Nov 2010)
101
102 09 Nov 2010; Thomas Kahle <tomka@g.o> +topcom-0.16.2.ebuild,
103 +files/topcom-0.16.2-no-internal-libs.patch, +metadata.xml:
104 New package: sci-mathematics/topcom, revised import from sci overlay,
105 fixes bug 285619