diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-28 23:58:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-28 23:59:57 +0200 |
commit | 6002c2e61cfb06de7003184f537ba38abdd1207c (patch) | |
tree | ac23b273df088fa0e0cb849196564774a2605db4 /app-text | |
parent | app-text/kbibtex: Add 0.8_pre20180526 (0.7.95 version bump) (diff) | |
download | gentoo-6002c2e61cfb06de7003184f537ba38abdd1207c.tar.gz gentoo-6002c2e61cfb06de7003184f537ba38abdd1207c.tar.bz2 gentoo-6002c2e61cfb06de7003184f537ba38abdd1207c.zip |
app-text/kbibtex: Drop 0.8_pre20180504 (0.7.90)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.8_pre20180504.ebuild | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/app-text/kbibtex/kbibtex-0.8_pre20180504.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20180504.ebuild deleted file mode 100644 index d5566c47efc8..000000000000 --- a/app-text/kbibtex/kbibtex-0.8_pre20180504.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV=0.7.90 -KDE_HANDBOOK="optional" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -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/unstable/KBibTeX/${PN}-${MY_PV}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -IUSE="webengine webkit zotero" - -REQUIRED_USE="?? ( webengine webkit )" - -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 ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(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') ) - webkit? ( $(add_qt_dep qtwebkit) ) - zotero? ( - app-crypt/qca[qt5(+)] - dev-libs/qoauth:5 - ) -" -RDEPEND="${DEPEND} - !app-text/kbibtex:4 - dev-tex/bibtex2html - x11-misc/shared-mime-info -" - -RESTRICT+=" test" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets) - $(cmake-utils_use_find_package webkit Qt5WebKitWidgets) - $(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 -} |