From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A394B1581EE for ; Sun, 30 Mar 2025 21:32:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5A96A34323A for ; Sun, 30 Mar 2025 21:32:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BAFC21104B1; Sun, 30 Mar 2025 21:32:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B19EA1104B1 for ; Sun, 30 Mar 2025 21:32:38 +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 5C91A343193 for ; Sun, 30 Mar 2025 21:32:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88AC21A3C for ; Sun, 30 Mar 2025 21:32:36 +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: <1743370259.021d1a4f5c30949b848d45ca7626fff9c2a0716d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdfview/qpdfview-0.5-r1.ebuild app-text/qpdfview/qpdfview-0.5_p2-r1.ebuild X-VCS-Directories: app-text/qpdfview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 021d1a4f5c30949b848d45ca7626fff9c2a0716d X-VCS-Branch: master Date: Sun, 30 Mar 2025 21:32:36 +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: 37f5208e-22d2-4164-a9d2-5e75a5c1c7b6 X-Archives-Hash: bbde641ae88237cad249e9b597ae4017 commit: 021d1a4f5c30949b848d45ca7626fff9c2a0716d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 30 21:28:30 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 30 21:30:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021d1a4f app-text/qpdfview: drop 0.5-r1, 0.5_p2-r1 Bug: https://bugs.gentoo.org/948589 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/qpdfview/qpdfview-0.5-r1.ebuild | 88 -------------------------- app-text/qpdfview/qpdfview-0.5_p2-r1.ebuild | 95 ----------------------------- 2 files changed, 183 deletions(-) diff --git a/app-text/qpdfview/qpdfview-0.5-r1.ebuild b/app-text/qpdfview/qpdfview-0.5-r1.ebuild deleted file mode 100644 index 52a1b852577e..000000000000 --- a/app-text/qpdfview/qpdfview-0.5-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PLOCALES="af ast az be ber bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he hi hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru rue sk sr sv th tr ug uk uz vi zgh zh_CN zh_TW" -inherit plocale qmake-utils xdg - -DESCRIPTION="A tabbed document viewer" -HOMEPAGE="https://launchpad.net/qpdfview" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}.0/+download/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex" - -REQUIRED_USE="?? ( fitz pdf )" - -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig -" -RDEPEND=" - cups? ( net-print/cups ) - djvu? ( app-text/djvu ) - fitz? ( >=app-text/mupdf-1.7:= ) - postscript? ( app-text/libspectre ) - dev-qt/qtbase:6[gui,widgets,concurrent] - dbus? ( dev-qt/qttools:6[qdbus] ) - pdf? ( - app-text/poppler[qt6] - dev-qt/qtbase:6[xml] - ) - sqlite? ( dev-qt/qtbase:6[sql,sqlite] ) - svg? ( dev-qt/qtsvg:6 ) - !svg? ( virtual/freedesktop-icon-theme ) - synctex? ( app-text/texlive-core )" -DEPEND="${RDEPEND}" - -DOCS=( CHANGES CONTRIBUTORS README TODO ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.5-poppler-23.08.0-cxx17.patch -) - -src_prepare() { - default - - local mylrelease="$(qt6_get_bindir)"/lrelease - p_locale() { - "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing ${1} locale failed" - } - - rm_help() { - rm -f "help/help_${1}.html" || die "removing ${1} help file failed" - } - - plocale_find_changes translations ${PN}_ .ts - plocale_for_each_locale p_locale - plocale_for_each_disabled_locale rm_help - - # adapt for prefix - sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die -} - -src_configure() { - local myconfig=() i= - for i in cups dbus djvu pdf svg synctex; do - use ${i} || myconfig+=(without_${i}) - done - use fitz && myconfig+=(with_fitz) - use postscript || myconfig+=(without_ps) - use sqlite || myconfig+=(without_sql) - - local myqmakeargs=( - qpdfview.pro - CONFIG+="${myconfig[*]}" - PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}" - ) - - eqmake6 "${myqmakeargs[@]}" -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} diff --git a/app-text/qpdfview/qpdfview-0.5_p2-r1.ebuild b/app-text/qpdfview/qpdfview-0.5_p2-r1.ebuild deleted file mode 100644 index 15fb7ab96e20..000000000000 --- a/app-text/qpdfview/qpdfview-0.5_p2-r1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PLOCALES="af ast az be ber bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he hi hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru rue sk sr sv th tr ug uk uz vi zgh zh_CN zh_TW" -inherit plocale qmake-utils xdg - -DESCRIPTION="A tabbed document viewer" -HOMEPAGE="https://launchpad.net/qpdfview" -REVISION=2162 -SRC_URI="https://bazaar.launchpad.net/~adamreichold/${PN}/trunk/tarball/${REVISION} -> ${PN}-${PV}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex" - -REQUIRED_USE="?? ( fitz pdf )" - -BDEPEND=" - dev-qt/qttools:6[linguist] - virtual/pkgconfig -" -RDEPEND=" - cups? ( net-print/cups ) - djvu? ( app-text/djvu ) - fitz? ( >=app-text/mupdf-1.7:= ) - postscript? ( app-text/libspectre ) - dev-qt/qtbase:6[gui,widgets,concurrent] - dbus? ( dev-qt/qttools:6[qdbus] ) - pdf? ( - app-text/poppler[qt6] - dev-qt/qtbase:6[xml] - ) - sqlite? ( dev-qt/qtbase:6[sql,sqlite] ) - svg? ( dev-qt/qtsvg:6 ) - !svg? ( virtual/freedesktop-icon-theme ) - synctex? ( app-text/texlive-core )" -DEPEND="${RDEPEND}" - -DOCS=( CHANGES CONTRIBUTORS README TODO ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.5-poppler-23.08.0-cxx17.patch -) - -src_unpack() { - unpack ${A} - mv '~adamreichold'/${PN}/trunk ${PN}-${PV} || die "mv trunk failed" -} - -src_prepare() { - default - - local mylrelease="$(qt6_get_bindir)"/lrelease - - p_locale() { - "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing ${1} locale failed" - } - - rm_help() { - rm -f "help/help_${1}.html" || die "removing ${1} help file failed" - } - - plocale_find_changes translations ${PN}_ .ts - plocale_for_each_locale p_locale - plocale_for_each_disabled_locale rm_help - - # adapt for prefix - sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die -} - -src_configure() { - local myconfig=() i= - for i in cups dbus djvu pdf svg synctex; do - use ${i} || myconfig+=(without_${i}) - done - use fitz && myconfig+=(with_fitz) - use postscript || myconfig+=(without_ps) - use sqlite || myconfig+=(without_sql) - - local myqmakeargs=( - qpdfview.pro - CONFIG+="${myconfig[*]}" - PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}" - ) - - eqmake6 "${myqmakeargs[@]}" -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}