summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-11 21:54:24 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-11 21:54:24 +0000
commit71be217661ef212b7fc23de1c71cb7a482fa3a81 (patch)
treeec6cd4ce3c98dff54631c228cbf6f3d07edabdae /x11-apps/xhost
parentRemove old. (diff)
downloadgentoo-2-71be217661ef212b7fc23de1c71cb7a482fa3a81.tar.gz
gentoo-2-71be217661ef212b7fc23de1c71cb7a482fa3a81.tar.bz2
gentoo-2-71be217661ef212b7fc23de1c71cb7a482fa3a81.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r--x11-apps/xhost/ChangeLog8
-rw-r--r--x11-apps/xhost/xhost-1.0.4.ebuild21
-rw-r--r--x11-apps/xhost/xhost-1.0.5.ebuild21
3 files changed, 6 insertions, 44 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog
index 4ff3dde4ff62..1c7138eb8734 100644
--- a/x11-apps/xhost/ChangeLog
+++ b/x11-apps/xhost/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xhost
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.85 2014/08/10 20:07:47 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.86 2015/04/11 21:54:24 mrueg Exp $
+
+ 11 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xhost-1.0.4.ebuild,
+ -xhost-1.0.5.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> xhost-1.0.4.ebuild,
xhost-1.0.5.ebuild, xhost-1.0.6.ebuild:
diff --git a/x11-apps/xhost/xhost-1.0.4.ebuild b/x11-apps/xhost/xhost-1.0.4.ebuild
deleted file mode 100644
index 3f3697c95d70..000000000000
--- a/x11-apps/xhost/xhost-1.0.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.4.ebuild,v 1.10 2014/08/10 20:07:47 slyfox Exp $
-
-EAPI=3
-
-inherit xorg-2
-
-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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXau"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable ipv6)"
-}
diff --git a/x11-apps/xhost/xhost-1.0.5.ebuild b/x11-apps/xhost/xhost-1.0.5.ebuild
deleted file mode 100644
index e87172efee3e..000000000000
--- a/x11-apps/xhost/xhost-1.0.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.5.ebuild,v 1.12 2014/08/10 20:07:47 slyfox Exp $
-
-EAPI=4
-
-inherit xorg-2
-
-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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXau"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)"
-}