aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2018-03-18 10:53:54 -0700
committerSteve Arnold <nerdboy@gentoo.org>2018-03-18 10:53:54 -0700
commit30344a407405183b372eb32da911dc109be46ca4 (patch)
tree1cb92403316015a5d9ab170aaa6363134cd209f9
parentsys-kernel/armv7multi-sources: update to 4.14.20 and remove cruft (diff)
downloadarm-30344a407405183b372eb32da911dc109be46ca4.tar.gz
arm-30344a407405183b372eb32da911dc109be46ca4.tar.bz2
arm-30344a407405183b372eb32da911dc109be46ca4.zip
x11-proto: remove crufty git versions of X11 headers
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
-rw-r--r--x11-proto/fontsproto/fontsproto-9999.ebuild27
-rw-r--r--x11-proto/randrproto/randrproto-9999.ebuild20
-rw-r--r--x11-proto/xproto/xproto-9999.ebuild27
3 files changed, 0 insertions, 74 deletions
diff --git a/x11-proto/fontsproto/fontsproto-9999.ebuild b/x11-proto/fontsproto/fontsproto-9999.ebuild
deleted file mode 100644
index 8119628..0000000
--- a/x11-proto/fontsproto/fontsproto-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $
-
-EAPI=5
-
-EGIT_REPO_URI="http://anongit.freedesktop.org/git/xorg/proto/${PN}.git"
-
-XORG_DOC=doc
-inherit xorg-2 git-r3
-
-DESCRIPTION="X.Org Fonts protocol headers"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop
- )
- xorg-2_src_configure
-}
diff --git a/x11-proto/randrproto/randrproto-9999.ebuild b/x11-proto/randrproto/randrproto-9999.ebuild
deleted file mode 100644
index 81f9b15..0000000
--- a/x11-proto/randrproto/randrproto-9999.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-XORG_MULTILIB=yes
-
-inherit xorg-2 git-2
-
-EGIT_REPO_URI="http://anongit.freedesktop.org/git/xorg/proto/randrproto.git"
-
-DESCRIPTION="X.Org Randr protocol headers"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
diff --git a/x11-proto/xproto/xproto-9999.ebuild b/x11-proto/xproto/xproto-9999.ebuild
deleted file mode 100644
index 77744eb..0000000
--- a/x11-proto/xproto/xproto-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_REPO_URI="http://anongit.freedesktop.org/git/xorg/proto/${PN}.git"
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2 git-r3
-
-DESCRIPTION="X.Org xproto protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc specs)
- $(use_with doc xmlto)
- --without-fop
- )
- xorg-2_src_configure
-}