xorg-2.eclass: Drop x11-proto/* support
authorMatt Turner <mattst88@gentoo.org>
Sun, 20 May 2018 17:37:07 +0000 (10:37 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sun, 20 May 2018 17:37:07 +0000 (10:37 -0700)
eclass/xorg-2.eclass

index 98a8df0cd3ad7cce1b3e963b8ed63f885860e72b..9322e1aebce24843d48df13e3b6270666c95647f 100644 (file)
@@ -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