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 76D3E1382C5 for ; Fri, 26 Mar 2021 16:38:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4510E0636; Fri, 26 Mar 2021 16:38:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AC808E0636 for ; Fri, 26 Mar 2021 16:38:11 +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 B57DC340D91 for ; Fri, 26 Mar 2021 16:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EBE84A8 for ; Fri, 26 Mar 2021 16:38:09 +0000 (UTC) From: "Mathieu Tortuyaux" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mathieu Tortuyaux" Message-ID: <1616772416.7377c8c7e3cd3537eece01b31c617e0c151e24ab.MathieuTortuyaux@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/afetch/Manifest app-misc/afetch/afetch-2.0.1.ebuild app-misc/afetch/metadata.xml X-VCS-Directories: app-misc/afetch/ X-VCS-Committer: MathieuTortuyaux X-VCS-Committer-Name: Mathieu Tortuyaux X-VCS-Revision: 7377c8c7e3cd3537eece01b31c617e0c151e24ab X-VCS-Branch: dev Date: Fri, 26 Mar 2021 16:38:09 +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: 97ddd261-1fa8-49e4-bbea-283507a1efb7 X-Archives-Hash: 59a21cd420eac28883d800731eb59e37 commit: 7377c8c7e3cd3537eece01b31c617e0c151e24ab Author: Mathieu Tortuyaux gmail com> AuthorDate: Fri Mar 26 15:26:44 2021 +0000 Commit: Mathieu Tortuyaux gmail com> CommitDate: Fri Mar 26 15:26:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7377c8c7 app-misc/afetch: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mathieu Tortuyaux gmail.com> app-misc/afetch/Manifest | 1 + app-misc/afetch/afetch-2.0.1.ebuild | 25 +++++++++++++++++++++++++ app-misc/afetch/metadata.xml | 15 +++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/app-misc/afetch/Manifest b/app-misc/afetch/Manifest new file mode 100644 index 000000000..7d5cbe56d --- /dev/null +++ b/app-misc/afetch/Manifest @@ -0,0 +1 @@ +DIST afetch-2.0.1.tar.gz 80707 BLAKE2B ef3f0331e276b3a4451e704beb90e31f5540581bc262033016d292a85091cbdbda5624658f40a0be3bb0374caae2e54c6301c10f062840a9bc55e04efe259439 SHA512 82b04591189abcc2b4587b0f119c5832a829539d12a099c712ace533cc2612ec6f135b62c72e9515e43235790c087f765f6ba470ee99b1ed71ac1a5f158796cc diff --git a/app-misc/afetch/afetch-2.0.1.ebuild b/app-misc/afetch/afetch-2.0.1.ebuild new file mode 100644 index 000000000..166978dbf --- /dev/null +++ b/app-misc/afetch/afetch-2.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit savedconfig + +DESCRIPTION="Simple system info written in C" +HOMEPAGE="https://github.com/13-CF/afetch/" +SRC_URI="https://github.com/13-CF/afetch/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="savedconfig" + +src_prepare() { + default + restore_config src/config.h +} + +src_install() { + emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install + save_config src/config.h +} diff --git a/app-misc/afetch/metadata.xml b/app-misc/afetch/metadata.xml new file mode 100644 index 000000000..54be64b95 --- /dev/null +++ b/app-misc/afetch/metadata.xml @@ -0,0 +1,15 @@ + + + + + mathieu.tortuyaux@gmail.com + Mathieu Tortuyaux + + +Simple system info written in C + + + https://github.com/13-CF/afetch/issues + + +