aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Francesco <lucas.francesco93 at gmail dot com>2017-04-04 15:40:07 -0300
committerLucas Francesco <lucas.francesco93 at gmail dot com>2017-04-04 15:40:07 -0300
commitf68994cf56dfeaa402e0b710e8ff4b9449a9e0e9 (patch)
treee0dc3f8fd6ac8079b8b8dd15156e8321590f99ee
parentsys-libs/libomp: restore 3.9.1 (diff)
downloadmusl-f68994cf.tar.gz
musl-f68994cf.tar.bz2
musl-f68994cf.zip
Delete unsupported version/remove lidrm from overlay
since 12 Mar 2017 libdrm-2.4.65 got dropped and 2.4.76/2.4.75 works like a charm, so we dont need to keep libdrm patches on the overlay anymore.
-rw-r--r--x11-libs/libdrm/Manifest4
-rw-r--r--x11-libs/libdrm/files/libdrm-2.4.65-add-limits_h.patch26
-rw-r--r--x11-libs/libdrm/libdrm-2.4.65-r99.ebuild64
-rw-r--r--x11-libs/libdrm/metadata.xml12
4 files changed, 0 insertions, 106 deletions
diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
deleted file mode 100644
index cc72c044..00000000
--- a/x11-libs/libdrm/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX libdrm-2.4.65-add-limits_h.patch 716 SHA256 f3a9f8fee736d7981df9f887b37ff03c5f1b9397950c337e899623d7fa7c0dfc SHA512 07710c258c2b665c1a6c8d6cbd4bca1f0c9976f1065d55ba7e31be4c2dd961d88c8d12e0fb4a80d4cd2db8d7d6f98b16977b27e4657b49041df9141de15d9031 WHIRLPOOL 12b7f1ac5afe7b4aee1951627bbeb3bba76fe01bd8dca336736ba0ddf4fb5835b26fd056d8741761c4279fd37d6e171376843acb99d511ac56ec27b769069116
-DIST libdrm-2.4.65.tar.bz2 645877 SHA256 71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4 SHA512 fabbb3ba163aa1307288472c11c6ce8f1e412cbd67ba3135a614f0e05bf4f881bf6ccc581e9cf05a7e2e965817bb71c0b5335263b5c0b0cb85829a0f29a6029d WHIRLPOOL b00d7aed0437ee0f64f60ed59becf41d165c101725cab700345203b2108a2adc9ed95d17acc0dff5706df86c87c13d058991417f42db40dfc523279cc5eb8547
-EBUILD libdrm-2.4.65-r99.ebuild 1860 SHA256 44c389cbf632762144e32942699b4f39bb7d2351a35380c6ace4ca088444d8e9 SHA512 97ea6944bdde30baebe0ab96cda1266f0e3622f4c192ea9bdd3f5bad002abe151b5d0c156c867cfefc7c96688438ecf66b479fdeaf9b608626747bb5c86fd0d6 WHIRLPOOL c4865a7b723aa88726b124d505e937a1bc36b269688f91f8c7bc666cbc9621a59542e4379fddcd8b2cad398d14bcfc33c07307caba484fc154cf19c4f36ce932
-MISC metadata.xml 406 SHA256 4c8d75a84f37733d8e746655b9b809083158de1db8129c2b8e0d2dc4500dbf4c SHA512 703594ef462bb5b76a61d53268c043ad5f9b0febc907e48236f425ad047d931ae7fcc0a433d8b30acd8b6f0582eb0263586010bd95a17c4c383e7d703166b9da WHIRLPOOL 6d09e0a07a60f4a47a7d4ad57c21298f4160baf57576e9eb58ad55e039843ef32fa1ac86ac99c450529bc81339ff369357b25c93e0c4a453d765584339fe62a9
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
deleted file mode 100644
index f6821a5f..00000000
--- a/x11-libs/libdrm/files/libdrm-2.4.65-add-limits_h.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4031dc17bb728850c9b079c8d5f9cc0a379b9d46 Mon Sep 17 00:00:00 2001
-From: Felix Janda <felix.janda@posteo.de>
-Date: Sat, 26 Sep 2015 08:08:43 +0200
-Subject: xf86drm: include <limits.h> for PATH_MAX
-
-fixes compilation error with musl libc and Solaris based platforms.
-
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92082
-Signed-off-by: Felix Janda <felix.janda@posteo.de>
-Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
-
-diff --git a/xf86drm.c b/xf86drm.c
-index a9f5c29..c1cab1b 100644
---- a/xf86drm.c
-+++ b/xf86drm.c
-@@ -45,6 +45,7 @@
- #include <stddef.h>
- #include <fcntl.h>
- #include <errno.h>
-+#include <limits.h>
- #include <signal.h>
- #include <time.h>
- #include <sys/types.h>
---
-cgit v0.10.2
-
diff --git a/x11-libs/libdrm/libdrm-2.4.65-r99.ebuild b/x11-libs/libdrm/libdrm-2.4.65-r99.ebuild
deleted file mode 100644
index 8247c834..00000000
--- a/x11-libs/libdrm/libdrm-2.4.65-r99.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org libdrm library"
-HOMEPAGE="http://dri.freedesktop.org/"
-if [[ ${PV} = 9999* ]]; then
- EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
-else
- SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
-fi
-
-KEYWORDS="amd64 arm ~mips ppc x86"
-VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vmware"
-for card in ${VIDEO_CARDS}; do
- IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
-RESTRICT="test" # see bug #236845
-
-RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
- video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
- abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
- valgrind? ( dev-util/valgrind )"
-
-src_prepare() {
- if [[ ${PV} = 9999* ]]; then
- # tests are restricted, no point in building them
- sed -ie 's/tests //' "${S}"/Makefile.am
- fi
-
- epatch "${FILESDIR}"/${P}-add-limits_h.patch
-
- xorg-2_src_prepare
-}
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- # Udev is only used by tests now.
- --disable-udev
- --disable-cairo-tests
- $(use_enable video_cards_amdgpu amdgpu)
- $(use_enable video_cards_exynos exynos-experimental-api)
- $(use_enable video_cards_freedreno freedreno)
- $(use_enable video_cards_intel intel)
- $(use_enable video_cards_nouveau nouveau)
- $(use_enable video_cards_omap omap-experimental-api)
- $(use_enable video_cards_radeon radeon)
- $(use_enable video_cards_tegra tegra-experimental-api)
- $(use_enable video_cards_vmware vmwgfx)
- $(use_enable libkms)
- # valgrind installs its .pc file to the pkgconfig for the primary arch
- --enable-valgrind=$(usex valgrind auto no)
- )
-
- xorg-2_src_configure
-}
diff --git a/x11-libs/libdrm/metadata.xml b/x11-libs/libdrm/metadata.xml
deleted file mode 100644
index 25fe9f86..00000000
--- a/x11-libs/libdrm/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>x11@gentoo.org</email>
-<name>X11</name>
-</maintainer>
-<use>
-<flag name="libkms">Enable building of libkms, a library for applications to interface with KMS</flag>
-<flag name="valgrind">Compile in valgrind memory hints</flag>
-</use>
-</pkgmetadata>