diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-10 22:38:32 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-10 22:38:32 +0000 |
commit | 22ad8d2ae4e568ddfd058f4cc6b73cc686c160bf (patch) | |
tree | 9140fe8a44362b84313f90d63bad94cc8d630111 /x11-apps/xhost | |
parent | rm (diff) | |
download | gentoo-2-22ad8d2ae4e568ddfd058f4cc6b73cc686c160bf.tar.gz gentoo-2-22ad8d2ae4e568ddfd058f4cc6b73cc686c160bf.tar.bz2 gentoo-2-22ad8d2ae4e568ddfd058f4cc6b73cc686c160bf.zip |
rm
(Portage version: 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)" -} |