Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkglext/
Date: Sun, 27 Sep 2020 17:52:12
Message-Id: 1601229099.d4572d0ed3af333fdfd9daae7d3fbfa9a8c24bf1.asturm@gentoo
1 commit: d4572d0ed3af333fdfd9daae7d3fbfa9a8c24bf1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 22 15:08:37 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 17:51:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4572d0e
7
8 x11-libs/gtkglext: Drop 1.2.0-r4 and package to unstable
9
10 With ~arch net-misc/anydesk as the only revdep there is no need to put
11 now even more modified version 1.2.0-r5 to stable.
12
13 Bug: https://bugs.gentoo.org/698950
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild | 59 ------------------------------
18 1 file changed, 59 deletions(-)
19
20 diff --git a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild b/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild
21 deleted file mode 100644
22 index b8b0a33c60a..00000000000
23 --- a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild
24 +++ /dev/null
25 @@ -1,59 +0,0 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=6
30 -inherit autotools gnome2 multilib-minimal
31 -
32 -DESCRIPTION="GL extensions for Gtk+ 2.0"
33 -HOMEPAGE="http://gtkglext.sourceforge.net/"
34 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
35 -
36 -LICENSE="GPL-2+ LGPL-2.1+"
37 -SLOT="0"
38 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
39 -IUSE=""
40 -
41 -RDEPEND="
42 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
43 - >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]
44 - >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
45 - >=x11-libs/pangox-compat-0.0.2[${MULTILIB_USEDEP}]
46 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
47 - >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
48 - >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
49 - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
50 -"
51 -DEPEND="${RDEPEND}
52 - dev-util/glib-utils
53 - >=sys-devel/autoconf-archive-2014.02.28
54 - virtual/pkgconfig
55 -"
56 -
57 -src_prepare() {
58 - # Fix build issues with gcc patch from Fedora, bug #649718
59 - eapply "${FILESDIR}"/${P}-gcc8-fixes.patch
60 -
61 - # Ancient configure.in with broken multilib gl detection (bug #543050)
62 - # Backport some configure updates from upstream git master to fix
63 - eapply "${FILESDIR}/${P}-gl-configure.patch"
64 -
65 - mv configure.{in,ac} || die "mv failed"
66 - eautoreconf
67 -
68 - gnome2_src_prepare
69 -}
70 -
71 -multilib_src_configure() {
72 - ECONF_SOURCE=${S} \
73 - gnome2_src_configure \
74 - --disable-static
75 -}
76 -
77 -multilib_src_install() {
78 - gnome2_src_install
79 -}
80 -
81 -multilib_src_install_all() {
82 - local DOCS="AUTHORS ChangeLog* NEWS README TODO"
83 - einstalldocs
84 -}