Gentoo Archives: gentoo-commits

From: Jonathan-Christofer Demay <jcdemay@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pff/
Date: Mon, 06 Feb 2012 14:37:39
Message-Id: d4f975c121c59bf16c1c564f698787d80bbfdc04.jcdemay@gentoo
1 commit: d4f975c121c59bf16c1c564f698787d80bbfdc04
2 Author: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 14:37:31 2012 +0000
4 Commit: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 6 14:37:31 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d4f975c1
7
8 sci-mathematics/pff: version bump
9
10 ---
11 sci-mathematics/pff/ChangeLog | 7 +++--
12 sci-mathematics/pff/metadata.xml | 2 +-
13 sci-mathematics/pff/pff-8.2.1.2.ebuild | 29 ----------------------------
14 sci-mathematics/pff/pff-8.3.ebuild | 33 ++++++++++++++++++++++++++++++++
15 4 files changed, 38 insertions(+), 33 deletions(-)
16
17 diff --git a/sci-mathematics/pff/ChangeLog b/sci-mathematics/pff/ChangeLog
18 index 612adcf..a57d9e4 100644
19 --- a/sci-mathematics/pff/ChangeLog
20 +++ b/sci-mathematics/pff/ChangeLog
21 @@ -1,9 +1,10 @@
22 # ChangeLog for sci-mathematics/pff
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 - 25 Jun 2011; Justin Lecher <jlec@g.o> pff-8.2.1.2.ebuild:
28 - Cleaned ebuild
29 + 21 Dec 2011; J.-C. Demay <jcdemay@×××××.com>
30 + +pff-8.3.ebuild, -pff-8.2.1.2.ebuild:
31 + version bump
32
33 04 Jul 2010; J.-C. Demay <jcdemay@×××××.com>
34 +metadata.xml, +ChangeLog:
35
36 diff --git a/sci-mathematics/pff/metadata.xml b/sci-mathematics/pff/metadata.xml
37 index 5b96dbf..edab690 100644
38 --- a/sci-mathematics/pff/metadata.xml
39 +++ b/sci-mathematics/pff/metadata.xml
40 @@ -1,7 +1,7 @@
41 <?xml version="1.0" encoding="UTF-8"?>
42 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 <pkgmetadata>
44 - <herd>sci-mathematics</herd>
45 + <herd>sci</herd>
46 <longdescription>
47 PFF (Preuves Formelles sur les Flottants = Formal Proofs about Floats)
48 is a repository of a Coq library about floating-point arithmetic. It
49
50 diff --git a/sci-mathematics/pff/pff-8.2.1.2.ebuild b/sci-mathematics/pff/pff-8.2.1.2.ebuild
51 deleted file mode 100644
52 index 3592745..0000000
53 --- a/sci-mathematics/pff/pff-8.2.1.2.ebuild
54 +++ /dev/null
55 @@ -1,29 +0,0 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -# $Header: $
59 -
60 -EAPI=4
61 -
62 -DESCRIPTION="Library for reasoning about floating point numbers in coq"
63 -HOMEPAGE="http://lipforge.ens-lyon.fr/www/pff/"
64 -SRC_URI="http://lipforge.ens-lyon.fr/frs/download.php/147/Float${PV/%????/}-${PV/#????/}.tgz"
65 -
66 -LICENSE="LGPL-2"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~ppc ~x86"
69 -IUSE=""
70 -
71 -DEPEND="sci-mathematics/coq"
72 -RDEPEND="${DEPEND}"
73 -
74 -S="${WORKDIR}/Float"
75 -
76 -src_prepare() {
77 - sed \
78 - -e "s|\`\$(COQC) -where\`/user-contrib|\$(DESTDIR)/\`\$(COQC) -where\`/user-contrib|g" \
79 - -i Makefile || die
80 -}
81 -
82 -src_compile(){
83 - emake DESTDIR="/" || die "emake failed"
84 -}
85
86 diff --git a/sci-mathematics/pff/pff-8.3.ebuild b/sci-mathematics/pff/pff-8.3.ebuild
87 new file mode 100644
88 index 0000000..bd9fb77
89 --- /dev/null
90 +++ b/sci-mathematics/pff/pff-8.3.ebuild
91 @@ -0,0 +1,33 @@
92 +# Copyright 1999-2009 Gentoo Foundation
93 +# Distributed under the terms of the GNU General Public License v2
94 +# $Header: $
95 +
96 +EAPI="2"
97 +
98 +DESCRIPTION="Library for reasoning about floating point numbers in coq."
99 +HOMEPAGE="http://lipforge.ens-lyon.fr/www/pff/"
100 +SRC_URI="http://lipforge.ens-lyon.fr/frs/download.php/163/Float${PV}.tgz"
101 +
102 +LICENSE="LGPL-2"
103 +SLOT="0"
104 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
105 +IUSE=""
106 +
107 +DEPEND="sci-mathematics/coq"
108 +RDEPEND="${DEPEND}"
109 +
110 +S="${WORKDIR}/Float${PV}"
111 +
112 +src_prepare() {
113 + sed -i -e "s|\`\$(COQC) -where\`/user-contrib| \
114 + \$(DESTDIR)/\`\$(COQC) -where\`/user-contrib|g" Makefile
115 +}
116 +
117 +src_compile(){
118 + emake DESTDIR="/" || die "emake failed"
119 +}
120 +
121 +src_install(){
122 + emake install DESTDIR="${D}" || die "emake install failed"
123 +}
124 +