summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-09-03 13:20:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-17 19:50:06 +0200
commitfd7cf7250c2c26127decd150c9df4a030ed6e543 (patch)
treea7238c052e1afbb3a554413da5ca116ba3b84f87 /mate-base
parentmate-base/mate-menus: drop 1.26.1 (diff)
downloadgentoo-fd7cf7250c2c26127decd150c9df4a030ed6e543.tar.gz
gentoo-fd7cf7250c2c26127decd150c9df4a030ed6e543.tar.bz2
gentoo-fd7cf7250c2c26127decd150c9df4a030ed6e543.zip
mate-base/mate-panel: drop 1.26.4
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r--mate-base/mate-panel/Manifest1
-rw-r--r--mate-base/mate-panel/mate-panel-1.26.4.ebuild72
2 files changed, 0 insertions, 73 deletions
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index 99d9ed62ce76..145579f2fbb2 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1 @@
-DIST mate-panel-1.26.4.tar.xz 3262004 BLAKE2B 6561bdfe79f8b9f92db7fac1b3857bd0fb49b5220910f0aebc6eff443233c8cf2bdee8d21ffbdf88869ef1a99b3ffb96e0e22027099ef59d595ff596d79efdc3 SHA512 90db23f46dab88cb242aafb32737519d16e035843c2ca81da131ff3134a61b08772f19aa9900dbfbd00dcf4579cee3970765aa3fb461664abd1dd3babb8f6ea2
DIST mate-panel-1.28.1.tar.xz 3282404 BLAKE2B 54a60c8fdf319ebe8678963faaeb6f93a1e60cb9ee43ed32896a04f1bdbcfc89d1b0696500948d334827d4d73d5373c748e53349c47559389ba2e4f51d31270a SHA512 50ecb7a3006e989c7e51ece72ef0f2ce0e1fec84844b97281e07f9f4b1005e3b81870d7bca882a453225e69db109a344e6fe80a12d2c4cdc54ef5d87fee68a7c
diff --git a/mate-base/mate-panel/mate-panel-1.26.4.ebuild b/mate-base/mate-panel/mate-panel-1.26.4.ebuild
deleted file mode 100644
index 81061647c238..000000000000
--- a/mate-base/mate-panel/mate-panel-1.26.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ "${PV}" != *9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="+X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-COMMON_DEPEND="
- >=app-accessibility/at-spi2-core-2.46.0:2
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.26.0:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( gui-libs/gtk-layer-shell )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}"
-
-BDEPEND="
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-build/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}