From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/
Date: Fri, 10 Jan 2020 16:01:11 +0000 (UTC) [thread overview]
Message-ID: <1578672047.c19e285e5789e49df25bb1ebf25f1279dc087b21.asturm@gentoo> (raw)
commit: c19e285e5789e49df25bb1ebf25f1279dc087b21
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 16:00:19 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 16:00:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19e285e
app-text/kbibtex: Drop 0.9
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/kbibtex/Manifest | 1 -
app-text/kbibtex/kbibtex-0.9.ebuild | 79 -------------------------------------
2 files changed, 80 deletions(-)
diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest
index 72d76455b45..8d17856403d 100644
--- a/app-text/kbibtex/Manifest
+++ b/app-text/kbibtex/Manifest
@@ -1,2 +1 @@
DIST kbibtex-0.9.1.tar.xz 4185284 BLAKE2B 437fb2473095e89bc26446bf4dfcdd56ff0b402e604fe67f2f76073628e8e7f3fc8982c56aa24174303dde101c42d19abfac2b3c1e371bf930ff6bdb4307b7c0 SHA512 710ef3f0ddfe4869f079068723a2056866be9aab5907ea7eb00efb4b597270e4c1ec9464d6a15509e2a62749393d27bf0798022367536d3c879a0cbd10dc3129
-DIST kbibtex-0.9.tar.xz 4184288 BLAKE2B 90baf7c4960540566c59b198de307703d0f34ff6f4284933c187625b2e4065739fb16b004408fec5929d4923e7f651091915841c94ef09797419daa737ae39eb SHA512 bdd849094f66feb1bd6d02131580cb5d2e1f8d172a4e36141a48d3fc38375b5f4512078d13d6310f326b5cb7b15364616308eaac6c2c10ef897f8f752e1f6682
diff --git a/app-text/kbibtex/kbibtex-0.9.ebuild b/app-text/kbibtex/kbibtex-0.9.ebuild
deleted file mode 100644
index 3d572fc0094..00000000000
--- a/app-text/kbibtex/kbibtex-0.9.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
-HOMEPAGE="https://userbase.kde.org/KBibTeX"
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-IUSE="webengine zotero"
-
-DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- $(add_qt_dep qtxmlpatterns)
- app-text/poppler[qt5]
- dev-libs/icu:=
- virtual/tex-base
- webengine? ( $(add_qt_dep qtwebengine 'widgets') )
- zotero? (
- app-crypt/qca[qt5(+)]
- dev-libs/qoauth:5
- )
-"
-RDEPEND="${DEPEND}
- !app-text/kbibtex:4
- dev-tex/bibtex2html
-"
-
-RESTRICT+=" test"
-
-S="${WORKDIR}/${P/_/-}"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
- $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets)
- $(cmake-utils_use_find_package zotero Qca-qt5)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if ! has_version "kde-apps/okular:${SLOT}" ; then
- elog "For PDF or PostScript document preview support, please install kde-apps/okular:${SLOT}"
- fi
-}
next reply other threads:[~2020-01-10 16:01 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-10 16:01 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-25 18:48 [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ Andreas Sturmlechner
2024-03-11 9:50 Andreas Sturmlechner
2023-06-12 17:45 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 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=1578672047.c19e285e5789e49df25bb1ebf25f1279dc087b21.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