From 955d08ee9f0a7bc2c2e0acff8692d2a76991fba6 Mon Sep 17 00:00:00 2001 From: Adam Feldman Date: Mon, 4 May 2020 12:33:42 -0400 Subject: mate-base/mate-desktop: Drop old Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Adam Feldman --- mate-base/mate-desktop/Manifest | 2 - mate-base/mate-desktop/mate-desktop-1.22.0.ebuild | 50 ---------------------- mate-base/mate-desktop/mate-desktop-1.22.1.ebuild | 51 ----------------------- 3 files changed, 103 deletions(-) delete mode 100644 mate-base/mate-desktop/mate-desktop-1.22.0.ebuild delete mode 100644 mate-base/mate-desktop/mate-desktop-1.22.1.ebuild (limited to 'mate-base/mate-desktop') diff --git a/mate-base/mate-desktop/Manifest b/mate-base/mate-desktop/Manifest index 5e3f64e18129..0a77ced98277 100644 --- a/mate-base/mate-desktop/Manifest +++ b/mate-base/mate-desktop/Manifest @@ -1,4 +1,2 @@ -DIST mate-desktop-1.22.0.tar.xz 962580 BLAKE2B 0bc3418ab25fd9f30e216a5b845722327449f8d05944c028b4cb967acd6415ca9c3c560856485f34e90752c9a3263ba093e1eb69daaea2586c6371ad4c4ee22f SHA512 3950249c0bc026163da7f38a6fd5551c0e1e863e298e9d2ca224679b6c802d1deaf12e16ea873a2ea0539a7989a523d0495fb0dc4c556857203c0b04ab6edf7a -DIST mate-desktop-1.22.1.tar.xz 901764 BLAKE2B 9da94899d48aa5b949dae466d9a581cd090feeba8b12949cbd9df20e79b8597420fb99785aab14f6a6faf2865e4a4b8356b2a2cc44d5eae087f37e7ec7957541 SHA512 bb2bf9de05439a0fcd4ab01ac628a2a235808cd07c1b7ce9abfbf2e64f98dc572603dfbd4a52bca5f03446825fba199715d7e08fcdc84f0df8d2ffeb4c87da62 DIST mate-desktop-1.22.2.tar.xz 903312 BLAKE2B cadc8ade769d3a85b604ce7807235878d986a7d3bf3f2e05f836c783c3f3983cb760ff33b60b1c2f19538687aa62f5707f5f4eea9fef05d992080821d452783c SHA512 d2e965f9e26e4fe25337a4ef69521239388f38cff25e978331a307591555d8a9ff22d6a19ef3c92cf336c472fbfb231969ef5ac60e3a4c5908a81ded1e5f0f46 DIST mate-desktop-1.24.0.tar.xz 1113912 BLAKE2B e5630ae4fe3f6a309d935153069b354a66d9d544bb3c2c7368373134b71a3d177385b157c01845742463ec8c91d0d4df1b39def7202142070221bb3dc7ba505b SHA512 ca60325e7f6167efd21bdd32ae40c2f2bf5ae9bef85f0a43afec05d50567fb650fc0426d94c510b3a42c625dc4b2d31d7559befa50cfbb6d9878635558a52323 diff --git a/mate-base/mate-desktop/mate-desktop-1.22.0.ebuild b/mate-base/mate-desktop/mate-desktop-1.22.0.ebuild deleted file mode 100644 index af4e2dfd4549..000000000000 --- a/mate-base/mate-desktop/mate-desktop-1.22.0.ebuild +++ /dev/null @@ -1,50 +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="Libraries for the MATE desktop that are not part of the UI" -LICENSE="GPL-2+ FDL-1.1 LGPL-2+ MIT-with-advertising" -SLOT="0" - -IUSE="X debug +introspection startup-notification" - -COMMON_DEPEND=" - >=dev-libs/glib-2.50:2 - >=gnome-base/dconf-0.13.4 - x11-libs/cairo - x11-libs/libX11 - >=x11-libs/libXrandr-1.3 - virtual/libintl - >=x11-libs/gtk+-3.22:3[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) - startup-notification? ( >=x11-libs/startup-notification-0.5:0 )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - app-text/iso-codes - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.40:* - sys-devel/gettext:* - x11-base/xorg-proto - virtual/pkgconfig:*" - -src_configure() { - mate_src_configure \ - --enable-mate-about \ - $(use_with X x) \ - $(use_enable debug) \ - $(use_enable introspection) \ - $(use_enable startup-notification) -} diff --git a/mate-base/mate-desktop/mate-desktop-1.22.1.ebuild b/mate-base/mate-desktop/mate-desktop-1.22.1.ebuild deleted file mode 100644 index f4d6e6924e88..000000000000 --- a/mate-base/mate-desktop/mate-desktop-1.22.1.ebuild +++ /dev/null @@ -1,51 +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="Libraries for the MATE desktop that are not part of the UI" -LICENSE="GPL-2+ FDL-1.1 LGPL-2+ MIT-with-advertising" -SLOT="0" - -IUSE="X debug +introspection startup-notification" - -COMMON_DEPEND=" - >=dev-libs/glib-2.50:2 - >=gnome-base/dconf-0.13.4 - x11-libs/cairo - x11-libs/libX11 - >=x11-libs/libXrandr-1.3 - virtual/libintl - >=x11-libs/gtk+-3.22:3[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) - startup-notification? ( >=x11-libs/startup-notification-0.5:0 )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - app-text/docbook-xml-dtd:4.1.2 - app-text/iso-codes - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.40:* - gnome-base/librsvg - sys-devel/gettext:* - x11-base/xorg-proto - virtual/pkgconfig:*" - -src_configure() { - mate_src_configure \ - --enable-mate-about \ - $(use_with X x) \ - $(use_enable debug) \ - $(use_enable introspection) \ - $(use_enable startup-notification) -} -- cgit v1.2.3-18-g5258