From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78350158091 for ; Wed, 8 Jun 2022 17:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9E52E08FC; Wed, 8 Jun 2022 17:47:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D961E08FC for ; Wed, 8 Jun 2022 17:47:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B675E34117C for ; Wed, 8 Jun 2022 17:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93896500 for ; Wed, 8 Jun 2022 17:46:30 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1654665223.addcc6bec87c4e8bc0dd281db145346556b316ee.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/glow/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/glow/Manifest app-misc/glow/glow-1.4.1.ebuild app-misc/glow/metadata.xml X-VCS-Directories: app-misc/glow/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: addcc6bec87c4e8bc0dd281db145346556b316ee X-VCS-Branch: master Date: Wed, 8 Jun 2022 17:46:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8012aec1-7281-4e2d-8fe1-1d36bf9cee3c X-Archives-Hash: ebde7db3eeb59a795475fff13ec59d61 commit: addcc6bec87c4e8bc0dd281db145346556b316ee Author: James Beddek posteo de> AuthorDate: Wed Jun 8 05:04:52 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jun 8 05:13:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=addcc6be app-misc/glow: new package, add 1.4.1 Signed-off-by: James Beddek posteo.de> app-misc/glow/Manifest | 2 ++ app-misc/glow/glow-1.4.1.ebuild | 22 ++++++++++++++++++++++ app-misc/glow/metadata.xml | 8 ++++++++ 3 files changed, 32 insertions(+) diff --git a/app-misc/glow/Manifest b/app-misc/glow/Manifest new file mode 100644 index 000000000..863d792bb --- /dev/null +++ b/app-misc/glow/Manifest @@ -0,0 +1,2 @@ +DIST glow-1.4.1-deps.tar.xz 117458384 BLAKE2B 189110dbb5ddd66aa15156758d6194cbf2c00dff6f241f60174d1fe9a4fd101e4abce61e72fc76801a392e6497f021dabae820b4324aca648de8eedf9414fa8a SHA512 3ab36ad8d5e3dee5d108fcfa3015069960f7cbc18b1277bbebf257ba65ca0ca8a62eae3f13e9f73b707c6d242ac7d59afefcdaab69c585ded58e232bedb1354e +DIST glow-1.4.1.tar.gz 526174 BLAKE2B c83303e7b6ed24a449e68515434107b8d4cacb418aed5ae41ad87bef93051deeea81ba7be320e6d630f04ddb438c9c5170189784f2eec024b24cb74352a8fdeb SHA512 cb7bb7b3c65c70906ea59d85382b8cc32e900ab0276c3ecc4c79bce4c9ef2539043cbd6e3c7600b1622367ba667eaa65b553f60bc56db5af719d183488146721 diff --git a/app-misc/glow/glow-1.4.1.ebuild b/app-misc/glow/glow-1.4.1.ebuild new file mode 100644 index 000000000..cae947999 --- /dev/null +++ b/app-misc/glow/glow-1.4.1.ebuild @@ -0,0 +1,22 @@ +# 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://github.com/telans/distfiles/raw/main/${CATEGORY}/${PN}/${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/metadata.xml b/app-misc/glow/metadata.xml new file mode 100644 index 000000000..2924f0387 --- /dev/null +++ b/app-misc/glow/metadata.xml @@ -0,0 +1,8 @@ + + + + + telans@posteo.de + James Beddek + +