x11-misc/rofi-calc: drop 2.4.0

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/581
Merges: https://codeberg.org/gentoo/gentoo/pulls/581
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2026-04-07 07:57:15 +02:00
committed by Sam James
parent 16e889394f
commit 6d444b4b5e
2 changed files with 0 additions and 29 deletions

View File

@@ -1,3 +1,2 @@
DIST rofi-calc-2.4.0.tar.gz 1698589 BLAKE2B 33c649c614a79d0bdd51ecb9ba0ed599804f4f7b98d7706943b694a38fb153eb2078773f201c08f305e6ddf67b9265ae5f21a0de68d65163e6506a06f197a99f SHA512 02c60915e3b0ff18b54959e3baccf769dda6460cc3e9d955602e606660199a7b058a1b102fdf8b3a010a589f5f0de66dc6f4f49328be03fbee2d3b46482292a7
DIST rofi-calc-2.5.0.tar.gz 1698979 BLAKE2B 89891f4a30de3b0e60bf2e97e842b048ce02ae3d2097a2797783eb555c0d6777cb2589d991641517572e233d44f99122f3d2bcab92d1f2637f7f17763ea08889 SHA512 13dccf67e6704b9f67f2964805bb4ff7ce4224c838ff19d5d4c7ff270b7a86d71098900dc7db7308337a93f4c25a5a8a32f8e73620376b97d1b7a240398aef5a
DIST rofi-calc-2.5.1.tar.gz 1699048 BLAKE2B 201b22f7352e466230d37df1529a7f6da69272fa493d2cd496e51c3e5fa922738ff86f1b79cd2a70590278bb17528dcf9db48c87afa2af0771481b224d4dd772 SHA512 da5c5d5db06f2918bba40f405f23c575c09d9c3414a6ebaf643749d48e4ee7731c2fb8065ade9c5217a4e0cfea7eed6b9cad328cd95f04b03211e925b0b72f99

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
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"
# meson.build wants >=rofi-1.5.4, in fact it's 1.7.6.
# https://github.com/svenstaro/rofi-calc/issues/141
DEPEND="
>=dev-libs/glib-2.40:2
x11-libs/cairo
>=x11-misc/rofi-1.7.6
"
RDEPEND="${DEPEND}
sci-libs/libqalculate
"
BDEPEND="virtual/pkgconfig"
DOCS=( CHANGELOG.md README.md )