Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: x11-libs/libdrm/, x11-libs/libdrm/files/
Date: Tue, 04 Apr 2017 18:46:10
Message-Id: 1491331207.f68994cf56dfeaa402e0b710e8ff4b9449a9e0e9.lluixhi@gentoo
1 commit: f68994cf56dfeaa402e0b710e8ff4b9449a9e0e9
2 Author: Lucas Francesco <lucas.francesco93 at gmail dot <com>
3 AuthorDate: Tue Apr 4 18:40:07 2017 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 4 18:40:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f68994cf
7
8 Delete unsupported version/remove lidrm from overlay
9
10 since 12 Mar 2017 libdrm-2.4.65 got dropped and 2.4.76/2.4.75 works
11 like a charm, so we dont need to keep libdrm patches on the overlay
12 anymore.
13
14 x11-libs/libdrm/Manifest | 4 --
15 .../libdrm/files/libdrm-2.4.65-add-limits_h.patch | 26 ---------
16 x11-libs/libdrm/libdrm-2.4.65-r99.ebuild | 64 ----------------------
17 x11-libs/libdrm/metadata.xml | 12 ----
18 4 files changed, 106 deletions(-)
19
20 diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
21 deleted file mode 100644
22 index cc72c04..0000000
23 --- a/x11-libs/libdrm/Manifest
24 +++ /dev/null
25 @@ -1,4 +0,0 @@
26 -AUX libdrm-2.4.65-add-limits_h.patch 716 SHA256 f3a9f8fee736d7981df9f887b37ff03c5f1b9397950c337e899623d7fa7c0dfc SHA512 07710c258c2b665c1a6c8d6cbd4bca1f0c9976f1065d55ba7e31be4c2dd961d88c8d12e0fb4a80d4cd2db8d7d6f98b16977b27e4657b49041df9141de15d9031 WHIRLPOOL 12b7f1ac5afe7b4aee1951627bbeb3bba76fe01bd8dca336736ba0ddf4fb5835b26fd056d8741761c4279fd37d6e171376843acb99d511ac56ec27b769069116
27 -DIST libdrm-2.4.65.tar.bz2 645877 SHA256 71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4 SHA512 fabbb3ba163aa1307288472c11c6ce8f1e412cbd67ba3135a614f0e05bf4f881bf6ccc581e9cf05a7e2e965817bb71c0b5335263b5c0b0cb85829a0f29a6029d WHIRLPOOL b00d7aed0437ee0f64f60ed59becf41d165c101725cab700345203b2108a2adc9ed95d17acc0dff5706df86c87c13d058991417f42db40dfc523279cc5eb8547
28 -EBUILD libdrm-2.4.65-r99.ebuild 1860 SHA256 44c389cbf632762144e32942699b4f39bb7d2351a35380c6ace4ca088444d8e9 SHA512 97ea6944bdde30baebe0ab96cda1266f0e3622f4c192ea9bdd3f5bad002abe151b5d0c156c867cfefc7c96688438ecf66b479fdeaf9b608626747bb5c86fd0d6 WHIRLPOOL c4865a7b723aa88726b124d505e937a1bc36b269688f91f8c7bc666cbc9621a59542e4379fddcd8b2cad398d14bcfc33c07307caba484fc154cf19c4f36ce932
29 -MISC metadata.xml 406 SHA256 4c8d75a84f37733d8e746655b9b809083158de1db8129c2b8e0d2dc4500dbf4c SHA512 703594ef462bb5b76a61d53268c043ad5f9b0febc907e48236f425ad047d931ae7fcc0a433d8b30acd8b6f0582eb0263586010bd95a17c4c383e7d703166b9da WHIRLPOOL 6d09e0a07a60f4a47a7d4ad57c21298f4160baf57576e9eb58ad55e039843ef32fa1ac86ac99c450529bc81339ff369357b25c93e0c4a453d765584339fe62a9
30
31 diff --git a/x11-libs/libdrm/files/libdrm-2.4.65-add-limits_h.patch b/x11-libs/libdrm/files/libdrm-2.4.65-add-limits_h.patch
32 deleted file mode 100644
33 index f6821a5..0000000
34 --- a/x11-libs/libdrm/files/libdrm-2.4.65-add-limits_h.patch
35 +++ /dev/null
36 @@ -1,26 +0,0 @@
37 -From 4031dc17bb728850c9b079c8d5f9cc0a379b9d46 Mon Sep 17 00:00:00 2001
38 -From: Felix Janda <felix.janda@××××××.de>
39 -Date: Sat, 26 Sep 2015 08:08:43 +0200
40 -Subject: xf86drm: include <limits.h> for PATH_MAX
41 -
42 -fixes compilation error with musl libc and Solaris based platforms.
43 -
44 -Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92082
45 -Signed-off-by: Felix Janda <felix.janda@××××××.de>
46 -Reviewed-by: Emil Velikov <emil.l.velikov@×××××.com>
47 -
48 -diff --git a/xf86drm.c b/xf86drm.c
49 -index a9f5c29..c1cab1b 100644
50 ---- a/xf86drm.c
51 -+++ b/xf86drm.c
52 -@@ -45,6 +45,7 @@
53 - #include <stddef.h>
54 - #include <fcntl.h>
55 - #include <errno.h>
56 -+#include <limits.h>
57 - #include <signal.h>
58 - #include <time.h>
59 - #include <sys/types.h>
60 ---
61 -cgit v0.10.2
62 -
63
64 diff --git a/x11-libs/libdrm/libdrm-2.4.65-r99.ebuild b/x11-libs/libdrm/libdrm-2.4.65-r99.ebuild
65 deleted file mode 100644
66 index 8247c83..0000000
67 --- a/x11-libs/libdrm/libdrm-2.4.65-r99.ebuild
68 +++ /dev/null
69 @@ -1,64 +0,0 @@
70 -# Copyright 1999-2016 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI=5
75 -
76 -XORG_MULTILIB=yes
77 -inherit xorg-2
78 -
79 -DESCRIPTION="X.Org libdrm library"
80 -HOMEPAGE="http://dri.freedesktop.org/"
81 -if [[ ${PV} = 9999* ]]; then
82 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
83 -else
84 - SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
85 -fi
86 -
87 -KEYWORDS="amd64 arm ~mips ppc x86"
88 -VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vmware"
89 -for card in ${VIDEO_CARDS}; do
90 - IUSE_VIDEO_CARDS+=" video_cards_${card}"
91 -done
92 -
93 -IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
94 -RESTRICT="test" # see bug #236845
95 -
96 -RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
97 - video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
98 - abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
99 -DEPEND="${RDEPEND}
100 - valgrind? ( dev-util/valgrind )"
101 -
102 -src_prepare() {
103 - if [[ ${PV} = 9999* ]]; then
104 - # tests are restricted, no point in building them
105 - sed -ie 's/tests //' "${S}"/Makefile.am
106 - fi
107 -
108 - epatch "${FILESDIR}"/${P}-add-limits_h.patch
109 -
110 - xorg-2_src_prepare
111 -}
112 -
113 -src_configure() {
114 - XORG_CONFIGURE_OPTIONS=(
115 - # Udev is only used by tests now.
116 - --disable-udev
117 - --disable-cairo-tests
118 - $(use_enable video_cards_amdgpu amdgpu)
119 - $(use_enable video_cards_exynos exynos-experimental-api)
120 - $(use_enable video_cards_freedreno freedreno)
121 - $(use_enable video_cards_intel intel)
122 - $(use_enable video_cards_nouveau nouveau)
123 - $(use_enable video_cards_omap omap-experimental-api)
124 - $(use_enable video_cards_radeon radeon)
125 - $(use_enable video_cards_tegra tegra-experimental-api)
126 - $(use_enable video_cards_vmware vmwgfx)
127 - $(use_enable libkms)
128 - # valgrind installs its .pc file to the pkgconfig for the primary arch
129 - --enable-valgrind=$(usex valgrind auto no)
130 - )
131 -
132 - xorg-2_src_configure
133 -}
134
135 diff --git a/x11-libs/libdrm/metadata.xml b/x11-libs/libdrm/metadata.xml
136 deleted file mode 100644
137 index 25fe9f8..0000000
138 --- a/x11-libs/libdrm/metadata.xml
139 +++ /dev/null
140 @@ -1,12 +0,0 @@
141 -<?xml version="1.0" encoding="UTF-8"?>
142 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
143 -<pkgmetadata>
144 -<maintainer type="project">
145 -<email>x11@g.o</email>
146 -<name>X11</name>
147 -</maintainer>
148 -<use>
149 -<flag name="libkms">Enable building of libkms, a library for applications to interface with KMS</flag>
150 -<flag name="valgrind">Compile in valgrind memory hints</flag>
151 -</use>
152 -</pkgmetadata>