diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-01 17:43:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-04 23:31:57 +0100 |
commit | f3e054abaefeaf986c490ef96bdf16795d823ea4 (patch) | |
tree | d9f8b5e982ccface257ee24c6e46d282a3862585 /x11-misc/i3blocks/i3blocks-1.5-r1.ebuild | |
parent | net-misc/anydesk: Version bump to 6.1.0 (diff) | |
download | gentoo-f3e054abaefeaf986c490ef96bdf16795d823ea4.tar.gz gentoo-f3e054abaefeaf986c490ef96bdf16795d823ea4.tar.bz2 gentoo-f3e054abaefeaf986c490ef96bdf16795d823ea4.zip |
x11-misc/i3blocks: Clean up latest ebuild
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'x11-misc/i3blocks/i3blocks-1.5-r1.ebuild')
-rw-r--r-- | x11-misc/i3blocks/i3blocks-1.5-r1.ebuild | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild b/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild index 0ff32627916e..8bd169120d36 100644 --- a/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild +++ b/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild @@ -5,22 +5,14 @@ EAPI=7 inherit autotools bash-completion-r1 -if [[ ${PV} = 9999 ]]; then - inherit git-r3 -fi - DESCRIPTION="highly flexible status line for the i3 window manager" HOMEPAGE="https://github.com/vivien/i3blocks" -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="https://github.com/vivien/${PN}" -else - SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 x86" -fi +SRC_URI="https://github.com/vivien/i3blocks/archive/${PV}.tar.gz -> ${P}.tar.gz" -IUSE="+contrib" -SLOT="0" LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" +IUSE="+contrib" PDEPEND="contrib? ( x11-misc/i3blocks-contrib )" |