diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-04-06 15:17:48 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:19:12 +0300 |
commit | 2acd3908d7dfb2ef733d79a0b9efe571bb7c0f23 (patch) | |
tree | b7f2fb31d4441474e7050b6586f07c188a2793c4 /mate-extra/mate-calc | |
parent | mate-extra/caja-extensions: add 1.28.0 (diff) | |
download | gentoo-2acd3908d7dfb2ef733d79a0b9efe571bb7c0f23.tar.gz gentoo-2acd3908d7dfb2ef733d79a0b9efe571bb7c0f23.tar.bz2 gentoo-2acd3908d7dfb2ef733d79a0b9efe571bb7c0f23.zip |
mate-extra/mate-calc: drop 1.27.0-r1
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mate-extra/mate-calc')
-rw-r--r-- | mate-extra/mate-calc/Manifest | 1 | ||||
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.27.0-r1.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest index 3cf76de6bf61..4b1515e684b4 100644 --- a/mate-extra/mate-calc/Manifest +++ b/mate-extra/mate-calc/Manifest @@ -1,2 +1 @@ DIST mate-calc-1.26.0.tar.xz 983272 BLAKE2B 92487951ac9bb55ef3d1fba80590b33ae750936f5ddf7b96fcec75c8008d9e06ab14149c4836ae9187fcba8f9d78184015bec7d4529356e3b2e11a3ebb7fac82 SHA512 142c496f8fcf1180f28e02b6a5d6d31ff00b7751783415c7d18e4086e316ca7d23ed0da0f9ecc0705773eb5e01f21e639f15d475aa1da1a7b5b03742ba45cb2f -DIST mate-calc-1.27.0.tar.xz 994352 BLAKE2B 0c37ca69bfa510fabbd8e8d4f5558bbcd87b43163695ede4faa2e1d9dda5ea93a38d24861d80277837e04862dddd725fc77c06860876d3fb87d7310c193fd36d SHA512 33b045e215915dc07a3f6cd7ef8897098775cb35752b9aa750b8c5ea81ab1f7729c04b88ac6cc07d618b4dadea965a7a7b796c86022aa8bb073ce1f7202886ad diff --git a/mate-extra/mate-calc/mate-calc-1.27.0-r1.ebuild b/mate-extra/mate-calc/mate-calc-1.27.0-r1.ebuild deleted file mode 100644 index 2a8940edeb11..000000000000 --- a/mate-extra/mate-calc/mate-calc-1.27.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit mate - -MINOR=$(($(ver_cut 2) % 2)) -if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -fi - -DESCRIPTION="Calculator for MATE" -LICENSE="CC-BY-SA-3.0 GPL-2+" -SLOT="0" - -IUSE="" - -COMMON_DEPEND=" - >=app-accessibility/at-spi2-core-2.46.0 - >=dev-libs/glib-2.50:2 - dev-libs/libxml2:2 - dev-libs/mpc:= - >=dev-libs/mpfr-4.0.2:= - >=x11-libs/gtk+-3.22:3 - x11-libs/pango -" - -RDEPEND="${COMMON_DEPEND} - virtual/libintl -" - -BDEPEND="${COMMON_DEPEND} - app-text/yelp-tools - dev-libs/libxml2 - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" |