summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-10-09 09:03:57 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-10-09 09:03:57 +0000
commit7cc97c01619812ecdeeac023021c4e04faccd20d (patch)
treeb6013b41740e3428a7e6d99ab2a969e9b70a0574 /x11-apps/xhost
parentfix POTFILES test breakage (diff)
downloadgentoo-2-7cc97c01619812ecdeeac023021c4e04faccd20d.tar.gz
gentoo-2-7cc97c01619812ecdeeac023021c4e04faccd20d.tar.bz2
gentoo-2-7cc97c01619812ecdeeac023021c4e04faccd20d.zip
Drop old ebuilds.
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r--x11-apps/xhost/ChangeLog5
-rw-r--r--x11-apps/xhost/files/digest-xhost-1.0.13
-rw-r--r--x11-apps/xhost/xhost-1.0.1.ebuild19
3 files changed, 4 insertions, 23 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog
index 6b754c820b6d..63359831e341 100644
--- a/x11-apps/xhost/ChangeLog
+++ b/x11-apps/xhost/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xhost
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.42 2007/09/29 10:12:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.43 2007/10/09 09:03:56 dberkholz Exp $
+
+ 09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; -xhost-1.0.1.ebuild:
+ Drop old ebuilds.
29 Sep 2007; Raúl Porcel <armin76@gentoo.org> xhost-1.0.2.ebuild:
sparc stable wrt #191615
diff --git a/x11-apps/xhost/files/digest-xhost-1.0.1 b/x11-apps/xhost/files/digest-xhost-1.0.1
deleted file mode 100644
index 2f836c724729..000000000000
--- a/x11-apps/xhost/files/digest-xhost-1.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5300c9aafa58878c8f6e85379d5c199c xhost-1.0.1.tar.bz2 90034
-RMD160 d45cd2b6ae8ebe6c0b228acdafe2ff0b1898a1c6 xhost-1.0.1.tar.bz2 90034
-SHA256 b03b8c9a083064c35c2e7b76af2b0c28d756ced17d3c31549300fea057fd3822 xhost-1.0.1.tar.bz2 90034
diff --git a/x11-apps/xhost/xhost-1.0.1.ebuild b/x11-apps/xhost/xhost-1.0.1.ebuild
deleted file mode 100644
index 8fc33b19f312..000000000000
--- a/x11-apps/xhost/xhost-1.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.1.ebuild,v 1.11 2007/02/04 18:33:50 joshuabaergen 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}"
-
-CONFIGURE_OPTIONS="$(use_enable ipv6)"