diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-04-25 18:19:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-04-25 18:19:11 +0000 |
commit | afd4f2af21019162a75a69012f47a8cd7b11d9c0 (patch) | |
tree | 9a369964f33bca0abb4dd997668e2af45d71a572 /x11-libs | |
parent | Add setuptools dependency, bug #467242. Fix compilation in non-unicode locale. (diff) | |
download | gentoo-2-afd4f2af21019162a75a69012f47a8cd7b11d9c0.tar.gz gentoo-2-afd4f2af21019162a75a69012f47a8cd7b11d9c0.tar.bz2 gentoo-2-afd4f2af21019162a75a69012f47a8cd7b11d9c0.zip |
Version bump, drop old
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gnome-pty-helper/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.4.ebuild (renamed from x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.2.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-libs/gnome-pty-helper/ChangeLog b/x11-libs/gnome-pty-helper/ChangeLog index 16d16a3ce6c9..aac39537780e 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.36 2013/04/10 20:22:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/ChangeLog,v 1.37 2013/04/25 18:19:11 pacho Exp $ + +*gnome-pty-helper-0.34.4 (25 Apr 2013) + + 25 Apr 2013; Pacho Ramos <pacho@gentoo.org> +gnome-pty-helper-0.34.4.ebuild, + -gnome-pty-helper-0.32.2.ebuild: + Version bump, drop old 10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gnome-pty-helper-0.34.2.ebuild: Stable for hppa, wrt bug #458984 diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.2.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.4.ebuild index 62275bc8ca21..f24ee837fb6a 100644 --- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.32.2.ebuild +++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.32.2.ebuild,v 1.9 2012/10/28 16:34:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gnome-pty-helper/gnome-pty-helper-0.34.4.ebuild,v 1.1 2013/04/25 18:19:11 pacho Exp $ -EAPI="4" +EAPI="5" GNOME_ORG_MODULE="vte" inherit gnome.org @@ -13,7 +13,7 @@ HOMEPAGE="http://git.gnome.org/browse/vte/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +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 @@ -22,7 +22,7 @@ DEPEND="" S="${WORKDIR}/vte-${PV}/gnome-pty-helper" -pkg_setup() { +src_prepare() { # As recommended by upstream (/usr/libexec/$PN is a setgid binary) if use hardened; then export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}" |