public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-session-manager/
Date: Tue, 17 Sep 2024 17:50:28 +0000 (UTC)	[thread overview]
Message-ID: <1726595406.de8184d262e2a5763b49ee051ccdf4184ea82753.asturm@gentoo> (raw)

commit:     de8184d262e2a5763b49ee051ccdf4184ea82753
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep  3 12:21:22 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8184d2

mate-base/mate-session-manager: drop 1.26.1-r1

Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 mate-base/mate-session-manager/Manifest            |  1 -
 .../mate-session-manager-1.26.1-r1.ebuild          | 90 ----------------------
 2 files changed, 91 deletions(-)

diff --git a/mate-base/mate-session-manager/Manifest b/mate-base/mate-session-manager/Manifest
index 6de81d39352f..563f746cfad7 100644
--- a/mate-base/mate-session-manager/Manifest
+++ b/mate-base/mate-session-manager/Manifest
@@ -1,2 +1 @@
-DIST mate-session-manager-1.26.1.tar.xz 728192 BLAKE2B ac7e0d0f6c72830ece44ac12d252f4dacc09a96b7331e3dc9103cac1ca3f80695df2e968b6bede0505d8e228c11f355517429448b67e2c624d3a2d8dfc9d2524 SHA512 cc3ce559693b3b182e73fb9303e784c63918fabe5fee14f1f254357dc0897c3d325f15fbe363b9bb401218b2ad1864848749f536e9d69d100227b444e174a832
 DIST mate-session-manager-1.28.0.tar.xz 732024 BLAKE2B 4d05d5d2f6ba2bac8bba010298a61451807435b03f97f79100b5f48d5bf0218fe333f15c4c78f6c4ca14790ee610b4981fa9483da07d9acf35cb600b03369ae7 SHA512 094f6c964631868ed8ccddb7401e4020c111ccd24e44091fe25fbca3dc8a728c1c2d66b30019628d11af09683efbc01a5ad74d6b42b99c38a45a26a9a9712679

diff --git a/mate-base/mate-session-manager/mate-session-manager-1.26.1-r1.ebuild b/mate-base/mate-session-manager/mate-session-manager-1.26.1-r1.ebuild
deleted file mode 100644
index 392239c67d10..000000000000
--- a/mate-base/mate-session-manager/mate-session-manager-1.26.1-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="MATE session manager"
-HOMEPAGE="https://mate-desktop.org/"
-
-LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE="debug elogind gles2 gnome-keyring nls systemd"
-REQUIRED_USE="^^ ( elogind systemd )"
-
-# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and
-# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
-# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below).
-
-COMMON_DEPEND="
-	>=dev-libs/dbus-glib-0.76
-	>=dev-libs/glib-2.50:2
-	dev-libs/libxslt
-	sys-apps/dbus
-	x11-libs/gdk-pixbuf:2
-	>=x11-libs/gtk+-3.22:3
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXau
-	x11-libs/libXext
-	x11-libs/libXrender
-	x11-libs/libXtst
-	x11-libs/pango
-	gles2? ( media-libs/libglvnd )
-	systemd? ( sys-apps/systemd )
-	elogind? ( sys-auth/elogind )
-"
-
-RDEPEND="${COMMON_DEPEND}
-	mate-base/mate-desktop
-	virtual/libintl
-	x11-apps/xdpyinfo
-	x11-misc/xdg-user-dirs
-	x11-misc/xdg-user-dirs-gtk
-	gnome-keyring? ( gnome-base/gnome-keyring )
-"
-
-DEPEND="${COMMON_DEPEND}
-	>=dev-lang/perl-5
-	x11-libs/xtrans
-"
-BDEPEND="
-	dev-util/glib-utils
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-MATE_FORCE_AUTORECONF=true
-
-src_configure() {
-	mate_src_configure \
-		$(use_with elogind) \
-		$(use_with gles2 libglesv2) \
-		$(use_with systemd) \
-		--with-xtrans \
-		$(use_enable debug) \
-		--enable-ipv6 \
-		$(use_enable nls)
-}
-
-src_install() {
-	mate_src_install
-
-	exeinto /etc/X11/Sessions/
-	doexe "${FILESDIR}"/MATE
-
-	insinto /usr/share/mate/applications/
-	doins "${FILESDIR}"/defaults.list
-
-	exeinto /etc/X11/xinit/xinitrc.d/
-	newexe "${FILESDIR}"/15-xdg-data-mate-r2 15-xdg-data-mate
-
-	# This should be done in MATE too, see Gentoo bug #270852
-	newexe "${FILESDIR}"/10-user-dirs-update-mate-r2 10-user-dirs-update-mate
-}


             reply	other threads:[~2024-09-17 17:50 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-17 17:50 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  7:17 [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-session-manager/ Sam James
2024-06-18  8:06 Joonas Niilola
2024-05-23 16:10 Matt Turner
2024-04-09 17:28 Arthur Zamarin
2023-06-03  1:47 Matt Turner
2023-06-03  1:47 Matt Turner
2022-12-21 10:00 Andreas Sturmlechner
2022-06-28  6:08 Sam James
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-10-31  0:19 Sam James
2021-06-30 22:43 Adam Feldman
2020-09-25 21:29 Adam Feldman
2020-09-02  6:02 Adam Feldman
2020-08-02  7:21 Mikle Kolyada
2020-05-06 17:25 Michał Górny
2020-04-13 17:16 Adam Feldman
2019-05-12 21:04 Göktürk Yüksek
2019-04-22  1:47 Aaron Bauman
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-04-07 12:01 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2018-03-12 16:50 Ettore Di Giacinto
2018-02-11 15:03 Ettore Di Giacinto
2018-01-27  8:23 Michał Górny
2018-01-14 17:18 Ettore Di Giacinto
2017-06-21 18:37 NP Hardass
2017-06-04 15:37 Ettore Di Giacinto
2016-08-06  2:12 NP Hardass
2016-05-30 19:18 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1726595406.de8184d262e2a5763b49ee051ccdf4184ea82753.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox