x11-proto/recordproto: Drop old version
authorMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:26:30 +0000 (15:26 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 23 Apr 2018 22:48:02 +0000 (15:48 -0700)
x11-proto/recordproto/Manifest [deleted file]
x11-proto/recordproto/recordproto-1.14.2-r1.ebuild [deleted file]

diff --git a/x11-proto/recordproto/Manifest b/x11-proto/recordproto/Manifest
deleted file mode 100644 (file)
index ed1475e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST recordproto-1.14.2.tar.bz2 123033 BLAKE2B 5f48f4b05ef698edb51252de9e1f305adfed394fc947c34bd329402ab180c88632b52abc95b1be941228a36fea2fd9352fe94ea453a770938d84595ba986c39a SHA512 ab82d966ffacb46c001df15b272ca58f996826dc6f6835d3dc4d385b31c682acacb073a380d61938e2f242bffdabdd9b8f7107cd5ac67cb7aa3a28cc14a8ea02
diff --git a/x11-proto/recordproto/recordproto-1.14.2-r1.ebuild b/x11-proto/recordproto/recordproto-1.14.2-r1.ebuild
deleted file mode 100644 (file)
index 127d1ac..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org Record protocol headers"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="!<x11-libs/libXtst-1.0.99.2"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-       xorg-2_pkg_setup
-
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable doc specs)
-               $(use_with doc xmlto)
-               --without-fop
-       )
-}