Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/ent: ent-101202.ebuild ChangeLog metadata.xml
Date: Thu, 02 Dec 2010 17:46:20
Message-Id: 20101202174605.3AFF820054@flycatcher.gentoo.org
1 jlec 10/12/02 17:46:05
2
3 Added: ent-101202.ebuild ChangeLog metadata.xml
4 Log:
5 Addition requested #347577
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-mathematics/ent/ent-101202.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ent/ent-101202.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ent/ent-101202.ebuild?rev=1.1&content-type=text/plain
14
15 Index: ent-101202.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/ent/ent-101202.ebuild,v 1.1 2010/12/02 17:46:05 jlec Exp $
20
21 EAPI="3"
22
23 inherit eutils toolchain-funcs
24
25 DESCRIPTION="Pseudorandom number sequence test"
26 HOMEPAGE="http://www.fourmilab.ch/random/"
27 SRC_URI="mirror://gentoo/random-${PV}.zip"
28
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 LICENSE="public-domain"
32 IUSE=""
33
34 src_prepare() {
35 epatch "${FILESDIR}"/${PV}-gentoo.patch
36 tc-export CC
37 }
38
39 src_install() {
40 dobin ${PN} || die
41 dohtml ${PN}.html ${PN}itle.gif || die
42 }
43
44
45
46 1.1 sci-mathematics/ent/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ent/ChangeLog?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ent/ChangeLog?rev=1.1&content-type=text/plain
50
51 Index: ChangeLog
52 ===================================================================
53 # ChangeLog for sci-mathematics/ent
54 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
55 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ent/ChangeLog,v 1.1 2010/12/02 17:46:05 jlec Exp $
56
57 *ent-101202 (02 Dec 2010)
58
59 02 Dec 2010; Justin Lecher <jlec@g.o> +files/101202-gentoo.patch,
60 +ent-101202.ebuild, +metadata.xml:
61 Addition requested #347577
62
63
64
65
66 1.1 sci-mathematics/ent/metadata.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ent/metadata.xml?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ent/metadata.xml?rev=1.1&content-type=text/plain
70
71 Index: metadata.xml
72 ===================================================================
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 <pkgmetadata>
76 <herd>sci-mathematics</herd>
77 <maintainer>
78 <email>jlec@g.o</email>
79 </maintainer>
80 </pkgmetadata>