summaryrefslogtreecommitdiff
path: root/gui-apps/gnome-console
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /gui-apps/gnome-console
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'gui-apps/gnome-console')
-rw-r--r--gui-apps/gnome-console/Manifest3
-rw-r--r--gui-apps/gnome-console/gnome-console-48.1.ebuild54
-rw-r--r--gui-apps/gnome-console/gnome-console-49.1.ebuild59
-rw-r--r--gui-apps/gnome-console/gnome-console-49.2.ebuild59
-rw-r--r--gui-apps/gnome-console/metadata.xml11
5 files changed, 0 insertions, 186 deletions
diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
deleted file mode 100644
index 29829580fe20..000000000000
--- a/gui-apps/gnome-console/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST gnome-console-48.1.tar.xz 211012 BLAKE2B cfc1a05718ea0841065aefd13bac5a7041afc59fc22c3dfb7a98683bfc4866ed90cff329e7aaf0c6929b7187feae09ba3d05771c184e5d9a2f70136339d280ad SHA512 7e627ff1cf23ddf8093327d4abce27bf741da65d44179897585e182ca8b1741ac050b98d7a1e45005e9a6568a008d8e9b0450a087fd3b37e37b1ca517f80d727
-DIST gnome-console-49.1.tar.xz 256184 BLAKE2B bb32d58be3552e5c0fe850fbceadb947387f1a77e0134abe5e9c3a4d6dbd01f69561b749eab110ac3fc0d9d98f744572048d98c3fd3fb6b72e6d265a2c989c60 SHA512 bb5366779c0fa4ca45f2c67dd519e5b3d2233eb0a8b64bcadfe6a8d8bb2cbc27115bc1a45c6501e0da520a884e9f26a44ff3a5fb9a6ce3b665ea050d251ec82f
-DIST gnome-console-49.2.tar.xz 257828 BLAKE2B b73f7b0cca1757900faa9e746c9cf973539ce398dbf51ebf2852b0f792a86cf50425b685b9e1f2e43d40fb9369251db64009045f42982129da0dd2abcf2471e7 SHA512 1d849382b6cfac6d20fa43a9cc60038ce341682b55fca0a7fd6816567c8e773f2f316a9c00729ad3018388e53a6be7780b5ffb1341008f481a30c4fd98cbc576
diff --git a/gui-apps/gnome-console/gnome-console-48.1.ebuild b/gui-apps/gnome-console/gnome-console-48.1.ebuild
deleted file mode 100644
index 9f93793d14ac..000000000000
--- a/gui-apps/gnome-console/gnome-console-48.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.80:2
- >=gui-libs/gtk-4.14:4
- >=gui-libs/libadwaita-1.6:1
- >=gui-libs/vte-0.77.0:2.91-gtk4
- gnome-base/libgtop:2=
- >=dev-libs/libpcre2-10.32:0=
- gnome-base/gsettings-desktop-schemas
-
- x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-util/gdbus-codegen-2.80.5-r1
- virtual/pkgconfig
- test? (
- dev-util/desktop-file-utils
- dev-libs/appstream-glib
- )
-"
-
-src_configure() {
- local emesonargs=(
- -Ddevel=false
- $(meson_use test tests)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/gui-apps/gnome-console/gnome-console-49.1.ebuild b/gui-apps/gnome-console/gnome-console-49.1.ebuild
deleted file mode 100644
index 35bc91a3d2fb..000000000000
--- a/gui-apps/gnome-console/gnome-console-49.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson virtualx xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.80:2
- >=gui-libs/gtk-4.19:4
- >=gui-libs/libadwaita-1.8:1
- >=gui-libs/vte-0.77.0:2.91-gtk4
- gnome-base/libgtop:2=
- >=dev-libs/libpcre2-10.32:0=
- gnome-base/gsettings-desktop-schemas
-
- >=x11-libs/pango-1.51.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-build/meson-1.5.0
- >=dev-util/gdbus-codegen-2.80.5-r1
- virtual/pkgconfig
- test? (
- dev-util/desktop-file-utils
- dev-libs/appstream-glib
- )
-"
-
-src_configure() {
- local emesonargs=(
- -Ddevel=false
- $(meson_use test tests)
- )
- meson_src_configure
-}
-
-src_test() {
- virtx meson_src_test
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/gui-apps/gnome-console/gnome-console-49.2.ebuild b/gui-apps/gnome-console/gnome-console-49.2.ebuild
deleted file mode 100644
index 35bc91a3d2fb..000000000000
--- a/gui-apps/gnome-console/gnome-console-49.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson virtualx xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://apps.gnome.org/Console/ https://gitlab.gnome.org/GNOME/console"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.80:2
- >=gui-libs/gtk-4.19:4
- >=gui-libs/libadwaita-1.8:1
- >=gui-libs/vte-0.77.0:2.91-gtk4
- gnome-base/libgtop:2=
- >=dev-libs/libpcre2-10.32:0=
- gnome-base/gsettings-desktop-schemas
-
- >=x11-libs/pango-1.51.2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-build/meson-1.5.0
- >=dev-util/gdbus-codegen-2.80.5-r1
- virtual/pkgconfig
- test? (
- dev-util/desktop-file-utils
- dev-libs/appstream-glib
- )
-"
-
-src_configure() {
- local emesonargs=(
- -Ddevel=false
- $(meson_use test tests)
- )
- meson_src_configure
-}
-
-src_test() {
- virtx meson_src_test
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/gui-apps/gnome-console/metadata.xml b/gui-apps/gnome-console/metadata.xml
deleted file mode 100644
index d586bbd35926..000000000000
--- a/gui-apps/gnome-console/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <upstream>
- <remote-id type="gnome-gitlab">GNOME/console</remote-id>
- </upstream>
-</pkgmetadata>