diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 19:38:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:56:10 +0000 |
commit | 4f6daf2fabda2f44f3939675908a6c996d3be603 (patch) | |
tree | 3c6310087b1e162b2168e6eaa4afcf6880c43c93 | |
parent | x11-wm/fvwm: drop 2.6.8-r2 (diff) | |
download | gentoo-4f6daf2fabda2f44f3939675908a6c996d3be603.tar.gz gentoo-4f6daf2fabda2f44f3939675908a6c996d3be603.tar.bz2 gentoo-4f6daf2fabda2f44f3939675908a6c996d3be603.zip |
x11-misc/rofi-calc: drop 1.5, 1.6
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-misc/rofi-calc/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/rofi-calc/rofi-calc-1.5.ebuild | 26 | ||||
-rw-r--r-- | x11-misc/rofi-calc/rofi-calc-1.6.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/x11-misc/rofi-calc/Manifest b/x11-misc/rofi-calc/Manifest index beef4cb00a5d..916e7b8d7309 100644 --- a/x11-misc/rofi-calc/Manifest +++ b/x11-misc/rofi-calc/Manifest @@ -1,3 +1 @@ -DIST rofi-calc-1.5.tar.gz 1693385 BLAKE2B 7ff21873ee298c4295f2766917318796d6327959e63d99adc86857d2e05534e77062c9546ba8c6cf645a12ae46147e4583a61fc95dbc6953ee642449ff108d40 SHA512 04213b6489cd9e3c5085a88cee07ee9413819c19d4ee08f6e2eef3ad418d21b5acaf1d4ef21f1495d81694e5706f93598c91ada65f1bcc83ce94a6cf5d50ea0c -DIST rofi-calc-1.6.tar.gz 1694150 BLAKE2B bc1f3a2589c0e704793693e0f007503d1b0eaa363f416f0d111709541f2960f0f5ab31d0eb129000e7f82af3d46ce0a52918cfbfc00d14292a839a40a0986bb0 SHA512 a87523d3d64fbd53e431dba7da674a213fcfbdcaac25906a19bc83aa3feb14da479b702b39fd58ffeb04198ea0a5d52808f7c9c36495defc99c9c83df963e0b6 DIST rofi-calc-2.0.0.tar.gz 1695125 BLAKE2B d76c304724b0f3326a8bd26ab2c7eaed5f77f3b6d07ddc97570a1fb28d56504d98ac9ab66411290cb548b760bd3231a729dfc470e748a8447e323d1b290f677c SHA512 298f9983dbd140f5aee5b3799b165500eae100f3f5744ba07914b962faf01661dee0f5f4c9c12a07a4e210b6115ac6fb377d9fa9a7e64ef5a19600e9f55cd478 diff --git a/x11-misc/rofi-calc/rofi-calc-1.5.ebuild b/x11-misc/rofi-calc/rofi-calc-1.5.ebuild deleted file mode 100644 index a267871cd50b..000000000000 --- a/x11-misc/rofi-calc/rofi-calc-1.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 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 -} diff --git a/x11-misc/rofi-calc/rofi-calc-1.6.ebuild b/x11-misc/rofi-calc/rofi-calc-1.6.ebuild deleted file mode 100644 index a267871cd50b..000000000000 --- a/x11-misc/rofi-calc/rofi-calc-1.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 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 -} |