summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-03-28 22:23:25 +0000
committerPacho Ramos <pacho@gentoo.org>2013-03-28 22:23:25 +0000
commit1db0e3ed640420fb6ef245ba022aa15d19d55521 (patch)
treedb5047c39219538a65d44d3923a9f15201bd51ab /x11-libs/gnome-pty-helper
parentStable for ia64, wrt bug #458994 (diff)
downloadgentoo-2-1db0e3ed640420fb6ef245ba022aa15d19d55521.tar.gz
gentoo-2-1db0e3ed640420fb6ef245ba022aa15d19d55521.tar.bz2
gentoo-2-1db0e3ed640420fb6ef245ba022aa15d19d55521.zip
Version bump for Gnome 3.8
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gnome-pty-helper')
-rw-r--r--x11-libs/gnome-pty-helper/ChangeLog7
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.3.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/x11-libs/gnome-pty-helper/ChangeLog b/x11-libs/gnome-pty-helper/ChangeLog
index e7adba9f3b51..fb9eae86bab6 100644
--- a/x11-libs/gnome-pty-helper/ChangeLog
+++ b/x11-libs/gnome-pty-helper/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/gnome-pty-helper
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.29 2013/03/28 16:02:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.30 2013/03/28 22:23:25 pacho Exp $
+
+*gnome-pty-helper-0.34.3 (28 Mar 2013)
+
+ 28 Mar 2013; Pacho Ramos <pacho@gentoo.org> +gnome-pty-helper-0.34.3.ebuild:
+ Version bump for Gnome 3.8
28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gnome-pty-helper-0.34.2.ebuild:
Stable for arm, wrt bug #458984
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.3.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.3.ebuild
new file mode 100644
index 000000000000..5e1eaebffaa5
--- /dev/null
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 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.34.3.ebuild,v 1.1 2013/03/28 22:23:25 pacho Exp $
+
+EAPI="5"
+GNOME_ORG_MODULE="vte"
+
+inherit gnome.org
+
+DESCRIPTION="GNOME Setuid helper for opening ptys"
+HOMEPAGE="http://git.gnome.org/browse/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
+}