Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/
Date: Thu, 04 Jun 2020 12:09:27
Message-Id: 1591272543.f35ccc60eba245e2db6db4d460e622ef545b50b4.asturm@gentoo
1 commit: f35ccc60eba245e2db6db4d460e622ef545b50b4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 12:07:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 12:09:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35ccc60
7
8 x11-terms/terminator: Drop 1.92 (r0)
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-terms/terminator/terminator-1.92.ebuild | 60 -----------------------------
14 1 file changed, 60 deletions(-)
15
16 diff --git a/x11-terms/terminator/terminator-1.92.ebuild b/x11-terms/terminator/terminator-1.92.ebuild
17 deleted file mode 100644
18 index 5891577d909..00000000000
19 --- a/x11-terms/terminator/terminator-1.92.ebuild
20 +++ /dev/null
21 @@ -1,60 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 -DISTUTILS_USE_SETUPTOOLS="no"
29 -inherit distutils-r1 virtualx xdg-utils
30 -
31 -DESCRIPTION="Multiple GNOME terminals in one window"
32 -HOMEPAGE="https://github.com/gnome-terminator/terminator"
33 -SRC_URI="https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~ppc ~x86"
38 -IUSE="dbus +libnotify"
39 -
40 -RDEPEND="
41 - >=dev-libs/glib-2.32:2
42 - dev-libs/keybinder:3[introspection]
43 - dev-python/configobj[${PYTHON_USEDEP}]
44 - dev-python/psutil[${PYTHON_USEDEP}]
45 - dev-python/pycairo[${PYTHON_USEDEP}]
46 - dev-python/pygobject:3[${PYTHON_USEDEP}]
47 - >=x11-libs/gtk+-3.16:3
48 - x11-libs/vte:2.91[introspection]
49 - dbus? ( sys-apps/dbus )
50 - libnotify? ( x11-libs/libnotify[introspection] )
51 -"
52 -BDEPEND="
53 - dev-util/intltool
54 -"
55 -distutils_enable_tests setup.py
56 -
57 -PATCHES=(
58 - "${FILESDIR}"/terminator-1.91-without-icon-cache.patch
59 - "${FILESDIR}"/terminator-1.91-desktop.patch
60 - "${FILESDIR}"/terminator-1.92-make-tests-fail.patch
61 - "${FILESDIR}"/terminator-1.92-metainfo.patch
62 -)
63 -
64 -src_prepare() {
65 - xdg_environment_reset
66 - distutils-r1_src_prepare
67 -}
68 -
69 -src_test() {
70 - virtx distutils-r1_src_test
71 -}
72 -
73 -pkg_postinst() {
74 - xdg_desktop_database_update
75 - xdg_icon_cache_update
76 -}
77 -
78 -pkg_postrm() {
79 - xdg_desktop_database_update
80 - xdg_icon_cache_update
81 -}