Gentoo Archives: gentoo-commits

From: Matthias Coppens <coppens.matthias.abc@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ufetch/
Date: Fri, 29 Jan 2021 10:06:44
Message-Id: 1611914770.7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd.coppens.matthias@gentoo
1 commit: 7ca8a8af9e3d70f9b7920f79dc34baa05ce089bd
2 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 29 10:04:41 2021 +0000
4 Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
5 CommitDate: Fri Jan 29 10:06:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ca8a8af
7
8 app-misc/ufetch: Cleanup
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
12
13 app-misc/ufetch/ufetch-0.1.ebuild | 12 +++++++-----
14 app-misc/ufetch/ufetch-0.2.ebuild | 12 +++++++-----
15 app-misc/ufetch/ufetch-9999.ebuild | 12 +++++++-----
16 3 files changed, 21 insertions(+), 15 deletions(-)
17
18 diff --git a/app-misc/ufetch/ufetch-0.1.ebuild b/app-misc/ufetch/ufetch-0.1.ebuild
19 index 93a83ef0..712b151b 100644
20 --- a/app-misc/ufetch/ufetch-0.1.ebuild
21 +++ b/app-misc/ufetch/ufetch-0.1.ebuild
22 @@ -1,25 +1,27 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -EGIT_REPO_URI="https://gitlab.com/jschx/${PN}"
30 case "${PV}" in
31 "9999")
32 inherit git-r3
33 + EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
34 ;;
35 *)
36 P0="${PN}-v${PV}"
37 - SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
38 + SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
39 S="${WORKDIR}/${P0}"
40 + KEYWORDS="~amd64 ~x86"
41 esac
42
43 DESCRIPTION="Tiny system info for Unix-like operating systems"
44 -HOMEPAGE="${EGIT_REPO_URI}"
45 +HOMEPAGE="https://gitlab.com/jschx/ufetch"
46 LICENSE="ISC"
47
48 +RESTRICT="mirror test"
49 +
50 SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52
53 src_install() {
54 exeinto /usr/bin &&
55
56 diff --git a/app-misc/ufetch/ufetch-0.2.ebuild b/app-misc/ufetch/ufetch-0.2.ebuild
57 index 93a83ef0..712b151b 100644
58 --- a/app-misc/ufetch/ufetch-0.2.ebuild
59 +++ b/app-misc/ufetch/ufetch-0.2.ebuild
60 @@ -1,25 +1,27 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 +# Copyright 1999-2021 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=7
66
67 -EGIT_REPO_URI="https://gitlab.com/jschx/${PN}"
68 case "${PV}" in
69 "9999")
70 inherit git-r3
71 + EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
72 ;;
73 *)
74 P0="${PN}-v${PV}"
75 - SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
76 + SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
77 S="${WORKDIR}/${P0}"
78 + KEYWORDS="~amd64 ~x86"
79 esac
80
81 DESCRIPTION="Tiny system info for Unix-like operating systems"
82 -HOMEPAGE="${EGIT_REPO_URI}"
83 +HOMEPAGE="https://gitlab.com/jschx/ufetch"
84 LICENSE="ISC"
85
86 +RESTRICT="mirror test"
87 +
88 SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90
91 src_install() {
92 exeinto /usr/bin &&
93
94 diff --git a/app-misc/ufetch/ufetch-9999.ebuild b/app-misc/ufetch/ufetch-9999.ebuild
95 index fa1d76a9..712b151b 100644
96 --- a/app-misc/ufetch/ufetch-9999.ebuild
97 +++ b/app-misc/ufetch/ufetch-9999.ebuild
98 @@ -1,25 +1,27 @@
99 -# Copyright 1999-2020 Gentoo Authors
100 +# Copyright 1999-2021 Gentoo Authors
101 # Distributed under the terms of the GNU General Public License v2
102
103 EAPI=7
104
105 -EGIT_REPO_URI="https://gitlab.com/jschx/${PN}"
106 case "${PV}" in
107 "9999")
108 inherit git-r3
109 + EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
110 ;;
111 *)
112 P0="${PN}-v${PV}"
113 - SRC_URI="${EGIT_REPO_URI}/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
114 + SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${P0}.tar.gz -> ${P}.tar.gz"
115 S="${WORKDIR}/${P0}"
116 + KEYWORDS="~amd64 ~x86"
117 esac
118
119 DESCRIPTION="Tiny system info for Unix-like operating systems"
120 -HOMEPAGE="${EGIT_REPO_URI}"
121 +HOMEPAGE="https://gitlab.com/jschx/ufetch"
122 LICENSE="ISC"
123
124 +RESTRICT="mirror test"
125 +
126 SLOT="0"
127 -KEYWORDS=""
128
129 src_install() {
130 exeinto /usr/bin &&