From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 332131388C0 for ; Sat, 27 Feb 2016 02:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE3CE07F5; Sat, 27 Feb 2016 02:47:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FBCFE07F5 for ; Sat, 27 Feb 2016 02:47:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6AD340948 for ; Sat, 27 Feb 2016 02:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0469B154D for ; Sat, 27 Feb 2016 02:47:01 +0000 (UTC) From: "Ryan Hill" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Hill" Message-ID: <1456541172.c375cf2e7d546f73b8addcfd7bc8be49ddbe2c4b.rhill@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/codeblocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/codeblocks/codeblocks-13.12-r1.ebuild dev-util/codeblocks/codeblocks-9999.ebuild X-VCS-Directories: dev-util/codeblocks/ X-VCS-Committer: rhill X-VCS-Committer-Name: Ryan Hill X-VCS-Revision: c375cf2e7d546f73b8addcfd7bc8be49ddbe2c4b X-VCS-Branch: master Date: Sat, 27 Feb 2016 02:47:01 +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: 04cb6598-eba4-4893-bcf9-a15faf269f5f X-Archives-Hash: 090716dc375bb5f864d8730a037e3d11 commit: c375cf2e7d546f73b8addcfd7bc8be49ddbe2c4b Author: Ryan Hill gentoo org> AuthorDate: Sat Feb 27 02:46:12 2016 +0000 Commit: Ryan Hill gentoo org> CommitDate: Sat Feb 27 02:46:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c375cf2e dev-util/codeblocks: Revert "Support wxGTK:3.0" (Bug #575716) Package-Manager: portage-2.2.27 Signed-off-by: Ryan Hill gentoo.org> dev-util/codeblocks/codeblocks-13.12-r1.ebuild | 42 -------------------------- dev-util/codeblocks/codeblocks-9999.ebuild | 4 +-- 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/dev-util/codeblocks/codeblocks-13.12-r1.ebuild b/dev-util/codeblocks/codeblocks-13.12-r1.ebuild deleted file mode 100644 index fa0a728..0000000 --- a/dev-util/codeblocks/codeblocks-13.12-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -WX_GTK_VER="3.0" - -inherit eutils wxwidgets - -DESCRIPTION="The open source, cross platform, free C++ IDE" -HOMEPAGE="http://www.codeblocks.org/" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" -SRC_URI="mirror://sourceforge/codeblocks/${P/-/_}-1.tar.gz" - -IUSE="contrib debug pch static-libs" - -RDEPEND="app-arch/zip - x11-libs/wxGTK:${WX_GTK_VER}[X] - contrib? ( - app-text/hunspell - dev-libs/boost:= - dev-libs/libgamin - )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - need-wxwidgets unicode - econf \ - --with-wx-config="${WX_CONFIG}" \ - $(use_enable debug) \ - $(use_enable pch) \ - $(use_enable static-libs static) \ - $(use_with contrib contrib-plugins all) -} - -src_install() { - default - prune_libtool_files -} diff --git a/dev-util/codeblocks/codeblocks-9999.ebuild b/dev-util/codeblocks/codeblocks-9999.ebuild index d103c98..6504279 100644 --- a/dev-util/codeblocks/codeblocks-9999.ebuild +++ b/dev-util/codeblocks/codeblocks-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -WX_GTK_VER="3.0" +WX_GTK_VER="2.8" inherit autotools eutils subversion wxwidgets