commit:     209a2dd35c6018418423076916182c4d0889acfb
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 15:01:38 2016 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 15:02:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209a2dd3

sci-mathematics/{agda,agda-stdlib}: version bump

Gentoo-Bug: 561772

Package-Manager: portage-2.2.26

 sci-mathematics/agda-stdlib/Manifest               |   1 +
 .../agda-stdlib/agda-stdlib-2.4.2.5.ebuild         |  67 ++++++++++++
 sci-mathematics/agda/Manifest                      |   1 +
 sci-mathematics/agda/agda-2.4.2.5.ebuild           | 116 +++++++++++++++++++++
 4 files changed, 185 insertions(+)

diff --git a/sci-mathematics/agda-stdlib/Manifest 
b/sci-mathematics/agda-stdlib/Manifest
index 3065d6d..baeaa65 100644
--- a/sci-mathematics/agda-stdlib/Manifest
+++ b/sci-mathematics/agda-stdlib/Manifest
@@ -1,3 +1,4 @@
 DIST agda-stdlib-0.8.tar.gz 246158 SHA256 
e8b8380bb03871ee3348aa2df32201a387ca0af02171d32ac58664f58467ed0d SHA512 
5ac3bda61eb209a4db650edbbdfb96b73cb58b24e43842957696a20a93454d9846a19e4866af0b736c2c3390184223473da75277e490a6a8348531431ca27af0
 WHIRLPOOL 
ccb5f294cb303b7d502227a6f908fa4904c56c55af1c3897753da3f39c7271cd07c292b56e030b8d80f97e6d6a8ad9f0a5fba1f22e0d169bdb4cb79e6e2db060
 DIST agda-stdlib-0.9.tar.gz 248895 SHA256 
923b487876235863e4f778aa40c508984b26636d50d531f0f31ca9dc45ab3717 SHA512 
aa297e250c5d98ca3f267c5ef95fc33999f9b120256c1983774d814b940a0f5952e524024908e3716af71ad544a586576c1bae6cca19e63797b1d4004ba88413
 WHIRLPOOL 
dd200c61e91e397dfc7de8f6269edaefc20aa3daf5ead9e9fbab62468e5385481a74d5cec62df88e5c5304e06dfbd47b1870f71f70aba7fad29eceb0d836e2b1
 DIST agda-stdlib-2.4.2.3.tar.gz 252558 SHA256 
bb444fb35096be277c07aa27652c24509449fee9188325bb13eaac68b91eca7d SHA512 
d503fc2abd18ab8c367a1947301e0302a6ff9fcbb6376a01f016aa2ab7a9a967e5adb96c5013db1892f4acd9fab62bead11c58c4d443784aff1e42ee4ffd4aa9
 WHIRLPOOL 
829e5613f2e03cda80608ef0899db413c98a505c9ba595d3aacd12171fc2e30e18e72365770a85655c7670fc5d45103c3b186d2bf8d9697aebae15bc9f40feaf
+DIST agda-stdlib-2.4.2.5.tar.gz 253379 SHA256 
9b46956e88a886cd08a8e6e83bea6115844860d7e927279abacc52e84b302b16 SHA512 
b15ed5838916240c8602fe7a4bccddf43c71ab3a18ecb5a6dc85199b908e261b04cf794a4d93c90af0a9263a36603c392280639ace7fecead0c39269c2623302
 WHIRLPOOL 
6414b268a813309e7315d6e2ff9345efdb95d1559966f8755607045a685d4b7cf521750ac7efa8dd90001357d7c825d31589dfd2fe771d379f45d79739c7d66c

diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.5.ebuild 
b/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.5.ebuild
new file mode 100644
index 0000000..8d36ca1
--- /dev/null
+++ b/sci-mathematics/agda-stdlib/agda-stdlib-2.4.2.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CABAL_FEATURES="bin"
+inherit haskell-cabal elisp-common
+
+DESCRIPTION="Agda standard library"
+HOMEPAGE="http://wiki.portal.chalmers.se/agda/";
+SRC_URI="https://github.com/agda/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="profile +ffi"
+
+# filemanip is used in lib.cabal to make the GenerateEverything and
+# AllNonAsciiChars executables, so agda-stdlib does not require a subslot
+# dependency on filemanip.
+
+RDEPEND="~sci-mathematics/agda-${PV}:=[profile?]
+       >=dev-haskell/filemanip-0.3.6.2[profile?] 
<dev-haskell/filemanip-0.4[profile?]
+       >=dev-lang/ghc-6.12.1
+       ffi? ( sci-mathematics/agda-lib-ffi )
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.8.0.2
+"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+       cabal-mksetup
+       eapply_user
+}
+
+src_compile() {
+       haskell-cabal_src_compile
+       "${S}"/dist/build/GenerateEverything/GenerateEverything \
+               || die "GenerateEverything failed"
+       local prof
+       use profile && prof="--ghc-flag=-prof"
+       agda +RTS -K1G -RTS ${prof} \
+               -i "${S}" -i "${S}"/src "${S}"/Everything.agda || die
+       # Although my agda-9999 build has
+       # 
/var/tmp/portage/sci-mathematics/agda-9999/work/agda-9999/dist/build/autogen/Paths_Agda.hs
+       # containing:
+       # datadir    = "/usr/share/agda-9999/ghc-7.6.1"
+       # it fails without the --css option like:
+       # /usr/share/agda-9999/ghc-7.4.1/Agda.css: copyFile: does not exist
+       local cssdir=$(egrep 'datadir *=' 
"${S}/dist/build/autogen/Paths_lib.hs" | sed -e 's@datadir    = \(.*\)@\1@')
+       agda --html -i "${S}" -i "${S}"/src --css="${cssdir}/Agda.css" 
"${S}"/README.agda || die
+}
+
+src_test() {
+       agda -i "${S}" -i "${S}"/src README.agda || die
+}
+
+src_install() {
+       insinto usr/share/agda-stdlib
+       insopts --preserve-timestamps
+       doins -r src/*
+       dodoc -r html/*
+       elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+}

diff --git a/sci-mathematics/agda/Manifest b/sci-mathematics/agda/Manifest
index 913d708..7122931 100644
--- a/sci-mathematics/agda/Manifest
+++ b/sci-mathematics/agda/Manifest
@@ -1,3 +1,4 @@
 DIST Agda-2.4.0.1.tar.gz 906887 SHA256 
58e678b9d193e19d4e69d8899129d9ae16df08a394873af850797f03cc2cbe86 SHA512 
edd56ecea83241f3cb1aca4ac1e17970acf122c323a4ff38e2b5d8e46e46b1afd90fbbd460a6674a51cbb13a7cbf3a57b489e91a92ce3e709b2fc3d659013601
 WHIRLPOOL 
4e94c4277e8be99bd5a513c274fd5712f1d4a3e99d1e626a3b195b9cf83f9216de62220cfb5e8298cc0f11560a9c32dc0116db3bd67c2240842fa798f733065c
 DIST Agda-2.4.2.2.tar.gz 963302 SHA256 
2344107654d0cb2a18dcf179ed3ea0f427839e058771ed628da64fbaed55bbc3 SHA512 
62376775255099570d9eb7814de77a239d0806669ee0993283429a400c7c45ca756c6735bab85b4d3a4b82defae544364ac9107fd622f2df1ebcbded3113204d
 WHIRLPOOL 
dd220346109b7e137cca2e3b091c581b0b4ed0e23340209c7eebc48b39d807a569c984fbe1aee813d18a7f953db86e82b6a6aa7e197e6a2c5569dc311625f45f
 DIST Agda-2.4.2.3.tar.gz 990268 SHA256 
bc6def45e32498f51863d67acfbe048c039d630c6a36761ed27e99a5f68d7b27 SHA512 
84c24c517c830128032af8de9c8ce9ed8d5333becf65e6c96d67104caae1b66fb37ae9bcdff8f42a3e2997f4dcef2f4ea5addd7c94c45a0533c833da9af4d55a
 WHIRLPOOL 
ccef337495a5bc6d4272821700126a793ac0cac8b0ebbef44be478b725545797959c0edba910b5e2b68076e7c5c01e98580ea40016d02b268960dfba5f62a24a
+DIST Agda-2.4.2.5.tar.gz 1031427 SHA256 
959658a372d93b735d92191b372d221461026c98de4f92e56d198b576dfb67ee SHA512 
c2e090a42f699200854c20dad868b4b67e99107f0cdbba20ed268f4618fcf80068ee31db37e4b6637f73128d9f652ef9276d8f7adea54628da759d79f5e4f4a2
 WHIRLPOOL 
dd2d579242b395835a25910409df1eacaa5c7253a43d7cd6fbeb51146df5252ef2f255d063d15c5cc6bd3fab9e568a60b798539c4f73747411f31919970dee1e

diff --git a/sci-mathematics/agda/agda-2.4.2.5.ebuild 
b/sci-mathematics/agda/agda-2.4.2.5.ebuild
new file mode 100644
index 0000000..7534c2a
--- /dev/null
+++ b/sci-mathematics/agda/agda-2.4.2.5.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal elisp-common
+
+MY_PN="Agda"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A dependently typed functional programming language and proof 
assistant"
+HOMEPAGE="http://wiki.portal.chalmers.se/agda/";
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cpphs +stdlib"
+
+RDEPEND=">=dev-haskell/base-orphans-0.3.1:=[profile?] 
<dev-haskell/base-orphans-0.5:=[profile?]
+       >=dev-haskell/binary-0.7.2.1:=[profile?] 
<dev-haskell/binary-0.8:=[profile?]
+       >=dev-haskell/boxes-0.1.3:=[profile?] <dev-haskell/boxes-0.2:=[profile?]
+       >=dev-haskell/data-hash-0.2.0.0:=[profile?] 
<dev-haskell/data-hash-0.3:=[profile?]
+       >=dev-haskell/edit-distance-0.2.1.2:=[profile?] 
<dev-haskell/edit-distance-0.3:=[profile?]
+       >=dev-haskell/equivalence-0.2.5:=[profile?] 
<dev-haskell/equivalence-0.4:=[profile?]
+       >=dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] 
<dev-haskell/geniplate-mirror-0.8:=[profile?]
+       >=dev-haskell/haskeline-0.7.1.3:=[profile?] 
<dev-haskell/haskeline-0.8:=[profile?]
+       >=dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] 
<dev-haskell/haskell-src-exts-1.18:=[profile?]
+       >=dev-haskell/hashable-1.2.1.0:=[profile?] 
<dev-haskell/hashable-1.3:=[profile?]
+       >=dev-haskell/old-time-1.1.0.0:=[profile?] 
<dev-haskell/old-time-1.2:=[profile?]
+       >=dev-haskell/parallel-3.2.0.4:=[profile?] 
<dev-haskell/parallel-3.3:=[profile?]
+       >=dev-haskell/quickcheck-2.8:2=[profile?] 
<dev-haskell/quickcheck-2.9:2=[profile?]
+       >=dev-haskell/strict-0.3.2:=[profile?] 
<dev-haskell/strict-0.4:=[profile?]
+       >=dev-haskell/text-0.11.3.1:=[profile?] 
<dev-haskell/text-1.3:=[profile?]
+       >=dev-haskell/transformers-compat-0.3.3.3:=[profile?] 
<dev-haskell/transformers-compat-0.5:=[profile?]
+       >=dev-haskell/void-0.5.4:=[profile?] <dev-haskell/void-0.9:=[profile?]
+       >=dev-haskell/unordered-containers-0.2.5.0:=[profile?] 
<dev-haskell/unordered-containers-0.3:=[profile?]
+       >=dev-haskell/xhtml-3000.2.1:=[profile?] 
<dev-haskell/xhtml-3000.3:=[profile?]
+       >=dev-haskell/zlib-0.4.0.1:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
+       >=dev-lang/ghc-7.4.1:=
+       || ( ( >=dev-haskell/hashtables-1.0.1.8:=[profile?] 
<dev-haskell/hashtables-1.2:=[profile?] )
+               ( >=dev-haskell/hashtables-1.2.0.2:=[profile?] 
<dev-haskell/hashtables-1.3:=[profile?] ) )
+       || ( ( >=dev-haskell/mtl-2.1.1:=[profile?] 
<=dev-haskell/mtl-2.1.3.1:=[profile?] )
+               ( >=dev-haskell/mtl-2.2.1:=[profile?] 
<dev-haskell/mtl-2.3:=[profile?] ) )
+       || ( ( >=dev-haskell/transformers-0.3:=[profile?] 
<dev-haskell/transformers-0.4:=[profile?] )
+               ( >=dev-haskell/transformers-0.4.1.0:=[profile?] 
<dev-haskell/transformers-0.5:=[profile?] ) )
+"
+RDEPEND+="
+               app-emacs/haskell-mode
+               virtual/emacs
+"
+PDEPEND="stdlib? ( ~sci-mathematics/agda-stdlib-${PV} )"
+DEPEND="${RDEPEND}
+       dev-haskell/alex
+       >=dev-haskell/cabal-1.8
+       dev-haskell/happy
+       cpphs? ( >=dev-haskell/cpphs-1.19 <dev-haskell/cpphs-1.20 )
+"
+RDEPEND+="!sci-mathematics/agda-executable"
+
+SITEFILE="50${PN}2-gentoo.el"
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+       sed -e '/.*emacs-mode.*$/d' \
+               -i "${S}/${MY_PN}.cabal" \
+               || die "Could not remove agda-mode from ${MY_PN}.cabal"
+       eapply_user
+}
+
+src_configure() {
+       haskell-cabal_src_configure \
+               $(cabal_flag cpphs cpphs)
+}
+
+src_compile() {
+       BYTECOMPFLAGS="-L ./src/data/emacs-mode"
+       elisp-compile src/data/emacs-mode/*.el \
+               || die "Failed to compile emacs mode"
+       haskell-cabal_src_compile
+}
+
+src_test() {
+       export 
LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}"
+
+       dist/build/agda/agda --test +RTS -M1g || die
+}
+
+src_install() {
+       local add="${ED}"/usr/share/"${P}/ghc-$(ghc-version)"
+
+       haskell-cabal_src_install
+
+       export 
LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}"
+       # generate Primitive.agdai, emulate Setup.hs postinst phase
+       Agda_datadir="${add}" \
+               "${ED}"/usr/bin/agda "${add}"/lib/prim/Agda/Primitive.agda \
+               || die "Failed to build 'Primitive.agdai'"
+
+       elisp-install ${PN} src/data/emacs-mode/*.el \
+               || die "Failed to install emacs mode"
+       elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
+               || die "Failed to install elisp site file"
+}
+
+pkg_postinst() {
+       elisp-site-regen
+}
+
+pkg_postrm() {
+       elisp-site-regen
+}

Reply via email to