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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65C69158089 for ; Sat, 21 Oct 2023 21:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D0592BC01A; Sat, 21 Oct 2023 21:04:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CB182BC01A for ; Sat, 21 Oct 2023 21:04:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DCB3335C2E for ; Sat, 21 Oct 2023 21:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60DD612A6 for ; Sat, 21 Oct 2023 21:04:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1697922257.508c70f0b0493f7a4ccf118bb341e9200a330561.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/texworks/texworks-0.6.7.ebuild X-VCS-Directories: app-editors/texworks/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 508c70f0b0493f7a4ccf118bb341e9200a330561 X-VCS-Branch: master Date: Sat, 21 Oct 2023 21:04:47 +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: 753890b5-277b-4717-87a7-9b3dc40a6dc2 X-Archives-Hash: 906672a492ffa1e992237f7cc643fe1d commit: 508c70f0b0493f7a4ccf118bb341e9200a330561 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 21 18:06:09 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 21 21:04:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508c70f0 app-editors/texworks: drop 0.6.7 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/texworks/texworks-0.6.7.ebuild | 75 ------------------------------ 1 file changed, 75 deletions(-) diff --git a/app-editors/texworks/texworks-0.6.7.ebuild b/app-editors/texworks/texworks-0.6.7.ebuild deleted file mode 100644 index 982072acabdd..000000000000 --- a/app-editors/texworks/texworks-0.6.7.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1..3} ) -PYTHON_COMPAT=( python3_{9..11} ) -CMAKE_REMOVE_MODULES_LIST=( FindLua ) -inherit lua-single python-single-r1 cmake virtualx xdg - -DESCRIPTION="A simple interface for working with TeX documents" -HOMEPAGE="http://tug.org/texworks/" -SRC_URI="https://github.com/TeXworks/texworks/archive/release-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-release-${PV} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="lua python" -RESTRICT="!test? ( test )" - -REQUIRED_USE=" - lua? ( ${LUA_REQUIRED_USE} ) - python? ( ${PYTHON_REQUIRED_USE} ) -" - -RDEPEND="app-text/hunspell:= - app-text/poppler[qt5] - dev-qt/designer:5 - dev-qt/qtcore:5 - dev-qt/qtconcurrent:5 - dev-qt/qtdeclarative:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtscript:5[scripttools] - dev-qt/qtwidgets:5 - sys-libs/zlib - lua? ( ${LUA_DEPS} ) - python? ( ${PYTHON_DEPS} ) " -DEPEND="${RDEPEND}" -BDEPEND="dev-qt/linguist-tools:5 - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-0.6.5-cmake_lua_version.patch -) - -pkg_setup() { - use lua && lua-single_pkg_setup - - python-single-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -Wno-dev - - -DPREFER_BUNDLED_SYNCTEX=ON - -DWITH_LUA=$(usex lua) - -DWITH_PYTHON=$(usex python) - -DWITH_TESTS=$(usex test) - -DTeXworks_PLUGIN_DIR="/usr/$(get_libdir)/texworks" - -DTeXworks_DOCS_DIR="/share/doc/${PF}" - -DQTPDF_VIEWER=ON - -DBUILD_SHARED_PLUGINS=ON - ) - - use lua && mycmakeargs+=( -DLUA_VERSION="$(lua_get_version)" ) - - cmake_src_configure -} - -src_test() { - virtx cmake_src_test -}