x11-misc/xclip: Remove xclip

This depends on x11-libs/libXmu which we no longer carry so we can't
build it. Use xsel instead.

BUG=none
TEST=none

Change-Id: I65f31d5d8f1a5ed4343e7c9946fd71f03a850618
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/portage-stable/+/2122773
Tested-by: Raul E Rangel <rrangel@chromium.org>
Auto-Submit: Raul E Rangel <rrangel@chromium.org>
Commit-Queue: Benjamin Gordon <bmgordon@chromium.org>
Reviewed-by: Benjamin Gordon <bmgordon@chromium.org>
diff --git a/x11-misc/xclip/Manifest b/x11-misc/xclip/Manifest
deleted file mode 100644
index 6fcbf03..0000000
--- a/x11-misc/xclip/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xclip-0.13.tar.gz 30461 BLAKE2B e5249c81aceca59f71eeee985ab4a4c9006b6afef98f3f6addd7adc590abea47d3e9df8110ccb6c0c065cf4356a2a2a0866e08604adbac75e3589bb97403aaa0 SHA512 191a86194a1503a47c6641a55855dc4aaa8c2c99d2e6f1d46e727feec85a6639041f37ec2265c05c178c0c7d791d3e88bde89223f879effa878812f078485ed2
diff --git a/x11-misc/xclip/metadata.xml b/x11-misc/xclip/metadata.xml
deleted file mode 100644
index c85f46b..0000000
--- a/x11-misc/xclip/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>desktop-misc@gentoo.org</email>
-    <name>Gentoo Desktop Miscellaneous Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">astrand/xclip</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/x11-misc/xclip/xclip-0.13.ebuild b/x11-misc/xclip/xclip-0.13.ebuild
deleted file mode 100644
index bd99442..0000000
--- a/x11-misc/xclip/xclip-0.13.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Copy data from standard input to X clipboard"
-HOMEPAGE="https://github.com/astrand/xclip"
-SRC_URI="https://github.com/astrand/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="*"
-
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXmu"
-
-DEPEND="
-	${RDEPEND}
-	x11-libs/libXt"
-
-src_prepare() {
-	default
-	eautoreconf
-}