summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2015-04-26 15:33:40 +0200
committerOle Reifschneider <tranquility@gentoo.org>2015-04-26 15:53:15 +0200
commit7a65b2ad831acd50abc8875738224a10643852e9 (patch)
treea6c87c1bbdbe834499e0890a8fd77223b4973fc5 /x11-libs
parentx11-libs/gtk+: sync deps with gx86 (bug #547710) (diff)
downloadgnome-7a65b2ad831acd50abc8875738224a10643852e9.tar.gz
gnome-7a65b2ad831acd50abc8875738224a10643852e9.tar.bz2
gnome-7a65b2ad831acd50abc8875738224a10643852e9.zip
Bump gnome-pty-helper to 0.40.0
Package-Manager: portage-2.2.14 Manifest-Sign-Key: 7E8B4D42
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gnome-pty-helper/Manifest15
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild33
2 files changed, 48 insertions, 0 deletions
diff --git a/x11-libs/gnome-pty-helper/Manifest b/x11-libs/gnome-pty-helper/Manifest
new file mode 100644
index 00000000..73531695
--- /dev/null
+++ b/x11-libs/gnome-pty-helper/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST vte-0.40.0.tar.xz 923156 SHA256 54d96181626f2641c78e30ccf991ea124b8713646231e52a973dea3adf02d852 SHA512 f7ff28cdefc80e7fa5d876b8cba5d396fd98aa13c21a6cd320ac4042a8747e67ebf7a7c13ddab7bebb6b839231aebcc4fc25be9f0cc6c55859886c7948d4ac79 WHIRLPOOL ccd0241b1a2aa17cc28f26d5eafd1bfaec015983ec67bb1fed55a4bf4a436826ce64dfbfd24bc64a17390c13f61b19d0670a148243f00cfbf171f4ef8d4dd3e7
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJVPOk0AAoJEOnlaGd+i01Ckx8H/20mO5jTGdJcAgvGJ+mCQ7I1
+IBBP3zSQsGL7QULiNi9TkeKi7FtAK6px8H8i4AgTs0CgaHUHo/jEM7AlSKZq2S5y
+gGnK2OqJuNK85VBRpZzK2RcHJM9RrFmcB2i03etrgDOC6uklhNJSqEz9EWb5PQeg
+iKWxyabkb+JPdeqbc7TZmdpbu/XkfUvJV58ndUZLELcGEfJdxfypKqq8aEj6D+KE
+cTj5R/GQq2C1WtokfZqJ8xodwp26toT+5GK06WJNaW/O/FeBd4R+iPpk19MU2BTt
+vLJSs7si6VgdNvHdrDJhIWEA8ERCbDMEGjb6WMsqto2UatqO9pyk3Qvx4PFZcAo=
+=Z9cg
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
new file mode 100644
index 00000000..cedbe5a2
--- /dev/null
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v 1.6 2015/03/29 11:18:51 jer Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME_ORG_MODULE="vte"
+
+inherit gnome2
+
+DESCRIPTION="GNOME Setuid helper for opening ptys"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
+# gnome-pty-helper is inside vte
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="+hardened"
+
+# gnome-pty-helper was spit out with 0.27.90
+RDEPEND="!<x11-libs/vte-0.27.90"
+DEPEND=""
+
+S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
+
+src_prepare() {
+ # As recommended by upstream (/usr/libexec/$PN is a setgid binary)
+ if use hardened; then
+ export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
+ export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
+ fi
+ gnome2_src_prepare
+}