summaryrefslogtreecommitdiff
path: root/x11-proto/xproto
diff options
context:
space:
mode:
Diffstat (limited to 'x11-proto/xproto')
-rw-r--r--x11-proto/xproto/Manifest4
-rw-r--r--x11-proto/xproto/xproto-7.0.31-r1.ebuild2
-rw-r--r--x11-proto/xproto/xproto-7.0.31.ebuild24
3 files changed, 2 insertions, 28 deletions
diff --git a/x11-proto/xproto/Manifest b/x11-proto/xproto/Manifest
index afac84062e35..9296968c3670 100644
--- a/x11-proto/xproto/Manifest
+++ b/x11-proto/xproto/Manifest
@@ -1,4 +1,2 @@
-DIST xproto-7.0.31.tar.bz2 300356 BLAKE2B 08b394c46ca559109771ac134d4408d58085b1f5e90c0862cfdcab4ff0b701058b652326b5a490718a1a9f4e4215f6e4645d92f6c74c922fd968ebef7c45f1f4 SHA512 bba6141525c21fd9a3cf210853658cc7af69f82e1ac15bacfffb9280efc3fe3c6fa708095b541b6f33f114c11e808bde8c8839ae63ff88e30963abdfac12702b
-EBUILD xproto-7.0.31-r1.ebuild 535 BLAKE2B b3a3856e18a4ceb9dff0944d73120b32d34f365ced8258575ef81b48a3a9adeee41cdd4f66842f29c2413e0598b30e6379139c50856dae8d6cf72f1656571c3f SHA512 00433e0b6f173f0675af6abd692cfa5bda05c3eb3ffb8017de1a0235f5feffccf0ddf15bcfeecc1da4a85ff1aabdf3da872e780a05a941d298c03fd726cbdf95
-EBUILD xproto-7.0.31.ebuild 627 BLAKE2B 994a0fd07164262a7c6c2d411a02cff12d2752acadbfc1cd3c2427b7513dd00a9250315b1271cda65baad231e34a673bdb46c95044bf1b9dd9a9ab3734115eea SHA512 aa96b4df3fb96af36e29813f90ea5cf8a80d23bdaf897bcd37c35e1cbc226875008ed91822d4e9cd0b9b71a6e5a2a264b8e1879628ca9c2b48432d3972e0921d
+EBUILD xproto-7.0.31-r1.ebuild 534 BLAKE2B 2f3c5fc2834cf04f640c48573c1f5fe6f2bdcb467c9ac75193b4449d57b9d216675417db116798af1ed277168d0e9f6072c3fc52945b45b8acbc1f2a7a3ec3bb SHA512 3ad797b331f7944ae1fb8dd112392f56e5eaa45d2fcfeb74cb8165a901912f9ef669d44bfa6c677e11ed4c082a9b550d62dd0c37e261b993e64db0cd8cf83dd3
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-proto/xproto/xproto-7.0.31-r1.ebuild b/x11-proto/xproto/xproto-7.0.31-r1.ebuild
index 14920ddd3a8b..cb603833fd2a 100644
--- a/x11-proto/xproto/xproto-7.0.31-r1.ebuild
+++ b/x11-proto/xproto/xproto-7.0.31-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.x.org/wiki/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=""
diff --git a/x11-proto/xproto/xproto-7.0.31.ebuild b/x11-proto/xproto/xproto-7.0.31.ebuild
deleted file mode 100644
index aad6f647d748..000000000000
--- a/x11-proto/xproto/xproto-7.0.31.ebuild
+++ /dev/null
@@ -1,24 +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 xproto protocol headers"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~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
-}