mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/ufetch: drop 0.1, 0.2, 9999
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST ufetch-0.1.tar.gz 44131 BLAKE2B c0d676ed8caf50d2981c52c3147f9abc081b7805868ecdcb6dd2fbef671a13626a6282e5bb1ce901086517900704ea75df5f6331b84f1a1ff58b49be5466c44a SHA512 8ae9165d9fb00dce9317ea8ac0ad99bcb5a85f5edf9ca3fa4129b66d9cccedbf1c5fdede6a1b6d466e1cc1293983436a2e33498f7bc5849d22bbe1257882f136
|
||||
DIST ufetch-0.2.tar.gz 44302 BLAKE2B 30e79bf4dd3ab38b939f223bb76488e7f54056e341b2a52226038509bb9f9b3e93b2176824fabffc98a6811f0c40e25e61238aa5779b549cb9d649d1c433f60f SHA512 814052ac45bdd226a36453b392b0d723d3483ae43ce7000a315c0d926f05bbad31ed63f384b64b5dacf2cecc6f60c1f436417c5599d27ec44313544d2ae568b9
|
||||
DIST ufetch-v0.3.tar.bz2 6608 BLAKE2B 73e19beb0fe821505baf61b3b1b7713d637e459848fa2f21d17e6c38061665f34eeb66993fdf06ed587d56c9de01383d8f378054c3817749acda52f40fc4055d SHA512 e067f58dcc6dff5036ebe065d3273315aa2ec1770d00e1c95ebb74c2b0d4e95112a7d2a5d1540cb8ea4622e90c8fc8015703d726c654c26bddc56e890687a8d3
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
|
||||
;;
|
||||
*)
|
||||
P0="${PN}-v${PV}"
|
||||
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="https://gitlab.com/jschx/ufetch"
|
||||
LICENSE="ISC"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin &&
|
||||
newexe ufetch-gentoo ufetch ||
|
||||
die "Failed to install ufetch"
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
|
||||
;;
|
||||
*)
|
||||
P0="${PN}-v${PV}"
|
||||
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="https://gitlab.com/jschx/ufetch"
|
||||
LICENSE="ISC"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin &&
|
||||
newexe ufetch-gentoo ufetch ||
|
||||
die "Failed to install ufetch"
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"
|
||||
;;
|
||||
*)
|
||||
P0="${PN}-v${PV}"
|
||||
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="https://gitlab.com/jschx/ufetch"
|
||||
LICENSE="ISC"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin &&
|
||||
newexe ufetch-gentoo ufetch ||
|
||||
die "Failed to install ufetch"
|
||||
}
|
||||
Reference in New Issue
Block a user