From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/
Date: Mon, 12 Jun 2023 17:45:04 +0000 (UTC) [thread overview]
Message-ID: <1686591890.d39f48038c638f8c9f053958b60ac18a1ea25684.asturm@gentoo> (raw)
commit: d39f48038c638f8c9f053958b60ac18a1ea25684
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 16:32:13 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 17:44:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39f4803
app-text/kbibtex: drop 0.9.3.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/kbibtex/Manifest | 1 -
app-text/kbibtex/kbibtex-0.9.3.2.ebuild | 79 ---------------------------------
app-text/kbibtex/metadata.xml | 1 -
3 files changed, 81 deletions(-)
diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest
index 64a7ba442aea..c44092fd5cf1 100644
--- a/app-text/kbibtex/Manifest
+++ b/app-text/kbibtex/Manifest
@@ -1,2 +1 @@
DIST kbibtex-0.10.0.tar.xz 3885328 BLAKE2B c417cc3628739e1f3ed3231e9ba5387834a65b4ef78517273b53876ecc89e72194cdbbe14a5a479c5948beb5219d0345b1c22daa6f394b6ad7d664e260c8124d SHA512 37f4e9eb0bd7be8a64bae4076be20a6e59b33f17d59de35dec8833bce027172388aa3a49a8cbdac84c56686ad287a39e0c6f13665ed9e9b696c9ce3a6ec7de1d
-DIST kbibtex-0.9.3.2.tar.xz 4219844 BLAKE2B 48d1f32455e58fe3df30e355c89b4dd9d7f39c262e5c884493492207babc033bbeb39bf48d4b908f272394a5a677b8955f3d65bada66e589af88d2c93b9ec092 SHA512 69a0125dfe7dd8c539a60735169ee9713e4d6475121429e1fd23638213f5fb5ec6dbf6aed095fc5a2fc0f922ee7c2461a5d1aed9a6937dfb8bbe5c846ba7087f
diff --git a/app-text/kbibtex/kbibtex-0.9.3.2.ebuild b/app-text/kbibtex/kbibtex-0.9.3.2.ebuild
deleted file mode 100644
index effb00f124ca..000000000000
--- a/app-text/kbibtex/kbibtex-0.9.3.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.82.0
-QTMIN=5.15.5
-inherit ecm kde.org optfeature
-
-DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
-HOMEPAGE="https://apps.kde.org/kbibtex/ https://userbase.kde.org/KBibTeX"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- SRC_URI="mirror://kde/stable/KBibTeX/$(ver_cut 1-3)/${P}.tar.xz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="webengine zotero"
-
-RESTRICT="test"
-
-DEPEND="
- app-text/poppler[qt5]
- dev-libs/icu:=
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kitemviews-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktexteditor-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- virtual/tex-base
- webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
- zotero? (
- >=app-crypt/qca-2.3.0:2[qt5(+)]
- dev-libs/qoauth:5
- )
-"
-RDEPEND="${DEPEND}
- dev-tex/bibtex2html
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
- $(cmake_use_find_package webengine Qt5WebEngineWidgets)
- $(cmake_use_find_package zotero Qca-qt5)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "PDF or PostScript document previews" "kde-apps/okular:${SLOT}"
- fi
- ecm_pkg_postinst
-}
diff --git a/app-text/kbibtex/metadata.xml b/app-text/kbibtex/metadata.xml
index b150cc0faf58..68a6a4630e96 100644
--- a/app-text/kbibtex/metadata.xml
+++ b/app-text/kbibtex/metadata.xml
@@ -10,6 +10,5 @@
</upstream>
<use>
<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for HTML previews</flag>
- <flag name="zotero">Enable support for synchronisation with zotero.org web service</flag>
</use>
</pkgmetadata>
next reply other threads:[~2023-06-12 17:45 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-12 17:45 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 11:32 [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ Andreas Sturmlechner
2025-02-06 22:41 Andreas Sturmlechner
2025-01-13 18:47 Andreas Sturmlechner
2024-03-25 18:48 Andreas Sturmlechner
2024-03-11 9:50 Andreas Sturmlechner
2023-06-12 3:49 Sam James
2023-06-10 22:04 Sam James
2023-05-03 11:31 Andreas Sturmlechner
2023-04-23 13:04 Sam James
2023-04-23 13:04 Sam James
2023-03-29 10:24 Andreas Sturmlechner
2023-02-25 18:05 Arthur Zamarin
2023-02-25 14:46 Arthur Zamarin
2022-12-15 19:26 Andreas Sturmlechner
2022-12-15 4:43 Arthur Zamarin
2022-12-05 18:03 Arthur Zamarin
2020-06-04 8:40 Andreas Sturmlechner
2020-05-29 7:39 Agostino Sarubbo
2020-04-26 23:06 Andreas Sturmlechner
2020-01-10 16:01 Andreas Sturmlechner
2020-01-10 16:01 Andreas Sturmlechner
2020-01-10 1:26 Thomas Deutschmann
2019-11-17 23:25 Andreas Sturmlechner
2019-11-17 23:15 Andreas Sturmlechner
2019-06-20 10:37 Andreas Sturmlechner
2019-06-20 9:33 Mikle Kolyada
2019-06-18 18:28 Andreas Sturmlechner
2019-06-18 18:24 Thomas Deutschmann
2019-06-05 7:03 Andreas Sturmlechner
2019-02-05 23:27 Andreas Sturmlechner
2019-02-02 15:39 Andreas Sturmlechner
2019-01-04 22:37 Andreas Sturmlechner
2018-06-26 6:47 Johannes Huber
2018-06-26 2:04 Aaron Bauman
2018-06-23 17:04 Andreas Sturmlechner
2018-06-23 17:04 Andreas Sturmlechner
2018-05-29 14:59 Andreas Sturmlechner
2018-05-28 22:00 Andreas Sturmlechner
2018-05-28 22:00 Andreas Sturmlechner
2018-05-26 22:31 Andreas Sturmlechner
2018-05-05 11:28 Andreas Sturmlechner
2018-05-05 11:28 Andreas Sturmlechner
2018-03-19 17:16 Andreas Sturmlechner
2018-02-28 22:21 Andreas Sturmlechner
2017-12-29 19:28 Mikle Kolyada
2017-12-29 17:49 Thomas Deutschmann
2017-12-29 12:58 Andreas Sturmlechner
2017-12-29 10:11 Andreas Sturmlechner
2017-12-03 0:27 Andreas Sturmlechner
2017-12-03 0:27 Andreas Sturmlechner
2017-10-29 11:06 Andreas Sturmlechner
2017-06-25 16:37 Andreas Sturmlechner
2017-06-18 9:04 Andreas Sturmlechner
2017-06-18 8:36 Andreas Sturmlechner
2017-05-07 10:41 Andreas Sturmlechner
2017-05-07 10:36 Agostino Sarubbo
2017-05-07 10:34 Agostino Sarubbo
2016-08-20 18:28 Michael Palimaka
2016-03-17 13:09 Johannes Huber
2016-02-14 14:12 Michael Palimaka
2016-01-27 9:22 Agostino Sarubbo
2015-08-12 14:56 Michael Palimaka
2015-08-12 14:36 Michael Palimaka
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=1686591890.d39f48038c638f8c9f053958b60ac18a1ea25684.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