diff options
author | Matthew Smith <matthew@gentoo.org> | 2024-08-04 13:42:00 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2024-08-04 13:42:00 +0000 |
commit | ffbdc0f36e5c0e80d8bee3d64a8e98e4d20d6c05 (patch) | |
tree | 2dd8f2bd23b59c2f619a017dc352efb086a515cd /dev-lang | |
parent | dev-lang/gleam: add 1.4.1 (diff) | |
download | gentoo-ffbdc0f36e5c0e80d8bee3d64a8e98e4d20d6c05.tar.gz gentoo-ffbdc0f36e5c0e80d8bee3d64a8e98e4d20d6c05.tar.bz2 gentoo-ffbdc0f36e5c0e80d8bee3d64a8e98e4d20d6c05.zip |
dev-lang/gleam: drop 1.1.0, 1.4.0
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gleam/Manifest | 3 | ||||
-rw-r--r-- | dev-lang/gleam/gleam-1.1.0.ebuild | 33 | ||||
-rw-r--r-- | dev-lang/gleam/gleam-1.4.0.ebuild | 35 |
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-lang/gleam/Manifest b/dev-lang/gleam/Manifest index c2b27c29810e..e0b9f153af43 100644 --- a/dev-lang/gleam/Manifest +++ b/dev-lang/gleam/Manifest @@ -1,5 +1,2 @@ -DIST gleam-1.1.0-crates.tar.xz 28586380 BLAKE2B edecdff51966a0091bc915d7e3d4f8d1530f62dd4cb6b2b5d235e0512103c614df028351e61b6793bc56a79f469567a95224cbae3dee7b4932df23d21a5f3c5f SHA512 221675cab2b1ca6e61bbe1a87976640d25e741de4578a8d7ed5be3e552d784596bac1905af2ea06d1b3c5c6efb1ec189aa682d3e9e3f6462fd09d8b31af9603d -DIST gleam-1.1.0.tar.gz 882622 BLAKE2B 7f3ff5ce346e3f1b8d7a13723ea649f5b6e325a563cd3f4e4c0b227f3d9e4643e1e9cd403dbe9c5e8c93e47c2ae6fe1f137250c0155f8b4acbe324fdcf9efc91 SHA512 265867096b758ab554f0b4228d95b40a30d5796499b29775465d8dc3cc3ad37cf517cf979f33d906229dd33e424708e40a13ea6cf9932b54c573cd2335788695 DIST gleam-1.4.0-crates.tar.xz 42395452 BLAKE2B 36733afeda26214d4d5078824fe46a7c531b73875fd265727f1e363d799accd0b4e4401798e81ef4c60dba6401e00a5df63ed54fa424d4b7a395ee07a0124676 SHA512 5996bf3e4b11d95c05de9fe02e0f2ea8ca195931098e897ee74cb96515b81cadf7e46bd566d895d79d83ac71058a05a75b2f4a60da6ff9c6e0ad9dd0332daf3a -DIST gleam-1.4.0.tar.gz 1024520 BLAKE2B 279e454795ff4c29278e7e397b83c5e813645182f12aa2aef1879c87bfcc4e92e47e63ce67fcca0a7673439078fb316f0677e722e0252d87cb010b86a406450a SHA512 8d07726ca0ec02dc83e508e6d44124caa06ce6c8aa61e4cdf1b9443bf9997f2608959c1cd459113b717397c131e874edb1cd313cb1a09b5bdafcfd283f4eb0d5 DIST gleam-1.4.1.tar.gz 1024265 BLAKE2B c1e37d4ba261d94d2131ab79f24859cbad0a465b967c9231d991ed0640cbed3be9fbae0b693b73020ffb56346f77e313420bb1c3c4c90e7b4d0807c400008464 SHA512 ea8dbab041f3dc480c408595b9adf4fc9a588f8438c98b5c7234d735c3b0ad98fe556d4a0258a663b322275212a5f5dbc48637e9d8d557915630dae85904a5cd diff --git a/dev-lang/gleam/gleam-1.1.0.ebuild b/dev-lang/gleam/gleam-1.1.0.ebuild deleted file mode 100644 index 050a8cc09d08..000000000000 --- a/dev-lang/gleam/gleam-1.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cargo optfeature - -DESCRIPTION="A friendly language for building type-safe, scalable systems!" -HOMEPAGE="https://gleam.run https://github.com/gleam-lang/gleam" -SRC_URI=" - https://github.com/gleam-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~matthew/distfiles/${P}-crates.tar.xz -" - -LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB openssl" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-lang/erlang:*" - -# rust does not use *FLAGS from make.conf, silence portage warning -# update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" - -src_install() { - dodoc CHANGELOG.md - cargo_src_install --path compiler-cli -} - -pkg_postinst() { - optfeature "erlang package support" dev-util/rebar:3 - optfeature "javascript runtime" net-libs/nodejs -} diff --git a/dev-lang/gleam/gleam-1.4.0.ebuild b/dev-lang/gleam/gleam-1.4.0.ebuild deleted file mode 100644 index 3a3df1a23182..000000000000 --- a/dev-lang/gleam/gleam-1.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cargo optfeature - -DESCRIPTION="A friendly language for building type-safe, scalable systems!" -HOMEPAGE="https://gleam.run https://github.com/gleam-lang/gleam" -SRC_URI=" - https://github.com/gleam-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~matthew/distfiles/${P}-crates.tar.xz -" - -LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB openssl" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-lang/erlang:*" - -PATCHES=( "${FILESDIR}"/${PN}-1.4.0-rust178-compat.patch ) - -# rust does not use *FLAGS from make.conf, silence portage warning -# update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" - -src_install() { - dodoc CHANGELOG.md - cargo_src_install --path compiler-cli -} - -pkg_postinst() { - optfeature "erlang package support" dev-util/rebar:3 - optfeature "javascript runtime" net-libs/nodejs -} |