summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-22 17:08:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-27 19:51:39 +0200
commitd4572d0ed3af333fdfd9daae7d3fbfa9a8c24bf1 (patch)
tree6d29ff05bf21456ae40bef033457b9133f058f7d
parentx11-libs/gtkglext: Drop x11-libs/pangox-compat dependency (diff)
downloadgentoo-d4572d0ed3af333fdfd9daae7d3fbfa9a8c24bf1.tar.gz
gentoo-d4572d0ed3af333fdfd9daae7d3fbfa9a8c24bf1.tar.bz2
gentoo-d4572d0ed3af333fdfd9daae7d3fbfa9a8c24bf1.zip
x11-libs/gtkglext: Drop 1.2.0-r4 and package to unstable
With ~arch net-misc/anydesk as the only revdep there is no need to put now even more modified version 1.2.0-r5 to stable. Bug: https://bugs.gentoo.org/698950 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild b/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild
deleted file mode 100644
index b8b0a33c60ab..000000000000
--- a/x11-libs/gtkglext/gtkglext-1.2.0-r4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2 multilib-minimal
-
-DESCRIPTION="GL extensions for Gtk+ 2.0"
-HOMEPAGE="http://gtkglext.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]
- >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
- >=x11-libs/pangox-compat-0.0.2[${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}]
- >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
- >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-util/glib-utils
- >=sys-devel/autoconf-archive-2014.02.28
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Fix build issues with gcc patch from Fedora, bug #649718
- eapply "${FILESDIR}"/${P}-gcc8-fixes.patch
-
- # Ancient configure.in with broken multilib gl detection (bug #543050)
- # Backport some configure updates from upstream git master to fix
- eapply "${FILESDIR}/${P}-gl-configure.patch"
-
- mv configure.{in,ac} || die "mv failed"
- eautoreconf
-
- gnome2_src_prepare
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} \
- gnome2_src_configure \
- --disable-static
-}
-
-multilib_src_install() {
- gnome2_src_install
-}
-
-multilib_src_install_all() {
- local DOCS="AUTHORS ChangeLog* NEWS README TODO"
- einstalldocs
-}