Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/
Date: Sat, 03 Feb 2018 23:43:17
Message-Id: 1517701369.18b6c735b06ec408dcb71786741b1fb599fdfcfd.leio@gentoo
1 commit: 18b6c735b06ec408dcb71786741b1fb599fdfcfd
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 23:32:20 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 23:42:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b6c735
7
8 x11-terms/gnome-terminal: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-terms/gnome-terminal/Manifest | 2 -
13 .../gnome-terminal/gnome-terminal-3.22.2.ebuild | 75 ----------------------
14 2 files changed, 77 deletions(-)
15
16 diff --git a/x11-terms/gnome-terminal/Manifest b/x11-terms/gnome-terminal/Manifest
17 index 3dd9aa88041..edfa93d1a40 100644
18 --- a/x11-terms/gnome-terminal/Manifest
19 +++ b/x11-terms/gnome-terminal/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST gnome-terminal-3.22.0-transparency.patch.xz 4588 BLAKE2B 7cce4166fa2a47cd4cf55e2ee64790f7ed94d4c75b326dca15d49aef0f3a81e9c6200cd84d46b1a251376b4a108e3b94bcb53b3908b9a34306df6467a34c0760 SHA512 f30a25902842345f8c1b81cbe6ea9da25f428ce8867c4e021369b25a17e8135a944fa6ef4b4cba329edc5ad8af8e53c3ca4d61d172085edde80a9ee215323990
22 -DIST gnome-terminal-3.22.2.tar.xz 1952372 BLAKE2B eddaa5b3900211a2823c86353c68b96aa2a5c3f4ccd51c553ab0a5c328b4dc6e922944ea62bfab7a1dd131464196e2a88c3cd365591b5deafc722b826ce18671 SHA512 3fa550c49c35d53c220d1f7a3f3d49d5130e3dd4af657e05627782abb84a449c6632a9919f5a97c78a5b9d92137e8d4bd68d8b880cd86203f866b85b9cda3db3
23 DIST gnome-terminal-3.24.2.tar.xz 1960952 BLAKE2B c94303cd8b322a37c70487fbab0f6ecd27b8e831cf44cdc80c82b31d2758f7c6927704d31c229cbbe41be565748238bbfcfae72470f273f7f3a9378c218af8b5 SHA512 08cd7b1b08cf22618554b1a051dcfee4a967165bfe93b77a6bc8b0c935695101e773e8d53a482d71aadb9ba7be7ac991d82dbf53b7a6f74f1f5144e4158f8a93
24 DIST gnome-terminal-notify-open-title-transparency.patch.xz 37448 BLAKE2B 159bbcf6ca387af8ae2f05c23b48afcdf11351025420ecfd10d1b8a1dd9c2c8016d1c89c6fca20dde3bf8ffe3a6091232a989cfd520fa6761f65eec29b569d84 SHA512 9af0d56df105a5bdb81b2609794669557a7f442f71b240ee10a6411fab20ad74c14489dbb9a536e208515053ea17776b3a15afb3b949a75a66f8c2ab3dbbff96
25
26 diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild
27 deleted file mode 100644
28 index 8ca6e4999c7..00000000000
29 --- a/x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild
30 +++ /dev/null
31 @@ -1,75 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit autotools gnome2 readme.gentoo-r1
39 -
40 -DESCRIPTION="The Gnome Terminal"
41 -HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
42 -SRC_URI="${SRC_URI}
43 - !vanilla? ( https://dev.gentoo.org/~mgorny/dist/gnome-terminal-3.22.0-transparency.patch.xz )"
44 -
45 -LICENSE="GPL-3+"
46 -SLOT="0"
47 -IUSE="debug +gnome-shell +nautilus vanilla"
48 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
49 -
50 -# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control
51 -RDEPEND="
52 - >=dev-libs/glib-2.42:2[dbus]
53 - >=x11-libs/gtk+-3.20:3[X]
54 - >=x11-libs/vte-0.46.1:2.91
55 - >=dev-libs/libpcre2-10
56 - >=gnome-base/dconf-0.14
57 - >=gnome-base/gsettings-desktop-schemas-0.1.0
58 - sys-apps/util-linux
59 - gnome-shell? ( gnome-base/gnome-shell )
60 - nautilus? ( >=gnome-base/nautilus-3 )
61 -"
62 -# itstool required for help/* with non-en LINGUAS, see bug #549358
63 -# xmllint required for glib-compile-resources, see bug #549304
64 -DEPEND="${RDEPEND}
65 - app-text/yelp-tools
66 - dev-libs/libxml2
67 - dev-util/gdbus-codegen
68 - >=dev-util/intltool-0.50
69 - sys-devel/gettext
70 - virtual/pkgconfig
71 -"
72 -
73 -DOC_CONTENTS="To get previous working directory inherited in new opened
74 - tab you will need to add the following line to your ~/.bashrc:\n
75 - . /etc/profile.d/vte-2.91.sh"
76 -
77 -src_prepare() {
78 - if ! use vanilla; then
79 - # OpenSuSE patches, https://bugzilla.gnome.org/show_bug.cgi?id=695371
80 - # http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/tree/gnome-terminal-transparency-notify.patch (first 3 parts)
81 - eapply "${WORKDIR}"/${PN}-3.22.0-transparency.patch
82 - eautoreconf
83 - fi
84 - gnome2_src_prepare
85 -}
86 -
87 -src_configure() {
88 - gnome2_src_configure \
89 - --disable-static \
90 - --disable-migration \
91 - $(use_enable debug) \
92 - $(use_enable gnome-shell search-provider) \
93 - $(use_with nautilus nautilus-extension) \
94 - VALAC=$(type -P true)
95 -}
96 -
97 -src_install() {
98 - DOCS="AUTHORS ChangeLog HACKING NEWS"
99 - gnome2_src_install
100 - readme.gentoo_create_doc
101 -}
102 -
103 -pkg_postinst() {
104 - gnome2_pkg_postinst
105 - readme.gentoo_print_elog
106 -}