From e7f37e03b952768321c8c943a80eff4152ea7bbd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Aug 2022 02:42:13 +0100 Subject: gentoo auto-resync : 22:08:2022 - 02:42:13 --- sci-mathematics/agda-stdlib/Manifest | 4 -- .../agda-stdlib/agda-stdlib-2.6.1.2.1.4.ebuild | 67 ---------------------- .../agda-stdlib/files/standard-library.agda-lib | 2 - sci-mathematics/agda-stdlib/metadata.xml | 15 ----- 4 files changed, 88 deletions(-) delete mode 100644 sci-mathematics/agda-stdlib/Manifest delete mode 100644 sci-mathematics/agda-stdlib/agda-stdlib-2.6.1.2.1.4.ebuild delete mode 100644 sci-mathematics/agda-stdlib/files/standard-library.agda-lib delete mode 100644 sci-mathematics/agda-stdlib/metadata.xml (limited to 'sci-mathematics/agda-stdlib') diff --git a/sci-mathematics/agda-stdlib/Manifest b/sci-mathematics/agda-stdlib/Manifest deleted file mode 100644 index ec872f003d78..000000000000 --- a/sci-mathematics/agda-stdlib/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX standard-library.agda-lib 55 BLAKE2B 057e933b07b291fd505f2e64f43b087c2aa4f4828ba2a03b5a53b9cac0f0fd0ab1f523c91efd6090e34e376dcc61d90bc5193063b6f07280c0eb2d688a07dedc SHA512 b1e2cbffe4b99157661fe6f4685580c7524890735db0a20ae1942e076b00d0df13624f587ea7584319e5665484da63beb3e0e5c77226bdbe02a4a80fa33a17b4 -DIST agda-stdlib-2.6.1.2.1.4.tar.gz 816654 BLAKE2B c8e6b6f86f32dd2e3d57da4a21066be4a441e71bc3a7cb96d8000f28c56cbb114a00e5df2777b00a8a9fc1a0f94b00bdf4b72eb46f0245ab482a41b6a9d772ee SHA512 90c05d54eaf1d7c78d00f73044afa1f3b4d99df622d40b3cea88fe280f0770ccaeddd787d8fb384c150123f592bb6a7ec24b842a9fcc2936f581d847928223ca -EBUILD agda-stdlib-2.6.1.2.1.4.ebuild 2131 BLAKE2B 3aaf388befda982634876b99953c2e0693037ce9d97fbf3d35211c311a1cc9643ba764bd8818708f814d1ba39a943661e3ce04fde64af26db1512ee13ec6442c SHA512 3c9792873467d6bfe9f288e7cdd2869e9a2b71cf29d11361e7e27cd057bd7fa1530447acf953989f97a06a9d370bbe6aa1d7c7e6270d0034932ea107e2b84994 -MISC metadata.xml 471 BLAKE2B 308482ab94f16db0a4ef47ca204527f83bd1a3471d8d8152ab8f600cd6350fcdba8f1710e5daebac469392662843a9feea4cae66f1b8a79acbc9ed3234534e8c SHA512 853bc8aabc44e6dad3a607e6f2ab9ad20e278e7a6a309ad106ee807c3eb608066c11e42137442fd2f622881187801bff46f581e0383168a1483dc20923e74b59 diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-2.6.1.2.1.4.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-2.6.1.2.1.4.ebuild deleted file mode 100644 index 73afc2f8ee30..000000000000 --- a/sci-mathematics/agda-stdlib/agda-stdlib-2.6.1.2.1.4.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CABAL_FEATURES="profile" -inherit haskell-cabal elisp-common - -## shared with sci-mathematics/agda -# upstream does not maintain version ordering: -# https://github.com/agda/agda-stdlib/releases -# 0.11 -> 2.5.0.20160213 -> 2.5.0.20160412 -> 0.12 -> 0.13 -# As Agda-stdlib is tied to Agda version we encode -# both versions in gentoo version. -## -MY_UPSTREAM_AGDA_STDLIB_V="1.4" -MY_GENTOO_AGDA_STDLIB_V="${PV}.${MY_UPSTREAM_AGDA_STDLIB_V}" -MY_UPSTREAM_AGDA_V="${PV%.${MY_UPSTREAM_AGDA_STDLIB_V}}" - -DESCRIPTION="Agda standard library" -HOMEPAGE="https://wiki.portal.chalmers.se/agda/" -SRC_URI="https://github.com/agda/${PN}/archive/v${MY_UPSTREAM_AGDA_STDLIB_V}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=sci-mathematics/agda-${MY_UPSTREAM_AGDA_V}:=[profile?] -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.2.0 - >=dev-haskell/filemanip-0.3.6.2[profile?] =dev-lang/ghc-8.0.2 -" - -S=${WORKDIR}/${PN}-${MY_UPSTREAM_AGDA_STDLIB_V} - -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=$(grep -E '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/* - doins "${FILESDIR}/standard-library.agda-lib" -} diff --git a/sci-mathematics/agda-stdlib/files/standard-library.agda-lib b/sci-mathematics/agda-stdlib/files/standard-library.agda-lib deleted file mode 100644 index 7cd8525ff7bd..000000000000 --- a/sci-mathematics/agda-stdlib/files/standard-library.agda-lib +++ /dev/null @@ -1,2 +0,0 @@ -name: standard-library -include: /usr/share/agda-stdlib diff --git a/sci-mathematics/agda-stdlib/metadata.xml b/sci-mathematics/agda-stdlib/metadata.xml deleted file mode 100644 index 49686165f8d9..000000000000 --- a/sci-mathematics/agda-stdlib/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - - haskell@gentoo.org - Gentoo Haskell - - - agda/agda-stdlib - - -- cgit v1.2.3