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-libs/vte/
Date: Sat, 03 Feb 2018 23:43:19
Message-Id: 1517701361.c108da0200d6dd51d0c017d761554e2bde6b5b61.leio@gentoo
1 commit: c108da0200d6dd51d0c017d761554e2bde6b5b61
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 23:30:34 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 23:42:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c108da02
7
8 x11-libs/vte: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-libs/vte/Manifest | 2 -
13 x11-libs/vte/vte-0.48.3.ebuild | 90 ------------------------------------------
14 2 files changed, 92 deletions(-)
15
16 diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
17 index 1edcc3122fc..ed2b79c219d 100644
18 --- a/x11-libs/vte/Manifest
19 +++ b/x11-libs/vte/Manifest
20 @@ -1,7 +1,5 @@
21 DIST vte-0.28.2.tar.xz 962340 BLAKE2B 1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9 SHA512 d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
22 DIST vte-0.36.5.tar.xz 1017504 BLAKE2B a7a94b389660f9bbf7aa8033e4a5e2cc96c39458e43960ad2ce785f2fbe1597c7156d090aab220e909ae31f8731d0d961686dce08aef0f270581c01de4bf19b0 SHA512 43f9211381238ca6cb7f49c8a9dd8f48f702e9968e038fa26ee69228c1fc86061d5dbfabb2c27f677280e89ae9080f20594f3c27481246e3f91dd5f3ea0354f6
23 DIST vte-0.46.2.tar.xz 989756 BLAKE2B 5b62ca5425604301f748a214610e2e6e2431f9ad9d21b0867e8d8e34910f1b6c4b77029b57b8255dbd04c6e960aaa2583a2ec670f4683b2331290f22ea957454 SHA512 abcf94752094314b01eb14156e894bedb24f959d4faf84bb070b34eb2745f01d029859ef959ddf1475776605a1721e4d011ae7ad57fc4937d8bfcbecc8b0cf61
24 -DIST vte-0.48.3.tar.xz 1009364 BLAKE2B a16b56ecab0db7ee1a9f8bc9f975ba13fb1dbbdcee77fd6c6f7c11df4680eb644566bc30ffb2ac6009c0ed891bb20598eebaeb87837ae1ac72d7eb8241d2e119 SHA512 3037b61a759cfcf56838bc7804df5a211da416bff9ddc5791f8a8d5157b90926985cfe57d7edbab42de64945d5e668470fe4129a218fb9c7af546648e1660c72
25 DIST vte-0.48.4-command-notify.patch.xz 5500 BLAKE2B 88b655403d2bef034604a283b173fece305af35f51b20f9d4811b33265b5a6eb83441e0b978539de501d118a8431c4a9a9a69a111a03c45adc87763b15b09fd2 SHA512 b8ba202aedb5d821962a7cdc89e6ef8ac8a3480dd7681bf8ce708ce511598f3335ba153750d40cb06e9a2c5bab5888b3daef9096458c2889d94028feaa394575
26 DIST vte-0.48.4.tar.xz 1008296 BLAKE2B 9f946d6909d38896ec80db2a02666d809155997b27109724fb318d28200220f1514fb23e4cdc90263a756914b5db442c947578c8854a535cb960a06f7bc03a77 SHA512 4b75bd881e58b5043bc44e391ef3a826a2c25d0f1bb5ffb890367e11a60b1bcbce091575ede6972a89ae043b39c51897f91fca1faf6872664d602e503d8020fc
27 -DIST vte-2.91-command-notify.patch.xz 6012 BLAKE2B 4a37464ed214e80e5db8eb6a9c09a33816d143e081a5391709be3cd3611197f75d5cfe750ecdfdc95199328ae4894d7ad565933338ba5025e108cd8e2720af68 SHA512 e6a8955f99c98183c60df770b5c6826c5a456aaac3c83a8d0fa5037d2dd250450c8287dff335e22ca32332645d13d298cecc5d2c884c7c9da65d09dfd2a79054
28
29 diff --git a/x11-libs/vte/vte-0.48.3.ebuild b/x11-libs/vte/vte-0.48.3.ebuild
30 deleted file mode 100644
31 index 69d23935661..00000000000
32 --- a/x11-libs/vte/vte-0.48.3.ebuild
33 +++ /dev/null
34 @@ -1,90 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="6"
39 -VALA_USE_DEPEND="vapigen"
40 -VALA_MIN_API_VERSION="0.32"
41 -
42 -inherit gnome2 vala
43 -
44 -DESCRIPTION="Library providing a virtual terminal emulator widget"
45 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
46 -
47 -LICENSE="LGPL-2+"
48 -SLOT="2.91"
49 -IUSE="+crypt debug glade +introspection vala vanilla"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
51 -REQUIRED_USE="vala? ( introspection )"
52 -
53 -SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~leio/distfiles/${PN}-${SLOT}-command-notify.patch.xz )"
54 -
55 -RDEPEND="
56 - >=dev-libs/glib-2.40:2
57 - >=dev-libs/libpcre2-10.21
58 - >=x11-libs/gtk+-3.16:3[introspection?]
59 - >=x11-libs/pango-1.22.0
60 -
61 - sys-libs/ncurses:0=
62 - sys-libs/zlib
63 -
64 - crypt? ( >=net-libs/gnutls-3.2.7:0= )
65 - glade? ( >=dev-util/glade-3.9:3.10 )
66 - introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
67 -"
68 -DEPEND="${RDEPEND}
69 - dev-util/gperf
70 - dev-libs/libxml2
71 - >=dev-util/gtk-doc-am-1.13
72 - >=dev-util/intltool-0.35
73 - sys-devel/gettext
74 - virtual/pkgconfig
75 -
76 - vala? ( $(vala_depend) )
77 -"
78 -RDEPEND="${RDEPEND}
79 - !x11-libs/vte:2.90[glade]
80 -"
81 -
82 -src_prepare() {
83 - if ! use vanilla; then
84 - # First half of http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/vte291-command-notify-scroll-speed.patch
85 - # Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere
86 - eapply "${WORKDIR}/${PN}-${SLOT}-command-notify.patch"
87 - fi
88 -
89 - use vala && vala_src_prepare
90 -
91 - # build fails because of -Werror with gcc-5.x
92 - sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
93 -
94 - gnome2_src_prepare
95 -}
96 -
97 -src_configure() {
98 - local myconf=""
99 -
100 - if [[ ${CHOST} == *-interix* ]]; then
101 - myconf="${myconf} --disable-Bsymbolic"
102 -
103 - # interix stropts.h is empty...
104 - export ac_cv_header_stropts_h=no
105 - fi
106 -
107 - # Python bindings are via gobject-introspection
108 - # Ex: from gi.repository import Vte
109 - gnome2_src_configure \
110 - --disable-test-application \
111 - --disable-static \
112 - --with-gtk=3.0 \
113 - $(use_enable debug) \
114 - $(use_enable glade glade-catalogue) \
115 - $(use_with crypt gnutls) \
116 - $(use_enable introspection) \
117 - $(use_enable vala) \
118 - ${myconf}
119 -}
120 -
121 -src_install() {
122 - gnome2_src_install
123 - mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
124 -}