x11-proto/bigreqsproto: Drop old version
authorMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:19:49 +0000 (15:19 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:47:25 +0000 (15:47 -0700)
x11-proto/bigreqsproto/Manifest [deleted file]
x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild [deleted file]

diff --git a/x11-proto/bigreqsproto/Manifest b/x11-proto/bigreqsproto/Manifest
deleted file mode 100644 (file)
index fec51c6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST bigreqsproto-1.1.2.tar.bz2 113218 BLAKE2B de595169050716e6474366221760845d61110cc4d71bb6b2b0ec7d28a211b4c6ed38e202e84802982f23a85fa140e36d78dda45fa499f5cba9418a39047e2c61 SHA512 9c2f98191169f7bca69601fcea5ddcb45d50b3a6bae087a2d6ee2d83f9729155b23268ad4c46a3cc99162cdacf4c8e3d7f061e58d73237da96f23123444f67d8
diff --git a/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild b/x11-proto/bigreqsproto/bigreqsproto-1.1.2.ebuild
deleted file mode 100644 (file)
index 59da33e..0000000
+++ /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 BigReqs 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
-       )
-}