mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
sys-apps/sysz: drop 1.4.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
d25795f1f3
commit
0c0b4883e9
@ -1,3 +1,2 @@
|
||||
DIST sysz-1.4.0.tar.gz 7451 BLAKE2B ee052fb4ab4ff2632be13966f56b7c4f4df86121e92087674c3f8df353c53c338a2128eb279d33f66a9651126413e381fbc82b896eb3af41781d045ab31d752e SHA512 c2700b5cb2b9a72215ec0ecb76b24f8aa2f43ade64ad394d7d37761d3ef7c6936c515b11617baa36727739b56795ec7f154ead7ab9eda8ab926f27e9f60c8343
|
||||
DIST sysz-1.4.1.tar.gz 7631 BLAKE2B f93d89eb9fd6ca2e804a96fc41d921cf10ac2e115c9494a96bad4230ff22f89fcc40c2da6d825fdc693be94e0ab868cbb7f2e5e8017f80260ee07d8b4ee88ca7 SHA512 6fbaedefb133649ce3a24d1fb39cefd034f5c55b884c96d4b3eccecda0cf94372662a6858d25e7b72d4faa9fffaaa9dcfa92a291aad753c7500d19d0581c1db7
|
||||
DIST sysz-1.4.3.tar.gz 7736 BLAKE2B e5f6021c1ab825c4b7129991391ed359a01459e492bcc5907eee1e2e2b2c54f441d3a2c9686c334adbf2d0fb50640902a967bb0a4035bec17a1d39ef9f6c1ca7 SHA512 ced6ea97594566fdf5ed642d31faa18fab230257bea4f9dc861e95a9c9ef6f2261d2cc3f579c55530c2f73c087c4d0c18f91a24fce79e34c5693c73a37d1e832
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="An fzf terminal UI for systemctl"
|
||||
HOMEPAGE="https://github.com/joehillen/sysz"
|
||||
SRC_URI="https://github.com/joehillen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=app-shells/bash-4.3
|
||||
>=app-shells/fzf-0.27.1
|
||||
virtual/awk
|
||||
"
|
||||
# removed to make GURU CI happy
|
||||
# sys-apps/systemd
|
||||
|
||||
DOCS=( README.md CHANGELOG.md )
|
||||
|
||||
src_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
einstalldocs
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user