summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-27 09:13:21 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-27 09:13:21 +0000
commitb8eacf1a454eaa427af4f25c2931f65cd6addd15 (patch)
tree0f4dd06873796a832835d177945c0188de55c7d2 /x11-libs
parentdrop old (diff)
downloadgentoo-2-b8eacf1a454eaa427af4f25c2931f65cd6addd15.tar.gz
gentoo-2-b8eacf1a454eaa427af4f25c2931f65cd6addd15.tar.bz2
gentoo-2-b8eacf1a454eaa427af4f25c2931f65cd6addd15.zip
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gnome-pty-helper/ChangeLog6
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.2.ebuild31
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.7.ebuild33
-rw-r--r--x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.8.ebuild33
4 files changed, 5 insertions, 98 deletions
diff --git a/x11-libs/gnome-pty-helper/ChangeLog b/x11-libs/gnome-pty-helper/ChangeLog
index 77725d6b17a8..6180348c7163 100644
--- a/x11-libs/gnome-pty-helper/ChangeLog
+++ b/x11-libs/gnome-pty-helper/ChangeLog
@@ -1,6 +1,10 @@
# 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.55 2014/04/21 10:30:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.56 2014/04/27 09:13:21 pacho Exp $
+
+ 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-pty-helper-0.34.2.ebuild,
+ -gnome-pty-helper-0.34.7.ebuild, -gnome-pty-helper-0.34.8.ebuild:
+ drop old
21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gnome-pty-helper-0.34.9.ebuild:
Stable for arm, wrt bug #507568
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.2.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.2.ebuild
deleted file mode 100644
index 90834fb93f2c..000000000000
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.2.ebuild,v 1.12 2013/04/10 20:22:14 ago Exp $
-
-EAPI="4"
-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
-}
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.7.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.7.ebuild
deleted file mode 100644
index 24a8697233a8..000000000000
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.7.ebuild,v 1.3 2013/10/24 13:25:42 jer 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.34.8.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.8.ebuild
deleted file mode 100644
index bbaecb5bb5ec..000000000000
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.8.ebuild,v 1.1 2013/09/28 20:47:53 pacho 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
-}