commit:     09662d90439681e9955c83542817d2976728672e
Author:     Timo Tambet <ttambet <AT> gmail <DOT> com>
AuthorDate: Fri Feb 24 20:16:26 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 12:10:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09662d90

x11-libs/vte: bump to 0.47.90

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/vte/Manifest           |  1 +
 x11-libs/vte/vte-0.47.90.ebuild | 81 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 44a5a57f5fd..038896b41df 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -2,3 +2,4 @@ DIST vte-0.28.2.tar.xz 962340 SHA256 
86cf0b81aa023fa93ed415653d51c96767f20b2d733
 DIST vte-0.36.5.tar.xz 1017504 SHA256 
c2c2ce9640f08b07667f1037862fe991081495446b735c0afb98f45e35b64edf SHA512 
43f9211381238ca6cb7f49c8a9dd8f48f702e9968e038fa26ee69228c1fc86061d5dbfabb2c27f677280e89ae9080f20594f3c27481246e3f91dd5f3ea0354f6
 WHIRLPOOL 
22be408deecedfb7c674fbc49bac2852e5e1c28f25cd7998d20042f15a905158b2698f3e2a0a8fd4a78b89929e773779787dff9af9c6c5e006ee30ed6efdc59d
 DIST vte-0.44.3.tar.xz 984412 SHA256 
e6dd09d9497aa899d06439272a641d19f0024abaa7e177de88a2ef4d3d0ccffe SHA512 
7fdb520cda7128ad9b661b78a2e1e14952389a106d23613c62ebf81a10510b2d31d1b02f28c64919543e8ecac889123770e22b5b120f633a5eab5565106fdf05
 WHIRLPOOL 
62a491a2e93c673ee2d6aa8089a446fbbbede482afc458c23e4fbb876166640c6a5d0f41f8f4d2e17ff73a289bcd535b63ca4f9273161e31c3db590a4886c82e
 DIST vte-0.46.1.tar.xz 989164 SHA256 
8800cf8bc259704a12ad1853fb0eb43bfe3857af15242e6fb9f2c3fd95b3f5c6 SHA512 
04b3f8ce922c4326d92bef605a0dbe195764946cd5f1acf28fd6d69c0cdb2ee661cc7e424436c72380da5d0250790ae658ac49d761b567dea88d92157285889d
 WHIRLPOOL 
7947982c2e9eba1481f302da8bf3433156490537c9e7ab1ef8da8d399b3dccec0911253b8973712be77fa89f7eb9451e09b65ffd6cc2ccc6e2bea9fb9f2997f8
+DIST vte-0.47.90.tar.xz 1004556 SHA256 
46c6b8feac65d54de99e3f03b8d395d3e66f22efdba8b80ad6954757ea832784 SHA512 
c36310486b0575b26330879d2ca222ce4ca36af7659ec13113b209a897371da7ce0ff758f2c0fc5a9d42b7fd60caae8603aa564a2a5f58159979e4a9388a688b
 WHIRLPOOL 
5e69b7030edb1f4a9e63129440ae0844dda4dde12e6e3bba603a116b6ecbca4ffcee9dae60762a2caa12a239effd3184dea768d67e87ece5bb05b19ff53eb900

diff --git a/x11-libs/vte/vte-0.47.90.ebuild b/x11-libs/vte/vte-0.47.90.ebuild
new file mode 100644
index 00000000000..dbe48b20e3b
--- /dev/null
+++ b/x11-libs/vte/vte-0.47.90.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.24"
+
+inherit eutils gnome2 vala
+
+DESCRIPTION="Library providing a virtual terminal emulator widget"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE";
+
+LICENSE="LGPL-2+"
+SLOT="2.91"
+IUSE="+crypt debug glade +introspection vala"
+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"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+       >=dev-libs/glib-2.40:2
+       >=dev-libs/libpcre2-10.21
+       >=x11-libs/gtk+-3.8:3[introspection?]
+       >=x11-libs/pango-1.22.0
+
+       sys-libs/ncurses:0=
+       sys-libs/zlib
+
+       crypt?  ( >=net-libs/gnutls-3.2.7 )
+       glade? ( >=dev-util/glade-3.9:3.10 )
+       introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
+"
+DEPEND="${RDEPEND}
+       dev-libs/libxml2
+       >=dev-util/gtk-doc-am-1.13
+       >=dev-util/intltool-0.35
+       sys-devel/gettext
+       virtual/pkgconfig
+
+       vala? ( $(vala_depend) )
+"
+RDEPEND="${RDEPEND}
+       !x11-libs/vte:2.90[glade]
+"
+
+src_prepare() {
+       use vala && vala_src_prepare
+
+       # build fails because of -Werror with gcc-5.x
+       sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
+
+       gnome2_src_prepare
+}
+
+src_configure() {
+       local myconf=""
+
+       if [[ ${CHOST} == *-interix* ]]; then
+               myconf="${myconf} --disable-Bsymbolic"
+
+               # interix stropts.h is empty...
+               export ac_cv_header_stropts_h=no
+       fi
+
+       # Python bindings are via gobject-introspection
+       # Ex: from gi.repository import Vte
+       gnome2_src_configure \
+               --disable-test-application \
+               --disable-static \
+               --with-gtk=3.0 \
+               $(use_enable debug) \
+               $(use_enable glade glade-catalogue) \
+               $(use_with crypt gnutls) \
+               $(use_enable introspection) \
+               $(use_enable vala) \
+               ${myconf}
+}
+
+src_install() {
+       gnome2_src_install
+       mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
+}

Reply via email to