summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-26 13:10:58 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-26 13:10:58 +0000
commit89683f0c3f8924b8094b77378cf6af8d3bab6813 (patch)
tree23d48f417d5791c12f6c305c14e48fadb3c4fbea /x11-libs
parentRemove old. (diff)
downloadgentoo-2-89683f0c3f8924b8094b77378cf6af8d3bab6813.tar.gz
gentoo-2-89683f0c3f8924b8094b77378cf6af8d3bab6813.tar.bz2
gentoo-2-89683f0c3f8924b8094b77378cf6af8d3bab6813.zip
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gnome-pty-helper/ChangeLog10
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.9.ebuild33
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild (renamed from x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.2.ebuild)4
3 files changed, 10 insertions, 37 deletions
diff --git a/x11-libs/gnome-pty-helper/ChangeLog b/x11-libs/gnome-pty-helper/ChangeLog
index 70d7bde540ef..50834702af14 100644
--- a/x11-libs/gnome-pty-helper/ChangeLog
+++ b/x11-libs/gnome-pty-helper/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/gnome-pty-helper
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.69 2014/12/15 23:20:00 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.70 2015/01/26 13:10:57 pacho Exp $
+
+*gnome-pty-helper-0.38.3 (26 Jan 2015)
+
+ 26 Jan 2015; Pacho Ramos <pacho@gentoo.org> +gnome-pty-helper-0.38.3.ebuild,
+ -gnome-pty-helper-0.34.9.ebuild, -gnome-pty-helper-0.36.2.ebuild:
+ Version bump, drop old
*gnome-pty-helper-0.38.2 (15 Dec 2014)
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.9.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.9.ebuild
deleted file mode 100644
index 18b4f496018d..000000000000
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 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.9.ebuild,v 1.12 2014/04/21 10:30:26 ago Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_ORG_MODULE="vte"
-
-inherit gnome2
-
-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
- gnome2_src_prepare
-}
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.2.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild
index 8ec422f8969e..4b2aaeaee259 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.36.2.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.36.2.ebuild,v 1.1 2014/05/31 09:13:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.38.3.ebuild,v 1.1 2015/01/26 13:10:57 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"