Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gnome-pty-helper: gnome-pty-helper-0.36.3.ebuild ChangeLog gnome-pty-helper-0.36.0.ebuild
Date: Thu, 26 Jun 2014 09:39:26
Message-Id: 20140626093922.BE7B22004E@flycatcher.gentoo.org
1 pacho 14/06/26 09:39:22
2
3 Modified: ChangeLog
4 Added: gnome-pty-helper-0.36.3.ebuild
5 Removed: gnome-pty-helper-0.36.0.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.59 x11-libs/gnome-pty-helper/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog?rev=1.59&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog?rev=1.59&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog?r1=1.58&r2=1.59
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v
21 retrieving revision 1.58
22 retrieving revision 1.59
23 diff -u -r1.58 -r1.59
24 --- ChangeLog 31 May 2014 09:13:38 -0000 1.58
25 +++ ChangeLog 26 Jun 2014 09:39:22 -0000 1.59
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/gnome-pty-helper
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.58 2014/05/31 09:13:38 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.59 2014/06/26 09:39:22 pacho Exp $
31 +
32 +*gnome-pty-helper-0.36.3 (26 Jun 2014)
33 +
34 + 26 Jun 2014; Pacho Ramos <pacho@g.o> +gnome-pty-helper-0.36.3.ebuild,
35 + -gnome-pty-helper-0.36.0.ebuild:
36 + Version bump, drop old
37
38 *gnome-pty-helper-0.36.2 (31 May 2014)
39
40
41
42
43 1.1 x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-pty-helper-0.36.3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.3.ebuild,v 1.1 2014/06/26 09:39:22 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME_ORG_MODULE="vte"
57
58 inherit gnome2
59
60 DESCRIPTION="GNOME Setuid helper for opening ptys"
61 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
62 # gnome-pty-helper is inside vte
63
64 LICENSE="LGPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
67 IUSE="+hardened"
68
69 # gnome-pty-helper was spit out with 0.27.90
70 RDEPEND="!<x11-libs/vte-0.27.90"
71 DEPEND=""
72
73 S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
74
75 src_prepare() {
76 # As recommended by upstream (/usr/libexec/$PN is a setgid binary)
77 if use hardened; then
78 export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
79 export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"
80 fi
81 gnome2_src_prepare
82 }