diff --git a/app-misc/glow/Manifest b/app-misc/glow/Manifest index f43b905bb5..a4b3c5572d 100644 --- a/app-misc/glow/Manifest +++ b/app-misc/glow/Manifest @@ -1,8 +1,2 @@ -DIST glow-1.5.1-deps.tar.xz 176449224 BLAKE2B a1cb5fcfeb76b52d899d7ff135ae7a901b0ba951af327616a5d0135a81da56a2ae6aa3697a5e2a8b660202ecd091fdfb609fd4571d410cc68d4449e5af4615c0 SHA512 2561c8ff37ad70d6df62902d9df607db83be0fc524a877b21c21016b7b23e57862f7ea8d5980590e00d4f573d99d60c6ba30e78ed0b4e02119dd192e3b8464fb -DIST glow-1.5.1.tar.gz 553842 BLAKE2B 1997187c231e739311472c069d2b2fadb1943d2056114bcb7e6056b433db4182b0db0387b9bc6556f76a7a4d54d62a8b3e91465de2746c959171ec13ef7bd698 SHA512 d27005fdd10798957145e3ba4f55b78d15a9bf485f9b28a908dfec219524911f065d6f4248bcc79b30d9653588427e18bfeffab6400b1945ff0603bc95a5d888 -DIST glow-2.0.0-deps.tar.xz 44130108 BLAKE2B 277a623d1f1861233825375a7bbd2bc2cf0c88749ea4ed90e700c9ad89d3b08898a5d6f2e401f487dd4d9e97a0723f9c44803180dfe7f376195e5bea3f4db73c SHA512 cf8c5611555c6f7c3874ae862136e40196b8079f78d97b3dfda6218e95e4bae02e9461ba8eb5fc06fc5018ffd60fd384b375b0815b4219c740b193efaa7422ed -DIST glow-2.0.0.tar.gz 522208 BLAKE2B 5263c11804ed9d9b75369737fb7be9ea1003f94769c5bf205efe31c9697dfe46ba3efaedc2cdffb047ef7157d0fb232ca92593e1fe8a18c7fc80df171cccf240 SHA512 ac8142512eff949979203b42955e03b511aa6b6e335071d9fcd9a461d291e1d00d4192f39a470d9b4925b48294fab87469cbec7ecf5d5f8bc988d9c8238a4a80 -DIST glow-2.1.1-deps.tar.xz 35990276 BLAKE2B 8ef252580d00d46ffc2cd91ee5e76151917ac095270946cdcd7372da99d42b440285a6f404e7ee0cf59460faa39dfec043fd07bfb0fc023d9e4eea43bca9742e SHA512 ec67f3029b990cc3b40791477ea25b2fce0727f80525b07ed491f0bf2679c236c9a30e8f18f6248163476da09b64d64d80a11bbad98c87a43dced04c4ca9bd13 -DIST glow-2.1.1.tar.gz 510057 BLAKE2B 7448fa6a023c564163324613be6261211767cd46452ea53dafea986670aff115db1297dd9c84fdfde621fa6328f54cbace26371838fbf58051c7330282346982 SHA512 6a01ff0f9c29de28f55a467fc2041afbe6bd25b06053da9fc62fa73e800c05a452b695e242e8605ef686f72a3f048ef6e2cd7206530e356a6cad669ac4c57a10 DIST glow-2.1.2-deps.tar.xz 36898996 BLAKE2B 581f0429759914be47bf4250e9954d2d7ba663afad5b41d9721f0d1d6af1daa00629d5dd6347817f3b0267ad8386bf9bb3290e43c644b0904815a9b001c9a3b4 SHA512 9033c2783a55767302d1c9586f844c64af67362280a557f1732bee7fde34bcff1cc9c88a6aaba16726688d2f57f9634de8a2d88604946381a3f8ed05f6600d26 DIST glow-2.1.2.tar.gz 510356 BLAKE2B 1ae620618c01d94ebd55b505bd6b13c4f61f133460e432ace766921d7c9d2fb0cf5e4c530382d015499c664c8c67bbd5ff1d12567cfb50aac2a128d3f2c3375f SHA512 0fc423212a59f95dbd946d8c39329fcebdbe59eba4eaf5efee426615c25f2eac4d22dbc1a4793952fa8ca93a48b81189259417bc17bd94220dca7a970592de79 diff --git a/app-misc/glow/glow-1.5.1.ebuild b/app-misc/glow/glow-1.5.1.ebuild deleted file mode 100644 index e4d3c5d95c..0000000000 --- a/app-misc/glow/glow-1.5.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Render markdown on the CLI, with pizzazz!" -HOMEPAGE="https://github.com/charmbracelet/glow" -SRC_URI=" - https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz -" - -LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" - -src_install() { - einstalldocs - dobin glow -} diff --git a/app-misc/glow/glow-2.0.0.ebuild b/app-misc/glow/glow-2.0.0.ebuild deleted file mode 100644 index e4d3c5d95c..0000000000 --- a/app-misc/glow/glow-2.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Render markdown on the CLI, with pizzazz!" -HOMEPAGE="https://github.com/charmbracelet/glow" -SRC_URI=" - https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz -" - -LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" - -src_install() { - einstalldocs - dobin glow -} diff --git a/app-misc/glow/glow-2.1.1.ebuild b/app-misc/glow/glow-2.1.1.ebuild deleted file mode 100644 index 3ebb2bc9ea..0000000000 --- a/app-misc/glow/glow-2.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2022-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Render markdown on the CLI, with pizzazz!" -HOMEPAGE="https://github.com/charmbracelet/glow" -SRC_URI="https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/ingenarel/guru-depfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz" - -LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" - -src_compile() { - ego build -o bin/glow -} - -src_install() { - einstalldocs - dobin bin/glow -}