public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ufetch/
Date: Fri,  3 Jul 2020 13:08:53 +0000 (UTC)	[thread overview]
Message-ID: <1593781695.e1b05030d49b49f44d366ae8c04b7a7e266a8b14.coppens.matthias@gentoo> (raw)

commit:     e1b05030d49b49f44d366ae8c04b7a7e266a8b14
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Fri Jul  3 13:07:29 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Fri Jul  3 13:08:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1b05030

app-misc/ufetch: New package

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 app-misc/ufetch/Manifest           |  2 ++
 app-misc/ufetch/metadata.xml       |  7 +++++++
 app-misc/ufetch/ufetch-0.1.ebuild  | 28 ++++++++++++++++++++++++++++
 app-misc/ufetch/ufetch-0.2.ebuild  | 28 ++++++++++++++++++++++++++++
 app-misc/ufetch/ufetch-9999.ebuild | 28 ++++++++++++++++++++++++++++
 5 files changed, 93 insertions(+)

diff --git a/app-misc/ufetch/Manifest b/app-misc/ufetch/Manifest
new file mode 100644
index 0000000..e9df8e1
--- /dev/null
+++ b/app-misc/ufetch/Manifest
@@ -0,0 +1,2 @@
+DIST ufetch-0.1.tar.gz 44131 BLAKE2B c0d676ed8caf50d2981c52c3147f9abc081b7805868ecdcb6dd2fbef671a13626a6282e5bb1ce901086517900704ea75df5f6331b84f1a1ff58b49be5466c44a SHA512 8ae9165d9fb00dce9317ea8ac0ad99bcb5a85f5edf9ca3fa4129b66d9cccedbf1c5fdede6a1b6d466e1cc1293983436a2e33498f7bc5849d22bbe1257882f136
+DIST ufetch-0.2.tar.gz 44302 BLAKE2B 30e79bf4dd3ab38b939f223bb76488e7f54056e341b2a52226038509bb9f9b3e93b2176824fabffc98a6811f0c40e25e61238aa5779b549cb9d649d1c433f60f SHA512 814052ac45bdd226a36453b392b0d723d3483ae43ce7000a315c0d926f05bbad31ed63f384b64b5dacf2cecc6f60c1f436417c5599d27ec44313544d2ae568b9

diff --git a/app-misc/ufetch/metadata.xml b/app-misc/ufetch/metadata.xml
new file mode 100644
index 0000000..2b4f65c
--- /dev/null
+++ b/app-misc/ufetch/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>coppens.matthias.abc@gmail.com</email>
+  </maintainer>
+</pkgmetadata>

diff --git a/app-misc/ufetch/ufetch-0.1.ebuild b/app-misc/ufetch/ufetch-0.1.ebuild
new file mode 100644
index 0000000..93a83ef
--- /dev/null
+++ b/app-misc/ufetch/ufetch-0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 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
+		;;
+	*)
+		P0="${PN}-v${PV}"
+		SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
+		S="${WORKDIR}/${P0}"
+esac
+
+DESCRIPTION="Tiny system info for Unix-like operating systems"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="ISC"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+	exeinto /usr/bin &&
+		newexe ufetch-gentoo ufetch ||
+		die "Failed to install ufetch"
+}

diff --git a/app-misc/ufetch/ufetch-0.2.ebuild b/app-misc/ufetch/ufetch-0.2.ebuild
new file mode 100644
index 0000000..93a83ef
--- /dev/null
+++ b/app-misc/ufetch/ufetch-0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 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
+		;;
+	*)
+		P0="${PN}-v${PV}"
+		SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
+		S="${WORKDIR}/${P0}"
+esac
+
+DESCRIPTION="Tiny system info for Unix-like operating systems"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="ISC"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+	exeinto /usr/bin &&
+		newexe ufetch-gentoo ufetch ||
+		die "Failed to install ufetch"
+}

diff --git a/app-misc/ufetch/ufetch-9999.ebuild b/app-misc/ufetch/ufetch-9999.ebuild
new file mode 100644
index 0000000..fa1d76a
--- /dev/null
+++ b/app-misc/ufetch/ufetch-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 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
+		;;
+	*)
+		P0="${PN}-v${PV}"
+		SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
+		S="${WORKDIR}/${P0}"
+esac
+
+DESCRIPTION="Tiny system info for Unix-like operating systems"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="ISC"
+
+SLOT="0"
+KEYWORDS=""
+
+src_install() {
+	exeinto /usr/bin &&
+		newexe ufetch-gentoo ufetch ||
+		die "Failed to install ufetch"
+}


             reply	other threads:[~2020-07-03 13:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-03 13:08 Matthias Coppens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-13 14:31 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ufetch/ Matthias Coppens
2021-01-29 10:06 Matthias Coppens
2024-01-31 10:22 Takuya Wakazono
2024-01-31 10:22 Takuya Wakazono
2024-02-12 23:35 Piotr Kubaj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1593781695.e1b05030d49b49f44d366ae8c04b7a7e266a8b14.coppens.matthias@gentoo \
    --to=coppens.matthias.abc@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox