Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeglut/, media-libs/freeglut/files/
Date: Sun, 28 Jul 2019 22:52:51
Message-Id: 1564354357.6e06d59debd88912c6cca477b78e7b2ee7dd26ab.mattst88@gentoo
1 commit: 6e06d59debd88912c6cca477b78e7b2ee7dd26ab
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 28 22:42:35 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 28 22:52:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e06d59d
7
8 media-libs/freeglut: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/freeglut/Manifest | 1 -
13 .../files/freeglut-2.4.0-bsd-usb-joystick.patch | 16 -----------
14 media-libs/freeglut/freeglut-2.8.1-r1.ebuild | 33 ----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/media-libs/freeglut/Manifest b/media-libs/freeglut/Manifest
18 index 4fca9a17f39..c7cddf1667c 100644
19 --- a/media-libs/freeglut/Manifest
20 +++ b/media-libs/freeglut/Manifest
21 @@ -1,2 +1 @@
22 -DIST freeglut-2.8.1.tar.gz 1005343 BLAKE2B d830f6d19659ba6bbe60fc9c981ae16582de8d90e05d58bcaee43133b7699a5f0b2507a777c11c5fcdb730b17c394dd6fc562d5e857024d99d4feb2130ff7cde SHA512 935fddfa197c5f0ec74c5f2005fe5a0ebfd39f4a402cc79363da7cfe2e8576263130e44bd7e4f6c07ea53d3137bd7ca8ee8db85c0a09f25508fcf1b9ed07052e
23 DIST freeglut-3.0.0.tar.gz 419095 BLAKE2B 6065044fb2816ddfebd363189cdb897e00fa433d79c09f5a705b80ff730e1312158ed5db8d7a2cbfc2ddac0d0a9400300c5c245d967c33c937da11303fc316de SHA512 9c45d5b203b26a7ff92331b3e080a48e806c92fbbe7c65d9262dd18c39cd6efdad8a795a80f499a2d23df84b4909dbd7c1bab20d7dd3555d3d88782ce9dd15b0
24
25 diff --git a/media-libs/freeglut/files/freeglut-2.4.0-bsd-usb-joystick.patch b/media-libs/freeglut/files/freeglut-2.4.0-bsd-usb-joystick.patch
26 deleted file mode 100644
27 index 08aa1326ebc..00000000000
28 --- a/media-libs/freeglut/files/freeglut-2.4.0-bsd-usb-joystick.patch
29 +++ /dev/null
30 @@ -1,16 +0,0 @@
31 -We disable BSD usb joystick support until upstream has a better support for it
32 -so that it can at least build. For now it builds but does not link to libusbhid
33 -so that libglut.so has undefined references to hid_* symbols and causes linking
34 -errors later on in the build process.
35 -
36 ---- freeglut-2.4.0/src/freeglut_joystick.c.old 2008-08-08 15:26:15 +0000
37 -+++ freeglut-2.4.0/src/freeglut_joystick.c 2008-08-08 15:26:32 +0000
38 -@@ -78,7 +78,7 @@
39 - # include <errno.h>
40 - # if defined(__FreeBSD__) || defined(__NetBSD__)
41 - /* XXX The below hack is done until freeglut's autoconf is updated. */
42 --# define HAVE_USB_JS 1
43 -+# undef HAVE_USB_JS
44 -
45 - # if defined(__FreeBSD__) && __FreeBSD_version >= 500000
46 - # include <sys/joystick.h>
47
48 diff --git a/media-libs/freeglut/freeglut-2.8.1-r1.ebuild b/media-libs/freeglut/freeglut-2.8.1-r1.ebuild
49 deleted file mode 100644
50 index ddd46e1ea7d..00000000000
51 --- a/media-libs/freeglut/freeglut-2.8.1-r1.ebuild
52 +++ /dev/null
53 @@ -1,33 +0,0 @@
54 -# Copyright 1999-2018 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -inherit autotools-multilib
59 -
60 -DESCRIPTION="Completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library"
61 -HOMEPAGE="http://freeglut.sourceforge.net/"
62 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
63 -
64 -LICENSE="MIT"
65 -SLOT="0"
66 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
67 -IUSE="debug static-libs"
68 -
69 -RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
70 - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
71 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
72 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
73 - >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
74 - >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
75 - >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]"
76 -DEPEND="${RDEPEND}
77 - virtual/pkgconfig
78 - x11-base/xorg-proto"
79 -
80 -PATCHES=(
81 - # Please read the comments in the patch before thinking about dropping it
82 - # yet again...
83 - "${FILESDIR}"/${PN}-2.4.0-bsd-usb-joystick.patch
84 -)
85 -
86 -HTML_DOCS=( doc/. )