mate-base/libmatekbd: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 19:28:20 +0000 (22:28 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 20:21:22 +0000 (23:21 +0300)
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

mate-base/libmatekbd/Manifest
mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild [deleted file]
mate-base/libmatekbd/libmatekbd-1.14.1.ebuild [deleted file]
mate-base/libmatekbd/libmatekbd-1.16.0.ebuild [deleted file]
mate-base/libmatekbd/metadata.xml

index 30402257f050d3ea95893c51f235919e280066ac..1f5a7c5ea8b1c531395aaa0e4ec112f70bacc040 100644 (file)
@@ -1,4 +1 @@
-DIST libmatekbd-1.12.1.tar.xz 349492 BLAKE2B 8547ae2d7801ff7eb6593558cc2c53133b273df1e003aed96a9343d64f29ac8a692b7ca5694e45df400992d49df1c0f56cca5faf4d1f023ead298ba170aabe05 SHA512 ef07e7b7ff35a17465eb427aafef4c0679ccecf0d96989a66eaf337791dd62d5e85ec72f2c58de5b09e7065eac6df16afb401975fcd727e924e8d3b34b19c0aa
-DIST libmatekbd-1.14.1.tar.xz 367296 BLAKE2B ce5f549cc5c7f41c83b4e498367f7086aad544e372a17c3bf8fa62ccd428b71ca41d9a4a835b5d15bd73c855e3df2cda4bb2881d43fb163227ccead641b9667a SHA512 22e927f7db6c84e57b4bca823513220b305ba8989dabc5af2451be29d35bdc52f12f78dc19b69eb5dd11654cc75647b5ee67f6306162e781920aa58288c25b4c
-DIST libmatekbd-1.16.0.tar.xz 365412 BLAKE2B c7c4b571d581203d59235129d53f20e9ead64117aeb9c1d997c90719540b4923570e489b2fe843dcad2c75f640b01ba5da7f0e188cad97b41bf57b925d1fb872 SHA512 5ced3277e8f9a87407948d2d36fa7aea5a3eb6f2510c29cb53b430cdd202a36e38e48e82177b63bd8ccac6b0f317590ba99645c525b4c0d38b6b80633f62d96e
 DIST libmatekbd-1.18.2.tar.xz 369448 BLAKE2B 25f588dec8926b63f19fb62fc10a3e188c8692875a4dd7c65cd97957aa02e22f33d68644d564e02f114f1f42c818bf09625463086569b97824ed561741aba9c9 SHA512 97971fc406fac09e0a652ccb5f811194eeff695a4a8b093b24225230cb64ceebd221d91aab071b0ca7ffd20b1b38e13d428d68fc8249101a3b3f8342fbb1f71e
diff --git a/mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild b/mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild
deleted file mode 100644 (file)
index c51d149..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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 x86"
-fi
-
-DESCRIPTION="MATE keyboard configuration library"
-LICENSE="LGPL-2"
-SLOT="0"
-
-IUSE="X gtk3 +introspection test"
-
-RDEPEND=">=dev-libs/glib-2.36:2
-       x11-libs/cairo:0
-       >=x11-libs/gdk-pixbuf-2.24:2
-       x11-libs/libX11:0
-       >=x11-libs/libxklavier-5.0:0
-       x11-libs/pango:0
-       virtual/libintl:0
-       !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
-       gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-       introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-
-DEPEND="${RDEPEND}
-       sys-devel/gettext:*
-       >=dev-util/intltool-0.50.1:*
-       virtual/pkgconfig:*"
-
-src_configure() {
-       mate_src_configure \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
-               $(use_with X x) \
-               $(use_enable introspection) \
-               $(use_enable test tests)
-}
diff --git a/mate-base/libmatekbd/libmatekbd-1.14.1.ebuild b/mate-base/libmatekbd/libmatekbd-1.14.1.ebuild
deleted file mode 100644 (file)
index 01f090d..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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 ~x86"
-fi
-
-DESCRIPTION="MATE keyboard configuration library"
-LICENSE="LGPL-2"
-SLOT="0"
-
-IUSE="X gtk3 +introspection test"
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2
-       x11-libs/cairo:0
-       >=x11-libs/gdk-pixbuf-2.24:2
-       x11-libs/libX11:0
-       >=x11-libs/libxklavier-5.0:0
-       x11-libs/pango:0
-       virtual/libintl:0
-       !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
-       gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-       introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       sys-devel/gettext:*
-       >=dev-util/intltool-0.50.1:*
-       virtual/pkgconfig:*"
-
-src_configure() {
-       mate_src_configure \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
-               $(use_with X x) \
-               $(use_enable introspection) \
-               $(use_enable test tests)
-}
diff --git a/mate-base/libmatekbd/libmatekbd-1.16.0.ebuild b/mate-base/libmatekbd/libmatekbd-1.16.0.ebuild
deleted file mode 100644 (file)
index 3f50001..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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 ~x86"
-fi
-
-DESCRIPTION="MATE keyboard configuration library"
-LICENSE="LGPL-2"
-SLOT="0"
-
-IUSE="X gtk3 +introspection test"
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2
-       x11-libs/cairo:0
-       >=x11-libs/gdk-pixbuf-2.24:2
-       x11-libs/libX11:0
-       >=x11-libs/libxklavier-5.2:0[introspection?]
-       x11-libs/pango:0
-       virtual/libintl:0
-       !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
-       gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
-       introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       sys-devel/gettext:*
-       >=dev-util/intltool-0.50.1:*
-       virtual/pkgconfig:*"
-
-src_configure() {
-       mate_src_configure \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
-               $(use_with X x) \
-               $(use_enable introspection) \
-               $(use_enable test tests)
-}
index ad1360a0bcce2f909b0faeaa211f220af27e59a2..8743d781458da4d4f0ffeebc384810aa2f09552b 100644 (file)
@@ -5,9 +5,6 @@
                <email>mate@gentoo.org</email>
                <name>Gentoo MATE Desktop</name>
        </maintainer>
-       <use>
-               <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
-       </use>
        <upstream>
                <remote-id type="github">mate-desktop/libmatekbd</remote-id>
        </upstream>