gnome-base/gnome-session-openrc: drop 49.0, 49.0-r1

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-03 17:18:45 +01:00
parent c1f5e42e34
commit 2d87c95653
3 changed files with 0 additions and 68 deletions
-1
View File
@@ -1,2 +1 @@
DIST gnome-session-openrc-49.0.tar.gz 9176 BLAKE2B 08027b6f04c3eef49f823eba78aaa17776afe286f66fa146efa6c6a611456478720563cdf4554ac4c9056979bb04b6c2e395e1dbb47306ada897995f1e7935ce SHA512 d47cbb74fa6602acc45f70237a2c0b64b8cb5c2678401bf7fb18aae3761eb875273762db73191809cd820f0d973f3d90196644bd2d9e3e398afeda2239befa47
DIST gnome-session-openrc-49.1.tar.gz 16074 BLAKE2B 3d961d7976e850f0e81200e8026478b5762026c90c28141ef2445e8849cdae1ab6a266433e6a79e1b98cbae001456077cf1f68b8aeaa85e36d8104e72857e6c6 SHA512 746ac9b4b04c13f955e84a1511ca869997342c7c968c0cfbfb37926bbaaa6afe9f9cf30b692f629c30368813a76ef45e8927193f1f3bd1dc804d6d8e223530a9
@@ -1,34 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Gnome session leader for OpenRC"
HOMEPAGE="https://github.com/swagtoy/gnome-session-openrc"
SRC_URI="https://github.com/swagtoy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="X"
COMMON_DEPEND="
>=dev-libs/glib-2.82.0:2
>=sys-auth/elogind-242
"
RDEPEND="${COMMON_DEPEND}
sys-apps/dbus[X?]
<gnome-base/gnome-session-49
"
DEPEND="${COMMON_DEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
$(meson_use X x11)
)
meson_src_configure
}
@@ -1,33 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Gnome session leader for OpenRC"
HOMEPAGE="https://github.com/swagtoy/gnome-session-openrc"
SRC_URI="https://github.com/swagtoy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="X"
COMMON_DEPEND="
>=dev-libs/glib-2.82.0:2
>=sys-auth/elogind-242
"
RDEPEND="${COMMON_DEPEND}
sys-apps/dbus[X?]
"
DEPEND="${COMMON_DEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
$(meson_use X x11)
)
meson_src_configure
}