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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E6FE1382C5 for ; Fri, 29 Jan 2021 10:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7119CE0C35; Fri, 29 Jan 2021 10:06:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 567F0E0C35 for ; Fri, 29 Jan 2021 10:06:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A98893406C2 for ; Fri, 29 Jan 2021 10:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25D7F53 for ; Fri, 29 Jan 2021 10:06:40 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1611914770.7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ufetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ufetch/ufetch-0.1.ebuild app-misc/ufetch/ufetch-0.2.ebuild app-misc/ufetch/ufetch-9999.ebuild X-VCS-Directories: app-misc/ufetch/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: 7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd X-VCS-Branch: dev Date: Fri, 29 Jan 2021 10:06:40 +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: fbfa9f7c-51e6-4625-b29b-d55199264b0e X-Archives-Hash: ffc6c64d9f3dca7fcb90f05e457ced97 commit: 7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd Author: Matthias Coppens gmail com> AuthorDate: Fri Jan 29 10:04:41 2021 +0000 Commit: Matthias Coppens gmail com> CommitDate: Fri Jan 29 10:06:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ca8a8af app-misc/ufetch: Cleanup Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Matthias Coppens gmail.com> app-misc/ufetch/ufetch-0.1.ebuild | 12 +++++++----- app-misc/ufetch/ufetch-0.2.ebuild | 12 +++++++----- app-misc/ufetch/ufetch-9999.ebuild | 12 +++++++----- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/app-misc/ufetch/ufetch-0.1.ebuild b/app-misc/ufetch/ufetch-0.1.ebuild index 93a83ef0..712b151b 100644 --- a/app-misc/ufetch/ufetch-0.1.ebuild +++ b/app-misc/ufetch/ufetch-0.1.ebuild @@ -1,25 +1,27 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -EGIT_REPO_URI="https://gitlab.com/jschx/${PN}" case "${PV}" in "9999") inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git" ;; *) P0="${PN}-v${PV}" - SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P0}" + KEYWORDS="~amd64 ~x86" esac DESCRIPTION="Tiny system info for Unix-like operating systems" -HOMEPAGE="${EGIT_REPO_URI}" +HOMEPAGE="https://gitlab.com/jschx/ufetch" LICENSE="ISC" +RESTRICT="mirror test" + SLOT="0" -KEYWORDS="~amd64 ~x86" src_install() { exeinto /usr/bin && diff --git a/app-misc/ufetch/ufetch-0.2.ebuild b/app-misc/ufetch/ufetch-0.2.ebuild index 93a83ef0..712b151b 100644 --- a/app-misc/ufetch/ufetch-0.2.ebuild +++ b/app-misc/ufetch/ufetch-0.2.ebuild @@ -1,25 +1,27 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -EGIT_REPO_URI="https://gitlab.com/jschx/${PN}" case "${PV}" in "9999") inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git" ;; *) P0="${PN}-v${PV}" - SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P0}" + KEYWORDS="~amd64 ~x86" esac DESCRIPTION="Tiny system info for Unix-like operating systems" -HOMEPAGE="${EGIT_REPO_URI}" +HOMEPAGE="https://gitlab.com/jschx/ufetch" LICENSE="ISC" +RESTRICT="mirror test" + SLOT="0" -KEYWORDS="~amd64 ~x86" src_install() { exeinto /usr/bin && diff --git a/app-misc/ufetch/ufetch-9999.ebuild b/app-misc/ufetch/ufetch-9999.ebuild index fa1d76a9..712b151b 100644 --- a/app-misc/ufetch/ufetch-9999.ebuild +++ b/app-misc/ufetch/ufetch-9999.ebuild @@ -1,25 +1,27 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -EGIT_REPO_URI="https://gitlab.com/jschx/${PN}" case "${PV}" in "9999") inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git" ;; *) P0="${PN}-v${PV}" - SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P0}" + KEYWORDS="~amd64 ~x86" esac DESCRIPTION="Tiny system info for Unix-like operating systems" -HOMEPAGE="${EGIT_REPO_URI}" +HOMEPAGE="https://gitlab.com/jschx/ufetch" LICENSE="ISC" +RESTRICT="mirror test" + SLOT="0" -KEYWORDS="" src_install() { exeinto /usr/bin &&