diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-10 22:42:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-10 22:42:46 +0000 |
commit | 1ee00d3edfe07c15c0d9ef3914998edc2901f17d (patch) | |
tree | 2b4a5555433336e1704e8d05c423803693792f93 /x11-apps/xhost | |
parent | Version bump. (diff) | |
download | historical-1ee00d3edfe07c15c0d9ef3914998edc2901f17d.tar.gz historical-1ee00d3edfe07c15c0d9ef3914998edc2901f17d.tar.bz2 historical-1ee00d3edfe07c15c0d9ef3914998edc2901f17d.zip |
rm
Package-Manager: portage-2.2_rc78/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r-- | x11-apps/xhost/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.2.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 5527c2218da4..76ee0f33739e 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.54 2010/02/25 07:12:23 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.55 2010/09/10 22:38:32 scarabeus Exp $ + + 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xhost-1.0.2.ebuild: + rm 25 Feb 2010; Jonathan Callen <abcd@gentoo.org> xhost-1.0.3.ebuild: Transfer prefix keywords (no other changes) diff --git a/x11-apps/xhost/xhost-1.0.2.ebuild b/x11-apps/xhost/xhost-1.0.2.ebuild deleted file mode 100644 index 87c583892fd1..000000000000 --- a/x11-apps/xhost/xhost-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild,v 1.12 2009/05/04 15:04:28 ssuominen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Controls host and/or user access to a running X server." - -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu" -DEPEND="${RDEPEND}" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable ipv6)" -} |