summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-05-20 10:37:07 -0700
committerMatt Turner <mattst88@gentoo.org>2018-05-20 10:37:07 -0700
commitfc63aaba4c4a72d165890dba01e55c9499f28f3d (patch)
tree21771f1261dda18c9ca7202391db5e3058874b25 /eclass
parentdev-lang/icon: Drop old versions (diff)
downloadgentoo-fc63aaba4c4a72d165890dba01e55c9499f28f3d.tar.gz
gentoo-fc63aaba4c4a72d165890dba01e55c9499f28f3d.tar.bz2
gentoo-fc63aaba4c4a72d165890dba01e55c9499f28f3d.zip
xorg-2.eclass: Drop x11-proto/* support
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 98a8df0cd3ad..9322e1aebce2 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