Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/agda: agda-2.3.2.2-r1.ebuild ChangeLog agda-2.2.6-r1.ebuild agda-1.0.2-r2.ebuild
Date: Tue, 25 Feb 2014 15:41:04
Message-Id: 20140225154058.818992004C@flycatcher.gentoo.org
1 slyfox 14/02/25 15:40:58
2
3 Modified: agda-2.3.2.2-r1.ebuild ChangeLog
4 Removed: agda-2.2.6-r1.ebuild agda-1.0.2-r2.ebuild
5 Log:
6 Drop old.
7
8 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.2 sci-mathematics/agda/agda-2.3.2.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: agda-2.3.2.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- agda-2.3.2.2-r1.ebuild 10 Dec 2013 11:25:16 -0000 1.1
24 +++ agda-2.3.2.2-r1.ebuild 25 Feb 2014 15:40:58 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild,v 1.1 2013/12/10 11:25:16 gienah Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.2.2-r1.ebuild,v 1.2 2014/02/25 15:40:58 slyfox Exp $
31
32 EAPI=5
33
34 @@ -39,6 +39,7 @@
35 ( >=dev-haskell/mtl-2.1.1:=[profile?] <dev-haskell/mtl-2.2:=[profile?] ) )
36 || ( ( >=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.2:=[profile?] )
37 ( >=dev-haskell/hashable-1.2.1.0:=[profile?] <dev-haskell/hashable-1.3:=[profile?] ) )
38 + virtual/emacs
39 "
40 PDEPEND="stdlib? ( sci-mathematics/agda-stdlib )"
41 DEPEND="${RDEPEND}
42 @@ -53,12 +54,18 @@
43 src_prepare() {
44 CABAL_FILE=${MY_PN}.cabal cabal_chdeps \
45 'binary >= 0.4.4 && < 0.6' 'binary >= 0.4.4 && < 0.8' \
46 - 'text == 0.11.*' 'text >= 0.11'
47 + 'text == 0.11.*' 'text >= 0.11' \
48 + 'base >= 4.2 && < 4.7' 'base >= 4.2 && < 4.8' \
49 + 'array >= 0.1 && < 0.5' 'array >= 0.1 && < 0.6' \
50 + 'process >= 1.0.1.0 && < 1.2' 'process >= 1.0.1.0 && < 1.3'
51 +
52 sed -e '/.*emacs-mode.*$/d' \
53 -e '/^executable agda/,$d' \
54 -i "${S}/${MY_PN}.cabal" \
55 || die "Could not remove agda and agda-mode from ${MY_PN}.cabal"
56 +
57 cabal-mksetup
58 +
59 if use epic && use stdlib; then
60 ewarn "Note that the agda-stdlib README:"
61 ewarn "http://www.cse.chalmers.se/~nad/listings/lib/README.html"
62 @@ -84,6 +91,7 @@
63 }
64
65 src_compile() {
66 + BYTECOMPFLAGS="-L ./src/data/emacs-mode"
67 elisp-compile src/data/emacs-mode/*.el \
68 || die "Failed to compile emacs mode"
69 haskell-cabal_src_compile
70
71
72
73 1.26 sci-mathematics/agda/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda/ChangeLog?rev=1.26&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda/ChangeLog?rev=1.26&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/agda/ChangeLog?r1=1.25&r2=1.26
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v
82 retrieving revision 1.25
83 retrieving revision 1.26
84 diff -u -r1.25 -r1.26
85 --- ChangeLog 10 Dec 2013 11:25:16 -0000 1.25
86 +++ ChangeLog 25 Feb 2014 15:40:58 -0000 1.26
87 @@ -1,6 +1,12 @@
88 # ChangeLog for sci-mathematics/agda
89 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v 1.25 2013/12/10 11:25:16 gienah Exp $
91 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v 1.26 2014/02/25 15:40:58 slyfox Exp $
93 +
94 + 25 Feb 2014; Sergei Trofimovich <slyfox@g.o> -agda-1.0.2-r2.ebuild,
95 + -agda-2.2.6-r1.ebuild, -files/50agda-gentoo.el,
96 + -files/agda-1.0.2-upstream-fixes.patch, -files/agda-2.2.6-emacs.patch,
97 + agda-2.3.2.2-r1.ebuild:
98 + Drop old.
99
100 *agda-2.3.2.2-r1 (10 Dec 2013)