diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-04-30 10:16:51 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-04-30 10:16:51 +0000 |
commit | 8cd99ae624c3af2eea60f39644b98246a04ca644 (patch) | |
tree | fdbb0e77c8eb63778b7da8139c51ff84c2e5510d /x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild | |
parent | Bump to 0.28.0, add both gtk2 and gtk3 versions (diff) | |
download | historical-8cd99ae624c3af2eea60f39644b98246a04ca644.tar.gz historical-8cd99ae624c3af2eea60f39644b98246a04ca644.tar.bz2 historical-8cd99ae624c3af2eea60f39644b98246a04ca644.zip |
Add gnome-pty-helper, needed for vte-0.28
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild')
-rw-r--r-- | x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild new file mode 100644 index 000000000000..4b594ada338c --- /dev/null +++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.28.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 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.28.0.ebuild,v 1.1 2011/04/30 10:16:51 nirbheek Exp $ + +EAPI="3" +GNOME_ORG_MODULE="vte" + +inherit gnome.org base + +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 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +# 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" |