summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-09-21 21:55:02 -0400
committerMatt Turner <mattst88@gentoo.org>2023-09-21 22:32:46 -0400
commit2fdaf7bf59c80aee850bbd54bcff1ca902c942a8 (patch)
tree9555f6e9ee07ac6a114a432247c1cda558a1430f /gnome-base
parentgnome-base/gnome-shell: Drop old versions (diff)
downloadgentoo-2fdaf7bf59c80aee850bbd54bcff1ca902c942a8.tar.gz
gentoo-2fdaf7bf59c80aee850bbd54bcff1ca902c942a8.tar.bz2
gentoo-2fdaf7bf59c80aee850bbd54bcff1ca902c942a8.zip
gnome-base/gsettings-desktop-schemas: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gsettings-desktop-schemas/Manifest2
-rw-r--r--gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_alpha.ebuild43
-rw-r--r--gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_rc.ebuild43
3 files changed, 0 insertions, 88 deletions
diff --git a/gnome-base/gsettings-desktop-schemas/Manifest b/gnome-base/gsettings-desktop-schemas/Manifest
index 7d447bc749f7..4eb596de4ebc 100644
--- a/gnome-base/gsettings-desktop-schemas/Manifest
+++ b/gnome-base/gsettings-desktop-schemas/Manifest
@@ -1,4 +1,2 @@
DIST gsettings-desktop-schemas-44.0.tar.xz 739836 BLAKE2B 01a5ca9fb73dc9768f5bb42192f282cc06348f0532b19648aa6b4c33f87e0a9febf0d50047de6cb4c9e921df2df6b45cdde9514d4c0be322b04553f525f84311 SHA512 3995fb7a87c4a922d71ec599dffed4edf145992e08eb09cd8aae1912533ea5a7354bc8e92946246e3d6d3fa9bdaaa0d5247a5d8edaa4eef0a7a522a03ee087d7
DIST gsettings-desktop-schemas-45.0.tar.xz 750056 BLAKE2B b65c846654fac5a104ad9a7d67546c6fb3d54aada178d58c575d22a8c2adc0057c1f1dc177562740f7ae94d0e17743789ca902db7c2fcc42c844bb66e401eaec SHA512 b3e00164aa47cf19b53bf8fd9cd9526c0a4f3d770e8c77953dba0bdf49b85d56f87f45254d18260e7a7b0ec7e24fc049fde503a1ea93e87946dbbd53b5dfc0f2
-DIST gsettings-desktop-schemas-45.alpha.tar.xz 740336 BLAKE2B c6b6a2ae2802d60be8e1acca68415880e955fa68492261f423ec0ba8b678b006c8cc48794009009e85ab76076cf558b0bac5e83b23ac7f8a92ee75e34e6ee451 SHA512 02d1fe3606aac6571e2b50f1856496e9a8bc0160fc86c42ba6ee0a2d33963b5e152f489a44308d04509c48769992e34c219b10d9806455c4b2b1ddf8c7099a54
-DIST gsettings-desktop-schemas-45.rc.tar.xz 748676 BLAKE2B f77180a288ea0a7970181beb29f48a3ab25fb662ebd772240a5c7b0d11884d41efdb56746fe5e5ae938fe970cf3483d05779754c420a8385138e6afe268727c4 SHA512 ad8989ea63cb48e79b37667d6e44ae463dde9b489d284e880dc0de4b34e3d7f5d061aac76b02aa6d32b81e316a92031a03760ae7f456b37123034889f1791770
diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_alpha.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_alpha.ebuild
deleted file mode 100644
index 6bf0d1f374e1..000000000000
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_alpha.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-BDEPEND="
- introspection? ( >=dev-libs/gobject-introspection-1.54:= )
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- # Revert change to 'Source Code Pro 10' and 'Cantarell 11' fonts back to generic sans and monospace aliases
- "${FILESDIR}"/3.32.0-default-fonts.patch
-)
-
-src_configure() {
- local emesonargs=(
- $(meson_use introspection)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}
diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_rc.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_rc.ebuild
deleted file mode 100644
index 6bf0d1f374e1..000000000000
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-45_rc.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-BDEPEND="
- introspection? ( >=dev-libs/gobject-introspection-1.54:= )
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- # Revert change to 'Source Code Pro 10' and 'Cantarell 11' fonts back to generic sans and monospace aliases
- "${FILESDIR}"/3.32.0-default-fonts.patch
-)
-
-src_configure() {
- local emesonargs=(
- $(meson_use introspection)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}