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 | |
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')
-rw-r--r-- | x11-apps/scripts/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/scripts/scripts-1.0.1-r1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-apps/scripts/ChangeLog b/x11-apps/scripts/ChangeLog index 7242d38eacd9..24cf0cad768c 100644 --- a/x11-apps/scripts/ChangeLog +++ b/x11-apps/scripts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/scripts # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/ChangeLog,v 1.17 2011/01/14 21:35:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/ChangeLog,v 1.18 2011/03/03 22:01:40 abcd Exp $ + +*scripts-1.0.1-r1 (03 Mar 2011) + + 03 Mar 2011; Jonathan Callen <abcd@gentoo.org> +scripts-1.0.1-r1.ebuild: + Revbump to remove xauth_switch_to_sun-des-1 script (does not work on Gentoo) + and add ~x86-linux/~amd64-keywords 14 Jan 2011; Brent Baude <ranger@gentoo.org> scripts-1.0.1.ebuild: stable ppc, bug 342337 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 +} |