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 3A8721382C5 for ; Thu, 25 Mar 2021 23:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D076CE0829; Thu, 25 Mar 2021 23:31:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1237CE0825 for ; Thu, 25 Mar 2021 23:31:18 +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 4AE12335C38 for ; Thu, 25 Mar 2021 23:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A659A5FC for ; Thu, 25 Mar 2021 23:31:14 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1616715059.0eb69f753af2e54e51d9189d65eacc65b245c8a8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/cegui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/cegui/cegui-0.8.7-r1.ebuild X-VCS-Directories: dev-games/cegui/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0eb69f753af2e54e51d9189d65eacc65b245c8a8 X-VCS-Branch: master Date: Thu, 25 Mar 2021 23:31:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6e211c2-98b9-4570-b501-5f9df91c323b X-Archives-Hash: 8c49b76809fe3cb95573cb13f191d82c commit: 0eb69f753af2e54e51d9189d65eacc65b245c8a8 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Mar 25 22:58:46 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Mar 25 23:30:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb69f75 dev-games/cegui: drop old version Drop old version depending on non slotted lua. Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-games/cegui/cegui-0.8.7-r1.ebuild | 123 ---------------------------------- 1 file changed, 123 deletions(-) diff --git a/dev-games/cegui/cegui-0.8.7-r1.ebuild b/dev-games/cegui/cegui-0.8.7-r1.ebuild deleted file mode 100644 index 6e34ca1b15d..00000000000 --- a/dev-games/cegui/cegui-0.8.7-r1.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# TODO: multiple ABI? -PYTHON_COMPAT=( python3_8 ) -inherit flag-o-matic cmake python-single-r1 - -DESCRIPTION="Crazy Eddie's GUI System" -HOMEPAGE="http://www.cegui.org.uk/" -SRC_URI="mirror://sourceforge/crayzedsgui/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bidi debug devil doc freeimage expat irrlicht lua ogre opengl pcre python static-libs tinyxml truetype xerces-c +xml zip" -REQUIRED_USE="|| ( expat tinyxml xerces-c xml ) - python? ( ${PYTHON_REQUIRED_USE} )" # bug 362223 - -# gles broken -# gles? ( media-libs/mesa[gles1] ) -# directfb broken -# directfb? ( dev-libs/DirectFB ) -RDEPEND=" - dev-libs/boost:= - virtual/libiconv - bidi? ( dev-libs/fribidi ) - devil? ( media-libs/devil ) - expat? ( dev-libs/expat ) - freeimage? ( media-libs/freeimage ) - irrlicht? ( dev-games/irrlicht ) - lua? ( - dev-lang/lua:0 - dev-lua/toluapp - ) - ogre? ( >=dev-games/ogre-1.7:= ) - opengl? ( - virtual/opengl - virtual/glu - media-libs/glew:= - ) - pcre? ( dev-libs/libpcre ) - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-libs/boost:=[python,${PYTHON_MULTI_USEDEP}] - ') - ) - tinyxml? ( dev-libs/tinyxml ) - truetype? ( media-libs/freetype:2 ) - xerces-c? ( dev-libs/xerces-c ) - xml? ( dev-libs/libxml2:2 ) - zip? ( sys-libs/zlib[minizip] )" - -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - opengl? ( media-libs/glm )" - -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -PATCHES=( - "${FILESDIR}"/${P}-icu-59.patch - "${FILESDIR}"/${P}-python3.patch - "${FILESDIR}"/${P}-musl.patch -) - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - # http://www.cegui.org.uk/mantis/view.php?id=991 - append-ldflags $(no-as-needed) - - local mycmakeargs=( - -DCEGUI_BUILD_IMAGECODEC_CORONA=OFF - -DCEGUI_BUILD_IMAGECODEC_DEVIL=$(usex devil) - -DCEGUI_BUILD_IMAGECODEC_FREEIMAGE=$(usex freeimage) - -DCEGUI_BUILD_IMAGECODEC_PVR=OFF - -DCEGUI_BUILD_IMAGECODEC_SILLY=OFF - -DCEGUI_BUILD_IMAGECODEC_STB=ON - -DCEGUI_BUILD_IMAGECODEC_TGA=ON - -DCEGUI_BUILD_LUA_GENERATOR=$(usex lua) - -DCEGUI_BUILD_LUA_MODULE=$(usex lua) - -DCEGUI_BUILD_PYTHON_MODULES=$(usex python) - -DCEGUI_BUILD_RENDERER_DIRECTFB=OFF - -DCEGUI_BUILD_RENDERER_IRRLICHT=$(usex irrlicht) - -DCEGUI_BUILD_RENDERER_NULL=ON - -DCEGUI_BUILD_RENDERER_OGRE=$(usex ogre) - -DCEGUI_BUILD_RENDERER_OPENGL=$(usex opengl) - -DCEGUI_BUILD_RENDERER_OPENGL3=$(usex opengl) - -DCEGUI_BUILD_RENDERER_OPENGLES=OFF - -DCEGUI_BUILD_STATIC_CONFIGURATION=$(usex static-libs) - -DCEGUI_BUILD_TESTS=OFF - -DCEGUI_BUILD_XMLPARSER_EXPAT=$(usex expat) - -DCEGUI_BUILD_XMLPARSER_LIBXML2=$(usex xml) - -DCEGUI_BUILD_XMLPARSER_RAPIDXML=OFF - -DCEGUI_BUILD_XMLPARSER_TINYXML=$(usex tinyxml) - -DCEGUI_BUILD_XMLPARSER_XERCES=$(usex xerces-c) - -DCEGUI_HAS_FREETYPE=$(usex truetype) - -DCEGUI_HAS_MINIZIP_RESOURCE_PROVIDER=$(usex zip) - -DCEGUI_HAS_PCRE_REGEX=$(usex pcre) - -DCEGUI_SAMPLES_ENABLED=OFF - -DCEGUI_USE_FRIBIDI=$(usex bidi) - -DCEGUI_USE_MINIBIDI=OFF - ) - - cmake_src_configure -} - -src_compile() { - cmake_src_compile all $(usex doc html "") -} - -src_install() { - cmake_src_install - docinto html - use doc && dodoc -r "${BUILD_DIR}"/doc/doxygen/html/* -}