gnome-base/gsettings-desktop-schemas: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 11 Jan 2020 19:39:25 +0000 (21:39 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sat, 11 Jan 2020 19:40:09 +0000 (21:40 +0200)
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-base/gsettings-desktop-schemas/Manifest
gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1.ebuild [deleted file]

index c5dc7eac7e6da989224314c22b15aee64e3c8fc4..090dbb4e0ac995b4b28111b167c96f663e7ee39e 100644 (file)
@@ -1,2 +1 @@
-DIST gsettings-desktop-schemas-3.24.1.tar.xz 638780 BLAKE2B c1857636e18c69658458aa9dfd65a7c3983791000f16eba08f706c243a0b804ed20dfde58f9cbe879f41348dc8257ecab86d5111c89bc1aacca1d8b62f2c0332 SHA512 c3970d61cc1c29bf97a39c439b3e0ba5c5d5c0f811e17b8884f106f095b159dd0c43cb90e02561edcc26e15b2b887e960d38de1c0e7498413db0c63102f15833
 DIST gsettings-desktop-schemas-3.32.0.tar.xz 628888 BLAKE2B 7d675597d861ee8ee8258f037d06d6f728e9705c7e121508a811bbad000b1ef10a7e2ef23066cec01c34865648f4f0a204716306643db1a4cbd505801ce939c1 SHA512 cf1d78a8f9f1697e20c995286b50d556c2ecc83bf4b28be19b3258a724494a2827fb9567cabf29cda1c590488fd2645e905072e08321766c8bdddd22ac3710dc
diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1.ebuild
deleted file mode 100644 (file)
index b58a934..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="+introspection"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
-
-RDEPEND="
-       >=dev-libs/glib-2.31:2
-       introspection? ( >=dev-libs/gobject-introspection-1.31.0:= )
-       !<gnome-base/gdm-3.8
-"
-DEPEND="${RDEPEND}
-       dev-util/glib-utils
-       >=dev-util/intltool-0.50.1
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_configure() {
-       gnome2_src_configure $(use_enable introspection)
-}