diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-05-01 13:35:33 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-05-01 13:35:33 -0700 |
commit | 3c4d40f9c8b2142242696f19c332ea45d8456792 (patch) | |
tree | 867b25fa4680332444d078b1ca8188de3b33b631 /x11-apps/xhost | |
parent | x11-apps/xfd: Drop old versions (diff) | |
download | gentoo-3c4d40f9c8b2142242696f19c332ea45d8456792.tar.gz gentoo-3c4d40f9c8b2142242696f19c332ea45d8456792.tar.bz2 gentoo-3c4d40f9c8b2142242696f19c332ea45d8456792.zip |
x11-apps/xhost: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r-- | x11-apps/xhost/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.6.ebuild | 20 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.7.ebuild | 20 |
3 files changed, 0 insertions, 42 deletions
diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest index cfd2706eed5f..aae1c0454213 100644 --- a/x11-apps/xhost/Manifest +++ b/x11-apps/xhost/Manifest @@ -1,3 +1 @@ -DIST xhost-1.0.6.tar.bz2 133176 BLAKE2B 8cb649716b93d3bf020e4897f2d6f7f1a0a765c4fb8715b1c128475725bc6822cfe49aebfdc6677c1eccc8510938848dae538f7b4c90282c4b01df0af124fb62 SHA512 4e9b8b5b3a13b995e4f3596b26fa637d5892936090516eef1eb296c257358496ed5ad7b5c1e924003fcc18b6c8d4592f83e515d66a605a895f1d9fdc5d064f1a -DIST xhost-1.0.7.tar.bz2 135767 BLAKE2B 0156640ede491a8a2f1610ca5d68d97e88fa349bcbad39a308aae46d29f7cf8f93a8fee8273ba369484efd9641653e7bcfbd8fb3ec14d9f07b20e4ffd7fd6fd2 SHA512 670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7 DIST xhost-1.0.8.tar.bz2 138539 BLAKE2B f05d58444537431d9dce5e6dccc27bc8116141d66b34b6edb356dbe823898dbb2927f8ad8dc133178efc7e5b399b7b6428883ea7c665577d4b1984300474eabe SHA512 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b diff --git a/x11-apps/xhost/xhost-1.0.6.ebuild b/x11-apps/xhost/xhost-1.0.6.ebuild deleted file mode 100644 index 86f640969db5..000000000000 --- a/x11-apps/xhost/xhost-1.0.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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 ~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() { - XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)" -} diff --git a/x11-apps/xhost/xhost-1.0.7.ebuild b/x11-apps/xhost/xhost-1.0.7.ebuild deleted file mode 100644 index 4c21e454f218..000000000000 --- a/x11-apps/xhost/xhost-1.0.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="Controls host and/or user access to a running X server" - -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~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() { - XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)" -} |