Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/
Date: Thu, 26 May 2022 06:08:04
Message-Id: 1653545161.989cfbdd07edb0e5b7ad9e1b0747e8a31022207e.ionen@gentoo
1 commit: 989cfbdd07edb0e5b7ad9e1b0747e8a31022207e
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 04:33:15 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 06:06:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989cfbdd
7
8 x11-terms/guake: drop 3.8.1
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-terms/guake/Manifest | 1 -
13 x11-terms/guake/guake-3.8.1.ebuild | 82 --------------------------------------
14 2 files changed, 83 deletions(-)
15
16 diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
17 index bd16e1c94b80..d2205e05ab63 100644
18 --- a/x11-terms/guake/Manifest
19 +++ b/x11-terms/guake/Manifest
20 @@ -1,2 +1 @@
21 -DIST guake-3.8.1.tar.gz 1127132 BLAKE2B e91f74bf119c76ad214b5c29bceb4fe18f19c97f14dbb2973c6118bbb9affc06e919c56e0cd24f96b710d9c2468006289fcf1c13a2050e93cc01972f0c9ebe99 SHA512 5fbf4cc37bc501e4533bd27c1c7e1f783e570457867289702ab2122fcb6a55708df151e4307c4cf84a242ac1d2874ef5e8eb9411318e24eca140102a42b426f4
22 DIST guake-3.8.5.tar.gz 1112897 BLAKE2B 221e6a388c3a5904cd20a762e6a669e30b59a742a550e5c2a411534c3b0730c7622f42c67fdc72785fac199c432a297beb9fb53be2b5e2b7545a5b03c2b8b545 SHA512 40605fadb3a0149ea488a7e93f1b7e4f5250f62fe058292f2c02f03f837f22e13171b28c4a9d1a14c2e4897c0066a683cae547e03862397310bc650d149181fb
23
24 diff --git a/x11-terms/guake/guake-3.8.1.ebuild b/x11-terms/guake/guake-3.8.1.ebuild
25 deleted file mode 100644
26 index c7b0ddb9600b..000000000000
27 --- a/x11-terms/guake/guake-3.8.1.ebuild
28 +++ /dev/null
29 @@ -1,82 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_SINGLE_IMPL=1
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -inherit distutils-r1 gnome2-utils virtualx xdg-utils
38 -
39 -DESCRIPTION="Drop-down terminal for GNOME"
40 -HOMEPAGE="http://guake-project.org/"
41 -SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
46 -IUSE="utempter"
47 -
48 -RDEPEND="
49 - $(python_gen_cond_dep '
50 - dev-python/dbus-python[${PYTHON_USEDEP}]
51 - dev-python/pycairo[${PYTHON_USEDEP}]
52 - dev-python/pygobject:3[${PYTHON_USEDEP}]
53 - ')
54 - dev-libs/keybinder:3[introspection]
55 - x11-libs/libnotify[introspection]
56 - x11-libs/libwnck:3[introspection]
57 - x11-libs/vte:2.91[introspection]
58 - utempter? ( sys-libs/libutempter )"
59 -BDEPEND="
60 - $(python_gen_cond_dep '
61 - dev-python/pbr[${PYTHON_USEDEP}]
62 - test? (
63 - dev-python/pyfakefs[${PYTHON_USEDEP}]
64 - dev-python/pytest-mock[${PYTHON_USEDEP}]
65 - )
66 - ')
67 - dev-libs/glib:2
68 - gnome-base/gsettings-desktop-schemas
69 - sys-devel/gettext"
70 -
71 -distutils_enable_tests pytest
72 -
73 -python_prepare_all() {
74 - distutils-r1_python_prepare_all
75 -
76 - emake PREFIX="${EPREFIX}/usr" prepare-install # paths.py.in -> paths.py
77 -
78 - export PBR_VERSION=${PV} # needed if using github's tarball
79 -}
80 -
81 -python_test() {
82 - # - uses /usr/bin/bash if SHELL is not exported
83 - # - pytest-xvfb fails with Terminated, virtx alone works
84 - SHELL=${SHELL} virtx epytest -p no:xvfb
85 -}
86 -
87 -python_install() {
88 - # done here so tests don't use the system's
89 - sed -e "/^SCHEMA_DIR/s|=.*|= \"${EPREFIX}/usr/share/glib-2.0/schemas\"|" \
90 - -e "/def get_default_data_dir/{n;s|=.*|= \"${EPREFIX}/usr/share/guake\"|}" \
91 - -i "${BUILD_DIR}"/lib/guake/paths.py || die
92 - rm -r "${BUILD_DIR}"/lib/guake/tests || die
93 -
94 - distutils-r1_python_install
95 -}
96 -
97 -python_install_all() {
98 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-{locale,schemas}
99 -
100 - dodoc NEWS.rst README.rst
101 -}
102 -
103 -pkg_postinst() {
104 - gnome2_schemas_update
105 - xdg_desktop_database_update
106 -}
107 -
108 -pkg_postrm() {
109 - gnome2_schemas_update
110 - xdg_desktop_database_update
111 -}