Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/nestedsums: metadata.xml ChangeLog nestedsums-1.4.12.ebuild
Date: Sun, 16 Jan 2011 12:28:19
Message-Id: 20110116122749.E777C20054@flycatcher.gentoo.org
1 grozin 11/01/16 12:27:49
2
3 Added: metadata.xml ChangeLog nestedsums-1.4.12.ebuild
4 Log:
5 Initial import
6
7 (Portage version: 2.2.0_alpha15/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 sci-mathematics/nestedsums/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>sci-mathematics</herd>
21 <maintainer>
22 <email>grozin@g.o</email>
23 <name>Andrey Grozin</name>
24 </maintainer>
25 <longdescription lang="en">
26 A GiNaC-based library for symbolic expansion of certain transcendental functions.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 sci-mathematics/nestedsums/ChangeLog
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?rev=1.1&content-type=text/plain
36
37 Index: ChangeLog
38 ===================================================================
39 # ChangeLog for sci-mathematics/nestedsums
40 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
41 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.1 2011/01/16 12:27:49 grozin Exp $
42
43 *nestedsums-1.4.12 (16 Jan 2011)
44
45 16 Jan 2011; Andrey Grozin <grozin@g.o> +nestedsums-1.4.12.ebuild,
46 +metadata.xml:
47 Initial import
48
49
50
51
52 1.1 sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild?rev=1.1&content-type=text/plain
56
57 Index: nestedsums-1.4.12.ebuild
58 ===================================================================
59 # Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.1 2011/01/16 12:27:49 grozin Exp $
62 EAPI="4"
63 DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions."
64 HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/"
65 IUSE=""
66 SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz"
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~x86"
70 RDEPEND=">=sci-mathematics/ginac-1.5"
71 DEPEND="${RDEPEND}"