From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72F341396D9 for ; Mon, 30 Oct 2017 22:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C0A9E0F41; Mon, 30 Oct 2017 22:26:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29F7BE0F41 for ; Mon, 30 Oct 2017 22:26:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C76C3416EF for ; Mon, 30 Oct 2017 22:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2FC9AD for ; Mon, 30 Oct 2017 22:26:18 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1509402334.05a4053956e2f8ce623ed1d56c30d31967609a3e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkglext/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtkglext/gtkglext-1.2.0-r3.ebuild X-VCS-Directories: x11-libs/gtkglext/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 05a4053956e2f8ce623ed1d56c30d31967609a3e X-VCS-Branch: master Date: Mon, 30 Oct 2017 22:26:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0a9dbf5f-8040-410b-8f81-6ec77bb3af01 X-Archives-Hash: 123026de5f82e320afde70886ddb988f commit: 05a4053956e2f8ce623ed1d56c30d31967609a3e Author: Mart Raudsepp gentoo org> AuthorDate: Mon Oct 30 21:21:44 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Oct 30 22:25:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a40539 x11-libs/gtkglext: remove old Package-Manager: Portage-2.3.8, Repoman-2.3.2 x11-libs/gtkglext/gtkglext-1.2.0-r3.ebuild | 65 ------------------------------ 1 file changed, 65 deletions(-) diff --git a/x11-libs/gtkglext/gtkglext-1.2.0-r3.ebuild b/x11-libs/gtkglext/gtkglext-1.2.0-r3.ebuild deleted file mode 100644 index 3ecf3a25d4d..00000000000 --- a/x11-libs/gtkglext/gtkglext-1.2.0-r3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -GNOME2_LA_PUNT="yes" -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 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~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[X,${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} - >=sys-devel/autoconf-archive-2014.02.28 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" - -src_prepare() { - # Ancient configure.in with broken multilib gl detection (bug #543050) - # Backport some configure updates from upstream git master to fix - epatch "${FILESDIR}/${P}-gl-configure.patch" - mv configure.{in,ac} || die "mv failed" - eautoreconf - - gnome2_src_prepare - - # Remove development knobs, bug #308973 - sed -i 's:-D\(G.*DISABLE_DEPRECATED\):-D__\1__:g' \ - examples/Makefile.am examples/Makefile.in \ - gdk/Makefile.am gdk/Makefile.in \ - gdk/win32/Makefile.am gdk/win32/Makefile.in \ - gdk/x11/Makefile.am gdk/x11/Makefile.in \ - gtk/Makefile.am gtk/Makefile.in \ - || die "sed failed" -} - -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 -}