aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Coppens <coppens.matthias.abc@gmail.com>2021-01-29 11:04:41 +0100
committerMatthias Coppens <coppens.matthias.abc@gmail.com>2021-01-29 11:06:10 +0100
commit7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd (patch)
treeb19a2ad2999697640aed06cf4d00f5dd7d5b56b0 /app-misc/ufetch
parentsys-process/iotop-c: remove old version (1.15) (diff)
downloadguru-7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd.tar.gz
guru-7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd.tar.bz2
guru-7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd.zip
app-misc/ufetch: Cleanup
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
Diffstat (limited to 'app-misc/ufetch')
-rw-r--r--app-misc/ufetch/ufetch-0.1.ebuild12
-rw-r--r--app-misc/ufetch/ufetch-0.2.ebuild12
-rw-r--r--app-misc/ufetch/ufetch-9999.ebuild12
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 93a83ef0a..712b151be 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 93a83ef0a..712b151be 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 fa1d76a95..712b151be 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 &&