summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-04-06 14:55:36 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-09 20:19:02 +0300
commit4154aa9d224f4cacb45107e9dc5b68192ac34c3b (patch)
tree2191b766062d9ba73c2bf380ea87509c66eda257
parentmate-base/caja: add 1.28.0 (diff)
downloadgentoo-4154aa9d224f4cacb45107e9dc5b68192ac34c3b.tar.gz
gentoo-4154aa9d224f4cacb45107e9dc5b68192ac34c3b.tar.bz2
gentoo-4154aa9d224f4cacb45107e9dc5b68192ac34c3b.zip
mate-base/libmatekbd: drop 1.27.1
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--mate-base/libmatekbd/Manifest1
-rw-r--r--mate-base/libmatekbd/libmatekbd-1.27.1.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/mate-base/libmatekbd/Manifest b/mate-base/libmatekbd/Manifest
index 8db4ecf0f5cc..70557779379d 100644
--- a/mate-base/libmatekbd/Manifest
+++ b/mate-base/libmatekbd/Manifest
@@ -1,2 +1 @@
DIST libmatekbd-1.26.1.tar.xz 460100 BLAKE2B 8fffa9630dabd00b74c243b928c65cc61c203297b2d96535f51fb8773b0a839fe596eb250f66d3a73a3085fb9d3c4946dbb1f23cec71214e84d9c570814202be SHA512 bf522d89cf32aea34ecc0e6df6b8cdedf6018b4e3abd935b5f32926b8b546bb85fcf4d2d3dcc1ec16bda38cd2bc69df16b39dd42b7ce32069cb34f682fdc38fd
-DIST libmatekbd-1.27.1.tar.xz 461752 BLAKE2B 112339dd59ada550873902ebf3d757343e6db709a0ad6e60a4862c21fe54d83054e39091e99decacca5cd74011e4541323b8d1bf0b7efb236c56c35a67da1103 SHA512 df8e43718897d54a0a3c11d3ee2bda296ae5b7e9c7e9da1f9caaa784631a135d9074cdecf7f39747987e822b8f7759881a5e93c02b7671e7a7efdc90fe77f2c8
diff --git a/mate-base/libmatekbd/libmatekbd-1.27.1.ebuild b/mate-base/libmatekbd/libmatekbd-1.27.1.ebuild
deleted file mode 100644
index ac8295234767..000000000000
--- a/mate-base/libmatekbd/libmatekbd-1.27.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-MINOR=$(($(ver_cut 2) % 2))
-if [[ ${MINOR} -eq 0 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-fi
-
-DESCRIPTION="MATE keyboard configuration library"
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="X +introspection test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.50:2
- virtual/libintl
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.24:2
- x11-libs/libX11
- >=x11-libs/libxklavier-5.2:0[introspection?]
- x11-libs/pango
- >=x11-libs/gtk+-3.22:3[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}"
-
-BDEPEND="
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- $(use_with X x) \
- $(use_enable introspection) \
- $(use_enable test tests)
-}