diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-06-09 11:38:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-06-09 11:40:23 -0700 |
commit | b3ab5f814a1b20234deab5d417324fb8c323bf29 (patch) | |
tree | 76609aca4b0c1d5a10da210ad46d993defbdcb2d /x11-apps | |
parent | dev-libs/libgpg-error: fix build on platforms with non-bash /bin/sh (diff) | |
download | gentoo-b3ab5f814a1b20234deab5d417324fb8c323bf29.tar.gz gentoo-b3ab5f814a1b20234deab5d417324fb8c323bf29.tar.bz2 gentoo-b3ab5f814a1b20234deab5d417324fb8c323bf29.zip |
x11-apps/xtrap: Remove
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xtrap/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xtrap/metadata.xml | 8 | ||||
-rw-r--r-- | x11-apps/xtrap/xtrap-1.0.3.ebuild | 14 |
3 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xtrap/Manifest b/x11-apps/xtrap/Manifest deleted file mode 100644 index bc406424fcb6..000000000000 --- a/x11-apps/xtrap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xtrap-1.0.3.tar.bz2 134065 BLAKE2B f0e67ff4436a2c7eafd2ed4e6fe5c1d41dbd397918cbffa81587c4b3276c206cc4b9e4e889d50588ffb2dd1b029f04304acf1f34c27b1dccc52c61342ed5be91 SHA512 cdb205859a96a64ede8ce1df119c318e5b6d35107425996c18be0ec56a6287a0564d768f93012f301cb91d517f67261de5c76441c0bfb796cc0190799aaf6c2f diff --git a/x11-apps/xtrap/metadata.xml b/x11-apps/xtrap/metadata.xml deleted file mode 100644 index e943b72b8a48..000000000000 --- a/x11-apps/xtrap/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>x11@gentoo.org</email> - <name>X11</name> -</maintainer> -</pkgmetadata> diff --git a/x11-apps/xtrap/xtrap-1.0.3.ebuild b/x11-apps/xtrap/xtrap-1.0.3.ebuild deleted file mode 100644 index ddd13d4ff23e..000000000000 --- a/x11-apps/xtrap/xtrap-1.0.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -inherit xorg-2 - -DESCRIPTION="X.Org xtrap application" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh ~sparc x86" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXTrap" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |