commit: fc63aaba4c4a72d165890dba01e55c9499f28f3d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 17:37:07 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 17:37:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc63aaba
xorg-2.eclass: Drop x11-proto/* support
eclass/xorg-2.eclass | 8 --------
1 file changed, 8 deletions(-)
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 98a8df0cd3a..9322e1aebce 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -87,7 +87,6 @@ if [[ -z ${XORG_MODULE} ]]; then
x11-misc|x11-themes) XORG_MODULE=util/ ;;
x11-base) XORG_MODULE=xserver/ ;;
x11-drivers) XORG_MODULE=driver/ ;;
- x11-proto) XORG_MODULE=proto/ ;;
x11-libs) XORG_MODULE=lib/ ;;
*) XORG_MODULE= ;;
esac
@@ -175,7 +174,6 @@ if [[ ${XORG_STATIC} == yes \
&& ${FONT} != yes \
&& ${CATEGORY} != app-doc \
&& ${CATEGORY} != x11-apps \
- && ${CATEGORY} != x11-proto \
&& ${CATEGORY} != x11-drivers \
&& ${CATEGORY} != media-fonts \
&& ${PN} != util-macros \
@@ -483,12 +481,6 @@ xorg-2_src_install() {
local install_args=( docdir="${EPREFIX}/usr/share/doc/${PF}" )
- if [[ ${CATEGORY} == x11-proto ]]; then
- install_args+=(
- ${PN/proto/}docdir="${EPREFIX}/usr/share/doc/${PF}"
- )
- fi
-
if [[ ${XORG_MULTILIB} == yes ]]; then
autotools-multilib_src_install "${install_args[@]}"
else