Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glew/
Date: Mon, 01 Oct 2018 20:55:31
Message-Id: 1538427288.6e0a545f102297caffcab70ddd4902486c67245f.asturm@gentoo
1 commit: 6e0a545f102297caffcab70ddd4902486c67245f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 17:38:29 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 20:54:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0a545f
7
8 media-libs/glew: Drop 2.0.0, 1.10.0-r2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-libs/glew/Manifest | 1 -
14 media-libs/glew/glew-1.10.0-r2.ebuild | 87 -----------------------------
15 media-libs/glew/glew-2.0.0.ebuild | 100 ----------------------------------
16 3 files changed, 188 deletions(-)
17
18 diff --git a/media-libs/glew/Manifest b/media-libs/glew/Manifest
19 index 8838d2db0e9..f633236efe2 100644
20 --- a/media-libs/glew/Manifest
21 +++ b/media-libs/glew/Manifest
22 @@ -1,5 +1,4 @@
23 DIST glew-1.10.0.tgz 567605 BLAKE2B 18e2b3a4d60b69def1e68778554b43b85c69914daa20b8a64adb2e807df391a2eaff9c6cb2a3c46e5bbbf004655561ae4d2cd8a2fb883a2754f23564993a61b2 SHA512 0c998fda9fe01c9296a3453966c0449c9968f4f5f989065ca65f0da3830ae8d805699d0ee0362c3b18765420222ba18842b9db20986212afceb36c971ae1bdca
24 DIST glew-1.13.0.tgz 616070 BLAKE2B 73a1fa4f3a49a072c7c23c2976775521c85afe4aec7fad6d91d9e3b4df380b37f5410d3e9b2dd31ac903b6d805635e2e1c3db79d6d4864606bf721304cf00379 SHA512 8fc8d7c0d2cd9235ea51db9972f492701827bff40642fdb3cc54c10b0737dba8e6d8d0dcd8c5aa5bfaaae39c6198ba3d4292cd1662fbe1977eb9a5d187ba635f
25 DIST glew-1.6.0.tgz 494713 BLAKE2B 17e47092e2eefcad79220232b3aeaf856541f5024bdaa65be866dd7d63ef19ad88b389dd13c2ccf9bafd175d00d18ae94185f890a3d12d61b2445f7fa9d6ba58 SHA512 5b8ca9e97d01d49fde591b0c55683620e0a6ddfaf5e93e03536e6217bbb548adfcd4e945a39ed3cfddac3f239b3272be1b3491f4071689d02c4bfb7e0ec44904
26 -DIST glew-2.0.0.tgz 667340 BLAKE2B e44fc13a222d613e2cad4717dce24a86941e7ef60331a4c18ac6aeeea09dd51fd3d1f40ec3a77341158911c26ff2c45eaf2df8e002fafda145ae6e89fae6c440 SHA512 e9bcd5f19a4495ce6511dfd76e64b4e4d958603c513ee9063eb9fe24fc6e0413f168620661230f1baef558f2f907cef7fe7ab2bdf957a6f7bda5fe96e9319c6a
27 DIST glew-2.1.0.tgz 764073 BLAKE2B 081fb49ef286681657409f950fa03b97210dac3f90197b792d9128a2b9fa271181c9e64422a867b531683ab23010cfeb2f519adc32355839b67bf41934578fb3 SHA512 9a9b4d81482ccaac4b476c34ed537585ae754a82ebb51c3efa16d953c25cc3931be46ed2e49e79c730cd8afc6a1b78c97d52cd714044a339c3bc29734cd4d2ab
28
29 diff --git a/media-libs/glew/glew-1.10.0-r2.ebuild b/media-libs/glew/glew-1.10.0-r2.ebuild
30 deleted file mode 100644
31 index 187ff99392b..00000000000
32 --- a/media-libs/glew/glew-1.10.0-r2.ebuild
33 +++ /dev/null
34 @@ -1,87 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit multilib multilib-minimal toolchain-funcs versionator
40 -
41 -DESCRIPTION="The OpenGL Extension Wrangler Library"
42 -HOMEPAGE="http://glew.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
44 -
45 -LICENSE="BSD MIT"
46 -SLOT="0/$(get_version_component_range 1-2)"
47 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
48 -IUSE="doc static-libs"
49 -
50 -RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
51 - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
52 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
53 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
54 - >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
55 - >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]"
56 -DEPEND="${RDEPEND}"
57 -
58 -src_prepare() {
59 - sed -i \
60 - -e '/INSTALL/s:-s::' \
61 - -e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
62 - -e '/^.PHONY: .*\.pc$/d' \
63 - Makefile || die
64 -
65 - if ! use static-libs ; then
66 - sed -i \
67 - -e '/glew.lib:/s|lib/$(LIB.STATIC) ||' \
68 - -e '/glew.lib.mx:/s|lib/$(LIB.STATIC.MX) ||' \
69 - -e '/INSTALL.*LIB.STATIC/d' \
70 - Makefile || die
71 - fi
72 -
73 - # don't do stupid Solaris specific stuff that won't work in Prefix
74 - cp config/Makefile.linux config/Makefile.solaris || die
75 - # and let freebsd be built as on linux too
76 - cp config/Makefile.linux config/Makefile.freebsd || die
77 -
78 - multilib_copy_sources
79 -}
80 -
81 -glew_system() {
82 - # Set the SYSTEM variable instead of probing. #523444 #595280
83 - case ${CHOST} in
84 - *linux*) echo "linux" ;;
85 - *-freebsd*) echo "freebsd" ;;
86 - *-darwin*) echo "darwin" ;;
87 - *-solaris*) echo "solaris" ;;
88 - mingw*|*-mingw*) echo "mingw" ;;
89 - *) die "Unknown system ${CHOST}" ;;
90 - esac
91 -}
92 -
93 -set_opts() {
94 - myglewopts=(
95 - AR="$(tc-getAR)"
96 - STRIP=true
97 - CC="$(tc-getCC)"
98 - LD="$(tc-getCC) ${LDFLAGS}"
99 - SYSTEM="$(glew_system)"
100 - M_ARCH=""
101 - LDFLAGS.EXTRA=""
102 - POPT="${CFLAGS}"
103 - )
104 -}
105 -
106 -multilib_src_compile() {
107 - set_opts
108 - emake GLEW_DEST="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" "${myglewopts[@]}"
109 -}
110 -
111 -multilib_src_install() {
112 - set_opts
113 - emake \
114 - GLEW_DEST="${ED}/usr" \
115 - LIBDIR="${ED}/usr/$(get_libdir)" \
116 - "${myglewopts[@]}" \
117 - install.all
118 -
119 - dodoc TODO.txt
120 - use doc && dohtml doc/*
121 -}
122
123 diff --git a/media-libs/glew/glew-2.0.0.ebuild b/media-libs/glew/glew-2.0.0.ebuild
124 deleted file mode 100644
125 index cff2091e2d3..00000000000
126 --- a/media-libs/glew/glew-2.0.0.ebuild
127 +++ /dev/null
128 @@ -1,100 +0,0 @@
129 -# Copyright 1999-2017 Gentoo Foundation
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=6
133 -
134 -inherit multilib-minimal toolchain-funcs versionator
135 -
136 -DESCRIPTION="The OpenGL Extension Wrangler Library"
137 -HOMEPAGE="http://glew.sourceforge.net/"
138 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
139 -
140 -LICENSE="BSD MIT"
141 -SLOT="0/$(get_version_component_range 1-2)"
142 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
143 -IUSE="doc static-libs"
144 -
145 -DEPEND="
146 - >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
147 - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
148 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
149 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
150 - >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
151 - >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
152 -"
153 -RDEPEND="${DEPEND}"
154 -
155 -src_prepare() {
156 - local PATCHES=( "${FILESDIR}"/${P}-install-headers.patch )
157 -
158 - sed -i \
159 - -e '/INSTALL/s:-s::' \
160 - -e '/$(CC) $(CFLAGS) -o/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \
161 - -e '/^.PHONY: .*\.pc$/d' \
162 - Makefile || die
163 -
164 - if ! use static-libs ; then
165 - sed -i \
166 - -e '/glew.lib:/s|lib/$(LIB.STATIC) ||' \
167 - -e '/glew.lib.mx:/s|lib/$(LIB.STATIC.MX) ||' \
168 - -e '/INSTALL.*LIB.STATIC/d' \
169 - Makefile || die
170 - fi
171 -
172 - # don't do stupid Solaris specific stuff that won't work in Prefix
173 - cp config/Makefile.linux config/Makefile.solaris || die
174 - # and let freebsd be built as on linux too
175 - cp config/Makefile.linux config/Makefile.freebsd || die
176 -
177 - default
178 - multilib_copy_sources
179 -}
180 -
181 -glew_system() {
182 - # Set the SYSTEM variable instead of probing. #523444 #595280
183 - case ${CHOST} in
184 - *linux*) echo "linux" ;;
185 - *-freebsd*) echo "freebsd" ;;
186 - *-darwin*) echo "darwin" ;;
187 - *-solaris*) echo "solaris" ;;
188 - mingw*|*-mingw*) echo "mingw" ;;
189 - *) die "Unknown system ${CHOST}" ;;
190 - esac
191 -}
192 -
193 -set_opts() {
194 - myglewopts=(
195 - AR="$(tc-getAR)"
196 - STRIP=true
197 - CC="$(tc-getCC)"
198 - LD="$(tc-getCC) ${LDFLAGS}"
199 - SYSTEM="$(glew_system)"
200 - M_ARCH=""
201 - LDFLAGS.EXTRA=""
202 - POPT="${CFLAGS}"
203 - )
204 -}
205 -
206 -multilib_src_compile() {
207 - set_opts
208 - emake \
209 - GLEW_DEST="${EPREFIX}/usr" \
210 - LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
211 - "${myglewopts[@]}"
212 -}
213 -
214 -multilib_src_install() {
215 - set_opts
216 - emake \
217 - GLEW_DEST="${ED}/usr" \
218 - LIBDIR="${ED}/usr/$(get_libdir)" \
219 - PKGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
220 - "${myglewopts[@]}" \
221 - install.all
222 -
223 - dodoc README.md
224 - if use doc; then
225 - docinto html
226 - dodoc doc/*
227 - fi
228 -}