diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 22:37:30 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 22:42:30 +0200 |
commit | 7023516a21429a235e8b75091d11fd53639b8703 (patch) | |
tree | 53c6c94c4699fa7533bb62d1e54b5a4923b3a603 /x11-misc/rofi-calc | |
parent | x11-misc/tdrop: drop 0.4.0 (diff) | |
download | gentoo-7023516a21429a235e8b75091d11fd53639b8703.tar.gz gentoo-7023516a21429a235e8b75091d11fd53639b8703.tar.bz2 gentoo-7023516a21429a235e8b75091d11fd53639b8703.zip |
x11-misc/rofi-calc: drop 2.0.0, 2.2.0
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'x11-misc/rofi-calc')
-rw-r--r-- | x11-misc/rofi-calc/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild | 31 | ||||
-rw-r--r-- | x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest index aff88b0684bc..7cffc7864fdd 100644 --- a/x11-misc/rofi-calc/Manifest +++ b/x11-misc/rofi-calc/Manifest @@ -1,3 +1 @@ -DIST rofi-calc-2.0.0.tar.gz 1695125 BLAKE2B d76c304724b0f3326a8bd26ab2c7eaed5f77f3b6d07ddc97570a1fb28d56504d98ac9ab66411290cb548b760bd3231a729dfc470e748a8447e323d1b290f677c SHA512 298f9983dbd140f5aee5b3799b165500eae100f3f5744ba07914b962faf01661dee0f5f4c9c12a07a4e210b6115ac6fb377d9fa9a7e64ef5a19600e9f55cd478 -DIST rofi-calc-2.2.0.tar.gz 1695821 BLAKE2B ab91e17c2baa854e76f593626b774390b5bdd57c78419c16981371f1e4be64cee0a38845dcd93998741ceeac462a1158af08519692c65a04a22418aa7026dc89 SHA512 7eedb5c7be97f42a1683cabdf0745c28d2a4f123f02e7cf2bf5a44cf851271b5bdc31f7622f4f30d086ecdcbcc7e4d62d3550b8c5b8ceebcdaca362e8d09a68d DIST rofi-calc-2.2.1.tar.gz 1696532 BLAKE2B 5595f81b5eebefb68b97b397f4b9571afd548d7e2a3323cd2693a2ced629f0d270afe4351fe01f43c36760b2ba2c6c5509181d262285eb6caa9f768be1b2d2cf SHA512 33c4b5ca2c13d538c902d747c65b376d00b4f6b628d5fc14b4761105537503f24bd51a5cf8f07b6ab4b28bccbf6e84c70ea3125ed7e1664eadb108e4250a42ba diff --git a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild deleted file mode 100644 index ce53ee1c9e75..000000000000 --- a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Do live calculations in rofi!" -HOMEPAGE="https://github.com/svenstaro/rofi-calc" -SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - x11-misc/rofi - >=sci-libs/libqalculate-2.0 -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eautoreconf -i -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild deleted file mode 100644 index 5264d2023257..000000000000 --- a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Do live calculations in rofi!" -HOMEPAGE="https://github.com/svenstaro/rofi-calc" -SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - x11-misc/rofi - >=sci-libs/libqalculate-2.0 -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eautoreconf -i -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} |