Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/
Date: Tue, 05 Feb 2019 23:27:33
Message-Id: 1549409202.2529b1b68a3865e230d69dd676b2a67a75762866.asturm@gentoo
1 commit: 2529b1b68a3865e230d69dd676b2a67a75762866
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 15:19:49 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 23:26:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2529b1b6
7
8 app-text/kbibtex: Drop 0.8.1
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/kbibtex/Manifest | 1 -
14 app-text/kbibtex/kbibtex-0.8.1.ebuild | 80 -----------------------------------
15 2 files changed, 81 deletions(-)
16
17 diff --git a/app-text/kbibtex/Manifest b/app-text/kbibtex/Manifest
18 index 88f3f0682eb..c89c5df4868 100644
19 --- a/app-text/kbibtex/Manifest
20 +++ b/app-text/kbibtex/Manifest
21 @@ -1,2 +1 @@
22 -DIST kbibtex-0.8.1.tar.xz 4060484 BLAKE2B 1dd100b0c469955f273907d79765268fdefdd4ae05faa851f4c1823c41f312810f2992113cda97c1f8e19c4c3bf35e7e79c6a0bc12cde60995edbd903a9b5ae3 SHA512 73c318b1d29de98761f43de9828a48e943528f413c6c2489e916f88ef4ba1424a300bd9eddd10fa763985322248ef863cad1b8cfc681f083eb9acdabd6c6dfea
23 DIST kbibtex-0.8.2.tar.xz 4065904 BLAKE2B 5b862ef48dc3e0fb2895aa2ad0c1fa8e712c5f63d0a279b33f9d41fca0262bbde1bd00423657e2714dfbacb28657e067760192adfa033f70ac5771a7188ad4cb SHA512 f15e2d1969f79f354881ccb1e41c5d6f1628c4850b3bd177cba0b74b1aab9aa61935f65ef280d242d0ef2ac816ce45b8a2e8a4ff51720a2400ec52bd555f594e
24
25 diff --git a/app-text/kbibtex/kbibtex-0.8.1.ebuild b/app-text/kbibtex/kbibtex-0.8.1.ebuild
26 deleted file mode 100644
27 index 498364c65ea..00000000000
28 --- a/app-text/kbibtex/kbibtex-0.8.1.ebuild
29 +++ /dev/null
30 @@ -1,80 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -KDE_HANDBOOK="optional"
37 -KDE_TEST="true"
38 -VIRTUALX_REQUIRED="test"
39 -inherit kde5
40 -
41 -DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
42 -HOMEPAGE="https://userbase.kde.org/KBibTeX"
43 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
44 - SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz"
45 - KEYWORDS="amd64 x86"
46 -fi
47 -
48 -LICENSE="GPL-2"
49 -IUSE="webengine webkit zotero"
50 -
51 -REQUIRED_USE="?? ( webengine webkit )"
52 -
53 -DEPEND="
54 - $(add_frameworks_dep kcompletion)
55 - $(add_frameworks_dep kconfig)
56 - $(add_frameworks_dep kconfigwidgets)
57 - $(add_frameworks_dep kcoreaddons)
58 - $(add_frameworks_dep kcrash)
59 - $(add_frameworks_dep ki18n)
60 - $(add_frameworks_dep kiconthemes)
61 - $(add_frameworks_dep kio)
62 - $(add_frameworks_dep kitemviews)
63 - $(add_frameworks_dep kjobwidgets)
64 - $(add_frameworks_dep kparts)
65 - $(add_frameworks_dep kservice)
66 - $(add_frameworks_dep ktextwidgets)
67 - $(add_frameworks_dep kwallet)
68 - $(add_frameworks_dep kwidgetsaddons)
69 - $(add_frameworks_dep kxmlgui)
70 - $(add_qt_dep qtdbus)
71 - $(add_qt_dep qtgui)
72 - $(add_qt_dep qtnetwork)
73 - $(add_qt_dep qtwidgets)
74 - $(add_qt_dep qtxml)
75 - $(add_qt_dep qtxmlpatterns)
76 - app-text/poppler[qt5]
77 - dev-libs/icu:=
78 - virtual/tex-base
79 - webengine? ( $(add_qt_dep qtwebengine 'widgets') )
80 - webkit? ( $(add_qt_dep qtwebkit) )
81 - zotero? (
82 - app-crypt/qca[qt5(+)]
83 - dev-libs/qoauth:5
84 - )
85 -"
86 -RDEPEND="${DEPEND}
87 - !app-text/kbibtex:4
88 - dev-tex/bibtex2html
89 - x11-misc/shared-mime-info
90 -"
91 -
92 -RESTRICT+=" test"
93 -
94 -src_configure() {
95 - local mycmakeargs=(
96 - $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets)
97 - $(cmake-utils_use_find_package webkit Qt5WebKitWidgets)
98 - $(cmake-utils_use_find_package zotero Qca-qt5)
99 - )
100 -
101 - kde5_src_configure
102 -}
103 -
104 -pkg_postinst() {
105 - kde5_pkg_postinst
106 -
107 - if ! has_version "kde-apps/okular:${SLOT}" ; then
108 - elog "For PDF or PostScript document preview support, please install kde-apps/okular:${SLOT}"
109 - fi
110 -}