public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/
Date: Sat, 21 Oct 2023 21:04:47 +0000 (UTC)	[thread overview]
Message-ID: <1697922257.508c70f0b0493f7a4ccf118bb341e9200a330561.asturm@gentoo> (raw)

commit:     508c70f0b0493f7a4ccf118bb341e9200a330561
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 18:06:09 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}


             reply	other threads:[~2023-10-21 21:04 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-21 21:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-11 20:17 [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/ Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-10-09 18:57 Sam James
2023-10-09 16:21 Arthur Zamarin
2022-07-11  3:36 Sam James
2022-07-11  3:36 Sam James
2022-07-02 13:34 Sam James
2021-10-29 13:31 Yixun Lan
2021-10-04  0:27 Sam James
2021-05-30  9:53 Sam James
2021-04-10 11:31 Mikle Kolyada
2021-01-24 11:24 Mikle Kolyada
2021-01-24 11:22 Mikle Kolyada
2020-10-06 20:13 Mikle Kolyada
2020-06-19  7:30 Mikle Kolyada
2020-04-29 12:31 Mikle Kolyada
2020-03-29  7:46 Mikle Kolyada
2020-03-22 17:46 Mikle Kolyada
2020-01-04  8:45 Mikle Kolyada
2019-11-15 13:18 Mikle Kolyada
2019-11-15 12:55 Mikle Kolyada
2019-10-05 21:03 Mikle Kolyada
2019-09-01 10:30 Mikle Kolyada
2019-07-24  7:40 Mikle Kolyada
2019-06-17 16:26 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1697922257.508c70f0b0493f7a4ccf118bb341e9200a330561.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox