commit: 7e767c258049399e0ef680b4df7155bb718ea192
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Aug 20 20:08:36 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 06:01:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e767c25
mate-base/libmatekbd: drop 1.22.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/libmatekbd/Manifest | 1 -
mate-base/libmatekbd/libmatekbd-1.22.0.ebuild | 42 ---------------------------
2 files changed, 43 deletions(-)
diff --git a/mate-base/libmatekbd/Manifest b/mate-base/libmatekbd/Manifest
index 4eac30b17b0..c43e058de34 100644
--- a/mate-base/libmatekbd/Manifest
+++ b/mate-base/libmatekbd/Manifest
@@ -1,2 +1 @@
-DIST libmatekbd-1.22.0.tar.xz 374604 BLAKE2B
318c26cd6630773b0b1e89769e8b540545500d5bcc359e568d8cea0ffccebd17a1dd248cc8f61ba584058cb170171608f6c729256eb7936e8b23738657d5a9a5
SHA512
79f19455bb6c0df5a50e445907ac12d6bd92a54cd086e0303890bc67350de3d94b2fd665efdaec85f84a42d76af430ad0a1b9639da078179ac25d27c4a325281
DIST libmatekbd-1.24.0.tar.xz 425720 BLAKE2B
6f5f808f55c57c3d651d5c871a5f95269397a6d1c2e3cd37d2b16a5519300a81e994e0ac10bf474b9860ec7c0f3c862332199e10c506f38107c7f7d791899b4d
SHA512
6a04f4f38ac1d1ef372fdbaddfe4c935d79039cce1a3d68a6876fa5550556f1d568de1d53857531c6f0bd5994e815f2c9e5be0436218e97718f87e17973ea655
diff --git a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
b/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
deleted file mode 100644
index 1148990fa5c..00000000000
--- a/mate-base/libmatekbd/libmatekbd-1.22.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="MATE keyboard configuration library"
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="X +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-libs/glib-2.50:2
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.24:2
- x11-libs/libX11
- >=x11-libs/libxklavier-5.2:0[introspection?]
- x11-libs/pango
- virtual/libintl
- >=x11-libs/gtk+-3.22:3[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-
-DEPEND="${RDEPEND}
- dev-util/glib-utils
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- mate_src_configure \
- $(use_with X x) \
- $(use_enable introspection) \
- $(use_enable test tests)
-}