x11-terms/ptyxis: drop 46.8, 47.6

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-08-01 14:20:02 +02:00
parent 91cacc5410
commit eb614a46d8
3 changed files with 0 additions and 109 deletions

View File

@@ -1,3 +1 @@
DIST ptyxis-46.8.tar.xz 3903600 BLAKE2B 69c36633c4bf14d2caab86adcf738665cc362b26bf1bdceddeb9765b94dded6f353a6b80e16149b016521d4407346be63fc2fff8c4621030026a496c38c25eb9 SHA512 d351fe271f2c70707d5a4885fd7fd64794969a408fb37e18bbd5719efedc4a52ce15e0aeb42b2468beb5d20667ddf93589796457fbfeaf44ecee30d4bd963f9b
DIST ptyxis-47.13.tar.xz 2298840 BLAKE2B 5bbb7ea4b0e79111fa604d9ab58fc57a02960ba2df9041a9ab20303c9535812aa847460204d01a451d7a7d42fe3840036a2e0ebfbc2d81f9335c2b4be03e94f2 SHA512 4cf14fdba8252eb40666f70205c4e41e933dfb3cb66604c532dae8494e874e848f9562c4e6cbb9d0e491155f929ad11f65220c242f43cef7c4432e55e2920f99
DIST ptyxis-47.6.tar.xz 2287104 BLAKE2B 72f7d91497b77baca99f7829670a98415c82c5864f2dcd0a9f92e7d305db4782826518021fcae66f9ff68454708c15e8469766920110d72b0c044ebe775c15f5 SHA512 85d56dff4a1e287915d9d0e2ced3a2ebad692d58a52113d045cff9601d48b759934053775e230f6a9aa4abcbb9c9a0bf556cd6dfb01caede4f4249e35cd5f278

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org gnome2-utils meson xdg
DESCRIPTION="A terminal for a container-oriented desktop"
HOMEPAGE="https://gitlab.gnome.org/chergert/ptyxis"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.80:2
>=gui-libs/gtk-4.12.2:4
>=gui-libs/libadwaita-1.4_alpha:1
>=gui-libs/vte-0.75.0:2.91-gtk4[-vanilla]
gnome-base/libgtop:2=
>=dev-libs/libpcre2-10.32:0=
gnome-base/gsettings-desktop-schemas
x11-libs/pango
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
test? (
dev-util/desktop-file-utils
dev-libs/appstream-glib
)
"
src_configure() {
local emesonargs=(
-Ddevelopment=false
-Dgeneric=terminal
)
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}

View File

@@ -1,54 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org gnome2-utils meson xdg
DESCRIPTION="A terminal for a container-oriented desktop"
HOMEPAGE="https://gitlab.gnome.org/chergert/ptyxis"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.80:2
>=gui-libs/gtk-4.12.2:4
>=gui-libs/libadwaita-1.6:1
>=gui-libs/vte-0.78.0:2.91-gtk4
dev-libs/libportal[gtk]
gnome-base/libgtop:2=
>=dev-libs/libpcre2-10.32:0=
gnome-base/gsettings-desktop-schemas
x11-libs/pango
"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
test? (
dev-util/desktop-file-utils
dev-libs/appstream-glib
)
"
src_configure() {
local emesonargs=(
-Ddevelopment=false
-Dgeneric=terminal
)
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}