diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 22:28:20 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 23:21:22 +0300 |
commit | 9c9688144d112d78c78788a9f806a4025aea5e0c (patch) | |
tree | 3e787afdb5b96eef579a38a1bb48f9658be6cdb4 /mate-base | |
parent | mate-base/caja: remove old (diff) | |
download | gentoo-9c9688144d112d78c78788a9f806a4025aea5e0c.tar.gz gentoo-9c9688144d112d78c78788a9f806a4025aea5e0c.tar.bz2 gentoo-9c9688144d112d78c78788a9f806a4025aea5e0c.zip |
mate-base/libmatekbd: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/libmatekbd/Manifest | 3 | ||||
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild | 42 | ||||
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.14.1.ebuild | 44 | ||||
-rw-r--r-- | mate-base/libmatekbd/libmatekbd-1.16.0.ebuild | 44 | ||||
-rw-r--r-- | mate-base/libmatekbd/metadata.xml | 3 |
5 files changed, 0 insertions, 136 deletions
diff --git a/mate-base/libmatekbd/Manifest b/mate-base/libmatekbd/Manifest index 30402257f050..1f5a7c5ea8b1 100644 --- a/mate-base/libmatekbd/Manifest +++ b/mate-base/libmatekbd/Manifest @@ -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 index c51d149aaf30..000000000000 --- a/mate-base/libmatekbd/libmatekbd-1.12.1-r2.ebuild +++ /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 index 01f090d85d5f..000000000000 --- a/mate-base/libmatekbd/libmatekbd-1.14.1.ebuild +++ /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 index 3f50001e430c..000000000000 --- a/mate-base/libmatekbd/libmatekbd-1.16.0.ebuild +++ /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) -} diff --git a/mate-base/libmatekbd/metadata.xml b/mate-base/libmatekbd/metadata.xml index ad1360a0bcce..8743d781458d 100644 --- a/mate-base/libmatekbd/metadata.xml +++ b/mate-base/libmatekbd/metadata.xml @@ -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> |