diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-03-03 22:01:40 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-03-03 22:01:40 +0000 |
commit | 9551f326fbc1ef319396905c7ef6fdcf179607f7 (patch) | |
tree | 975a499e743de2e079be205518b18e2d8a39328f /x11-apps/scripts/scripts-1.0.1-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-9551f326fbc1ef319396905c7ef6fdcf179607f7.tar.gz gentoo-2-9551f326fbc1ef319396905c7ef6fdcf179607f7.tar.bz2 gentoo-2-9551f326fbc1ef319396905c7ef6fdcf179607f7.zip |
Revbump to remove xauth_switch_to_sun-des-1 script (does not work on Gentoo) and add ~x86-linux/~amd64-keywords
(Portage version: 2.2.0_alpha23_p5/cvs/Linux i686)
Diffstat (limited to 'x11-apps/scripts/scripts-1.0.1-r1.ebuild')
-rw-r--r-- | x11-apps/scripts/scripts-1.0.1-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/scripts/scripts-1.0.1-r1.ebuild b/x11-apps/scripts/scripts-1.0.1-r1.ebuild new file mode 100644 index 000000000000..5f36972e9b96 --- /dev/null +++ b/x11-apps/scripts/scripts-1.0.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/scripts-1.0.1-r1.ebuild,v 1.1 2011/03/03 22:01:40 abcd Exp $ + +EAPI=3 + +XORG_STATIC="no" +inherit xorg-2 + +DESCRIPTION="start an X program on a remote machine" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" + +src_install() { + xorg-2_src_install + + # Requires ksh, assumes hostname(1) is in /usr/bin + rm "${ED}"/usr/bin/xauth_switch_to_sun-des-1 +} |