Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/
Date: Tue, 27 Sep 2022 14:01:19
Message-Id: 1664287243.c7c2f82ef95a94bb6eb91d8b05c661d76a768dbe.andrewammerlaan@gentoo
1 commit: c7c2f82ef95a94bb6eb91d8b05c661d76a768dbe
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Sun Sep 25 01:57:04 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 14:00:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c2f82e
7
8 x11-terms/terminator: drop 2.1.1
9
10 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 x11-terms/terminator/terminator-2.1.1.ebuild | 65 ----------------------------
14 1 file changed, 65 deletions(-)
15
16 diff --git a/x11-terms/terminator/terminator-2.1.1.ebuild b/x11-terms/terminator/terminator-2.1.1.ebuild
17 deleted file mode 100644
18 index e477a83d58f7..000000000000
19 --- a/x11-terms/terminator/terminator-2.1.1.ebuild
20 +++ /dev/null
21 @@ -1,65 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 -inherit distutils-r1 optfeature verify-sig virtualx xdg
29 -
30 -DESCRIPTION="Multiple GNOME terminals in one window"
31 -HOMEPAGE="https://github.com/gnome-terminator/terminator"
32 -SRC_URI="
33 - https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz
34 - verify-sig? ( https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz.asc )
35 -"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="amd64 ~ppc x86"
40 -IUSE="test"
41 -
42 -RDEPEND="
43 - dev-libs/glib:2
44 - dev-python/configobj[${PYTHON_USEDEP}]
45 - dev-python/psutil[${PYTHON_USEDEP}]
46 - dev-python/pycairo[${PYTHON_USEDEP}]
47 - dev-python/pygobject:3[${PYTHON_USEDEP}]
48 - gnome-base/gsettings-desktop-schemas[introspection]
49 - x11-libs/gtk+:3
50 - x11-libs/vte:2.91[introspection]
51 -"
52 -BDEPEND="
53 - dev-util/intltool
54 - sys-devel/gettext
55 - test? (
56 - dev-python/dbus-python[${PYTHON_USEDEP}]
57 - x11-libs/libnotify[introspection]
58 - )
59 - verify-sig? ( sec-keys/openpgp-keys-terminator )
60 -"
61 -distutils_enable_tests pytest
62 -
63 -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/terminator.asc
64 -
65 -PATCHES=(
66 - "${FILESDIR}"/terminator-1.91-without-icon-cache.patch
67 - "${FILESDIR}"/terminator-1.91-desktop.patch
68 -)
69 -
70 -src_prepare() {
71 - xdg_environment_reset
72 - sed -i -e '/pytest-runner/d' setup.py || die
73 - distutils-r1_src_prepare
74 -}
75 -
76 -src_test() {
77 - virtx distutils-r1_src_test
78 -}
79 -
80 -pkg_postinst() {
81 - xdg_pkg_postinst
82 -
83 - optfeature "D-Bus" dev-python/dbus-python
84 - optfeature "desktop notifications" "x11-libs/libnotify[introspection]"
85 - optfeature "global keyboard shortcuts" "dev-libs/keybinder:3[introspection]"
86 -}