summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-04-23 15:26:30 -0700
committerMatt Turner <mattst88@gentoo.org>2018-04-23 15:48:02 -0700
commit47ee1eb022262610c0fce63ff9fa4ed68b1b2530 (patch)
tree5fc4e774c71f794f00b3ba08189d8f464f5333a7
parentx11-proto/randrproto: Drop old version (diff)
downloadgentoo-47ee1eb022262610c0fce63ff9fa4ed68b1b2530.tar.gz
gentoo-47ee1eb022262610c0fce63ff9fa4ed68b1b2530.tar.bz2
gentoo-47ee1eb022262610c0fce63ff9fa4ed68b1b2530.zip
x11-proto/recordproto: Drop old version
-rw-r--r--x11-proto/recordproto/Manifest1
-rw-r--r--x11-proto/recordproto/recordproto-1.14.2-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-proto/recordproto/Manifest b/x11-proto/recordproto/Manifest
deleted file mode 100644
index ed1475e41541..000000000000
--- a/x11-proto/recordproto/Manifest
+++ /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
index 127d1acfa2c0..000000000000
--- a/x11-proto/recordproto/recordproto-1.14.2-r1.ebuild
+++ /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
- )
-}