Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/
Date: Mon, 21 Jun 2021 22:26:44
Message-Id: 1624314360.14aedfdd5739440198834e68c9ecf47a332574b6.sam@gentoo
1 commit: 14aedfdd5739440198834e68c9ecf47a332574b6
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Mon Jun 21 22:02:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 22:26:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aedfdd
7
8 x11-terms/terminator: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
12 Closes: https://github.com/gentoo/gentoo/pull/21367
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 x11-terms/terminator/Manifest | 3 --
16 x11-terms/terminator/terminator-2.0.1.ebuild | 65 -------------------------
17 x11-terms/terminator/terminator-2.1.0.ebuild | 71 ----------------------------
18 3 files changed, 139 deletions(-)
19
20 diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest
21 index 245c075ece3..02f56218a70 100644
22 --- a/x11-terms/terminator/Manifest
23 +++ b/x11-terms/terminator/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST terminator-2.0.1.tar.gz 934263 BLAKE2B b3b74f513f50f53bd9d6c0909daebb6912b20fd19cfb4ebcded443d2118a4608c3377e0498604ffec61e4d4ee48eb573a4e59ebef9a2b5708f52afb6949238cf SHA512 d0159ba966a10e51d18374ce2c9f700a2b9cc981496804948ed8d13b2896ad2c2a621337b6e5da8abee59616c16a64ac267e02b8ecd55d40c35d503397a9f50b
26 -DIST terminator-2.1.0.tar.gz 1030864 BLAKE2B 2fb92644b1e5a79f9f9d307e50889d8741e5dc5c9e15f10d29b9c0ecb8a5c07839fd3018034435815f5dbf8f387122c18fcc71d7c82a8a250ea4449673a7054d SHA512 0406b0542d5b4498084968b4e49a5ae3ff10db394907930923ad76ac5edf459c976a0a5b8617fd3a14dcde464b563ae137beb33e04b5b82ae856c497abf3fd04
27 -DIST terminator-2.1.0.tar.gz.asc 866 BLAKE2B de8580504665943677eff710418c587f9da1618f2a79c8af76f53c1dae1a5d458be6489e5fd4c8fc7cd89d87d38d7546b1932b9c9c4876a7c3fed3be8fcec930 SHA512 bc5562cf75bb4e890e98e3f3d52f385d357ad97ccca3584da3ea0e5b383f30558ca99808af20c3b5d479d98beed3e69a31a9fe43d289e55d949976843f09ae31
28 DIST terminator-2.1.1.tar.gz 1033153 BLAKE2B f92235bacf34ec5bfe2400c6bbfc8bbdee3867531fac5129fb59b84459101f2d673e3a6699eecf1fa0d19c33d30467bb043010bd19737c2bc0461cea861c71a7 SHA512 a916b9718801bb015d14bdec2eede24c89101d5ea36d22131b7d34f8dad48b9db9e79811645ce571e3c95c9e4b2f18d6b8508f519de7ff54c4246c5f7b546af2
29 DIST terminator-2.1.1.tar.gz.asc 866 BLAKE2B d7362ce47f0cba18a3d10c54dca40b23001c818784cf5b5e4c98fbbd13983cf46e6ce631c4a4f5464c2badbb21e6052ce31456bf8b2d2c2deea6a647ad184b5c SHA512 ab171e0538686599fd86a35d0f5455aa9763c5f29c2c6bd5677cfd678beaeaad4dc141553e0abfecd19279a1a1653f12e07ed20f03ee09ee8ec10edbd63d6c14
30
31 diff --git a/x11-terms/terminator/terminator-2.0.1.ebuild b/x11-terms/terminator/terminator-2.0.1.ebuild
32 deleted file mode 100644
33 index a6e1533cd1e..00000000000
34 --- a/x11-terms/terminator/terminator-2.0.1.ebuild
35 +++ /dev/null
36 @@ -1,65 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python3_{7,8,9} )
43 -inherit distutils-r1 optfeature virtualx xdg-utils
44 -
45 -DESCRIPTION="Multiple GNOME terminals in one window"
46 -HOMEPAGE="https://github.com/gnome-terminator/terminator"
47 -SRC_URI="https://github.com/gnome-terminator/terminator/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~ppc x86"
52 -IUSE="test"
53 -
54 -RDEPEND="
55 - dev-libs/glib:2
56 - dev-python/configobj[${PYTHON_USEDEP}]
57 - dev-python/psutil[${PYTHON_USEDEP}]
58 - dev-python/pycairo[${PYTHON_USEDEP}]
59 - dev-python/pygobject:3[${PYTHON_USEDEP}]
60 - gnome-base/gsettings-desktop-schemas[introspection]
61 - x11-libs/gtk+:3
62 - x11-libs/vte:2.91[introspection]
63 -"
64 -BDEPEND="
65 - dev-util/intltool
66 - sys-devel/gettext
67 - test? (
68 - dev-python/dbus-python[${PYTHON_USEDEP}]
69 - x11-libs/libnotify[introspection]
70 - )
71 -"
72 -distutils_enable_tests pytest
73 -
74 -PATCHES=(
75 - "${FILESDIR}"/terminator-1.91-without-icon-cache.patch
76 - "${FILESDIR}"/terminator-1.91-desktop.patch
77 -)
78 -
79 -src_prepare() {
80 - xdg_environment_reset
81 - sed -i -e '/pytest-runner/d' setup.py || die
82 - distutils-r1_src_prepare
83 -}
84 -
85 -src_test() {
86 - virtx distutils-r1_src_test
87 -}
88 -
89 -pkg_postinst() {
90 - xdg_desktop_database_update
91 - xdg_icon_cache_update
92 -
93 - optfeature "D-Bus" dev-python/dbus-python
94 - optfeature "desktop notifications" "x11-libs/libnotify[introspection]"
95 - optfeature "global keyboard shortcuts" "dev-libs/keybinder:3[introspection]"
96 -}
97 -
98 -pkg_postrm() {
99 - xdg_desktop_database_update
100 - xdg_icon_cache_update
101 -}
102
103 diff --git a/x11-terms/terminator/terminator-2.1.0.ebuild b/x11-terms/terminator/terminator-2.1.0.ebuild
104 deleted file mode 100644
105 index 0fa3213e9d9..00000000000
106 --- a/x11-terms/terminator/terminator-2.1.0.ebuild
107 +++ /dev/null
108 @@ -1,71 +0,0 @@
109 -# Copyright 1999-2021 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=7
113 -
114 -PYTHON_COMPAT=( python3_{7,8,9} )
115 -inherit distutils-r1 optfeature verify-sig virtualx xdg-utils
116 -
117 -DESCRIPTION="Multiple GNOME terminals in one window"
118 -HOMEPAGE="https://github.com/gnome-terminator/terminator"
119 -SRC_URI="
120 - https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz
121 - verify-sig? ( https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz.asc )
122 -"
123 -
124 -LICENSE="GPL-2"
125 -SLOT="0"
126 -KEYWORDS="~amd64 ~ppc ~x86"
127 -IUSE="test"
128 -
129 -RDEPEND="
130 - dev-libs/glib:2
131 - dev-python/configobj[${PYTHON_USEDEP}]
132 - dev-python/psutil[${PYTHON_USEDEP}]
133 - dev-python/pycairo[${PYTHON_USEDEP}]
134 - dev-python/pygobject:3[${PYTHON_USEDEP}]
135 - gnome-base/gsettings-desktop-schemas[introspection]
136 - x11-libs/gtk+:3
137 - x11-libs/vte:2.91[introspection]
138 -"
139 -BDEPEND="
140 - dev-util/intltool
141 - sys-devel/gettext
142 - test? (
143 - dev-python/dbus-python[${PYTHON_USEDEP}]
144 - x11-libs/libnotify[introspection]
145 - )
146 - verify-sig? ( app-crypt/openpgp-keys-terminator )
147 -"
148 -distutils_enable_tests pytest
149 -
150 -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/terminator.asc
151 -
152 -PATCHES=(
153 - "${FILESDIR}"/terminator-1.91-without-icon-cache.patch
154 - "${FILESDIR}"/terminator-1.91-desktop.patch
155 -)
156 -
157 -src_prepare() {
158 - xdg_environment_reset
159 - sed -i -e '/pytest-runner/d' setup.py || die
160 - distutils-r1_src_prepare
161 -}
162 -
163 -src_test() {
164 - virtx distutils-r1_src_test
165 -}
166 -
167 -pkg_postinst() {
168 - xdg_desktop_database_update
169 - xdg_icon_cache_update
170 -
171 - optfeature "D-Bus" dev-python/dbus-python
172 - optfeature "desktop notifications" "x11-libs/libnotify[introspection]"
173 - optfeature "global keyboard shortcuts" "dev-libs/keybinder:3[introspection]"
174 -}
175 -
176 -pkg_postrm() {
177 - xdg_desktop_database_update
178 - xdg_icon_cache_update
179 -}