Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Sat, 20 Feb 2016 13:55:57
Message-Id: 1455976463.ded4b4deb0525d74ee9617d2008c8b8a9f46583b.pacho@gentoo
1 commit: ded4b4deb0525d74ee9617d2008c8b8a9f46583b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 13:51:23 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 13:54:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded4b4de
7
8 x11-libs/vte: Version bump
9
10 Package-Manager: portage-2.2.27
11
12 x11-libs/vte/Manifest | 1 +
13 x11-libs/vte/vte-0.42.4.ebuild | 77 ++++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 78 insertions(+)
15
16 diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
17 index 1f76dd3..86d6c75 100644
18 --- a/x11-libs/vte/Manifest
19 +++ b/x11-libs/vte/Manifest
20 @@ -2,3 +2,4 @@ DIST vte-0.28.2.tar.xz 962340 SHA256 86cf0b81aa023fa93ed415653d51c96767f20b2d733
21 DIST vte-0.36.5.tar.xz 1017504 SHA256 c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf SHA512 43f9211381238ca6cb7f49c8a9dd8f48f702e9968e038fa26ee69228c1fc86061d5dbfabb2c27f677280e89ae9080f20594f3c27481246e3f91dd5f3ea0354f6 WHIRLPOOL 22be408deecedfb7c674fbc49bac2852e5e1c28f25cd7998d20042f15a905158b2698f3e2a0a8fd4a78b89929e773779787dff9af9c6c5e006ee30ed6efdc59d
22 DIST vte-0.40.2.tar.xz 923852 SHA256 9b68fbc16b27f2d79e6271f2b0708808594ac5acf979d0fccea118608199fd2d SHA512 06d1c9a34e8e82e1bd54810d245d908ebb837538ba19fbaabe683cdf3b96b7cb1630516ddeabf18b0294922b8d98d2b9a2f5028c171fac2ad913974d94555eb2 WHIRLPOOL 2499e01c2b0d38645b61d4c0a1814d7a3196df6d300577380f1e622c06a974a4cd0d9799fff35f1b0680603aa3a0be38730991ace83df90bfb265009873c5858
23 DIST vte-0.42.3.tar.xz 927988 SHA256 96e98a40eae82d04c08f2ca1d2672659596e5b75626ba7d78df2412878ae62a0 SHA512 8eefe20a69cc66457bf5e55b2f141d2ba355fa8315e175dc2a2fa3ef7319f9dd91a7047cb49c105a771a9d7e060e9b0fc145bec123c508663cd0935486a7ec8e WHIRLPOOL ec557651c694869b7e8725da65e56c1f719818be61b4e304f9ae501cc88cee9fa4f01345f9a84f9bab44a55e730664cb000453606986d0c5863ab929bdef6494
24 +DIST vte-0.42.4.tar.xz 928048 SHA256 08c88bf5c0aa1dfa3711e2e83b784fb5ea82025661f30b54e93eebd5f4bce113 SHA512 871b47d976ae8faafabd2b9dd092b40b2b452fcfd7f60182db7c12ade0c265a1810e811a9a54b6a2c2061ff05f06743b90057babf300b98f391481bb02265fb5 WHIRLPOOL e3e9fbf5303770244b10259f1a07e41a7c0168debda2e81673f8fa1e19f591a4d2c643f614636e691ecaf22fc00eb8fce79d9d4a8d20c899f5a7e4ac187259db
25
26 diff --git a/x11-libs/vte/vte-0.42.4.ebuild b/x11-libs/vte/vte-0.42.4.ebuild
27 new file mode 100644
28 index 0000000..909abbd
29 --- /dev/null
30 +++ b/x11-libs/vte/vte-0.42.4.ebuild
31 @@ -0,0 +1,77 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="5"
37 +GCONF_DEBUG="no"
38 +VALA_USE_DEPEND="vapigen"
39 +
40 +inherit eutils gnome2 vala
41 +
42 +DESCRIPTION="Library providing a virtual terminal emulator widget"
43 +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
44 +
45 +LICENSE="LGPL-2+"
46 +SLOT="2.91"
47 +IUSE="+crypt debug glade +introspection vala"
48 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
49 +
50 +RDEPEND="
51 + >=dev-libs/glib-2.40:2
52 + >=x11-libs/gtk+-3.8:3[introspection?]
53 + >=x11-libs/pango-1.22.0
54 +
55 + sys-libs/ncurses:0=
56 + sys-libs/zlib
57 + x11-libs/libX11
58 + x11-libs/libXft
59 +
60 + glade? ( >=dev-util/glade-3.9:3.10 )
61 + introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
62 +"
63 +DEPEND="${RDEPEND}
64 + $(vala_depend)
65 + >=dev-util/gtk-doc-am-1.13
66 + >=dev-util/intltool-0.35
67 + sys-devel/gettext
68 + virtual/pkgconfig
69 +
70 + crypt? ( >=net-libs/gnutls-3.2.7 )
71 +"
72 +RDEPEND="${RDEPEND}
73 + !x11-libs/vte:2.90[glade]
74 +"
75 +
76 +src_prepare() {
77 + vala_src_prepare
78 + gnome2_src_prepare
79 +}
80 +
81 +src_configure() {
82 + local myconf=""
83 +
84 + if [[ ${CHOST} == *-interix* ]]; then
85 + myconf="${myconf} --disable-Bsymbolic"
86 +
87 + # interix stropts.h is empty...
88 + export ac_cv_header_stropts_h=no
89 + fi
90 +
91 + # Python bindings are via gobject-introspection
92 + # Ex: from gi.repository import Vte
93 + gnome2_src_configure \
94 + --disable-test-application \
95 + --disable-static \
96 + $(use_enable debug) \
97 + $(use_enable glade glade-catalogue) \
98 + $(use_with crypt gnutls) \
99 + $(use_enable introspection) \
100 + $(use_enable vala) \
101 + ${myconf}
102 +}
103 +
104 +src_install() {
105 + DOCS="AUTHORS ChangeLog HACKING NEWS README"
106 + gnome2_src_install
107 + mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
108 +}