summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-04-23 15:28:21 -0700
committerMatt Turner <mattst88@gentoo.org>2018-04-23 15:48:18 -0700
commitd8819e18f83917d7da1d1c15011a4f86eb0b15a2 (patch)
tree304da4f4d142821035678b6c6325e0da3ea0394a /x11-proto
parentx11-proto/videoproto: Drop old version (diff)
downloadgentoo-d8819e18f83917d7da1d1c15011a4f86eb0b15a2.tar.gz
gentoo-d8819e18f83917d7da1d1c15011a4f86eb0b15a2.tar.bz2
gentoo-d8819e18f83917d7da1d1c15011a4f86eb0b15a2.zip
x11-proto/xcmiscproto: Drop old version
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcmiscproto/Manifest1
-rw-r--r--x11-proto/xcmiscproto/xcmiscproto-1.2.2.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-proto/xcmiscproto/Manifest b/x11-proto/xcmiscproto/Manifest
deleted file mode 100644
index 003f7ee1596e..000000000000
--- a/x11-proto/xcmiscproto/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xcmiscproto-1.2.2.tar.bz2 112486 BLAKE2B aede4c96afe54829d1c751a436d3ad7be8858dc1455546e1188cc02e1d7180b0a3de97ce08abdf45e0320e25fa846ab4d5740e5e771987402ad8dbc8ed49b984 SHA512 33060d0f9bba92670fce6e42f5d9094e84b803fd07e61b159aafdbee40a9876b49cf844bc7bae4c628fbb11a6a0883a9ee07041b59290488f1e9dbfe6e5128a8
diff --git a/x11-proto/xcmiscproto/xcmiscproto-1.2.2.ebuild b/x11-proto/xcmiscproto/xcmiscproto-1.2.2.ebuild
deleted file mode 100644
index c76692bc7921..000000000000
--- a/x11-proto/xcmiscproto/xcmiscproto-1.2.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org XCMisc protocol headers"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop
- )
-}