diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 22:41:44 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 22:42:31 +0200 |
commit | c4c693fb864889cf79c18aee1bce4588ee615d06 (patch) | |
tree | 1832a7e55c376073f3b9d395aa84413cc5b6216d /x11-misc/rofi-calc | |
parent | x11-misc/rofi-calc: drop 2.0.0, 2.2.0 (diff) | |
download | gentoo-c4c693fb864889cf79c18aee1bce4588ee615d06.tar.gz gentoo-c4c693fb864889cf79c18aee1bce4588ee615d06.tar.bz2 gentoo-c4c693fb864889cf79c18aee1bce4588ee615d06.zip |
x11-misc/rofi-calc: remove empty variables
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'x11-misc/rofi-calc')
-rw-r--r-- | x11-misc/rofi-calc/rofi-calc-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-misc/rofi-calc/rofi-calc-9999.ebuild b/x11-misc/rofi-calc/rofi-calc-9999.ebuild index ac69969f2903..3f1eac33d712 100644 --- a/x11-misc/rofi-calc/rofi-calc-9999.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,13 +7,10 @@ inherit git-r3 autotools DESCRIPTION="Do live calculations in rofi!" HOMEPAGE="https://github.com/svenstaro/rofi-calc" -SRC_URI="" EGIT_REPO_URI="https://github.com/svenstaro/rofi-calc.git" LICENSE="MIT" SLOT="0" -KEYWORDS="" -IUSE="" DEPEND=" x11-misc/rofi |