app-text/cb2bib: drop 2.0.2

Closes: https://bugs.gentoo.org/955962
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-11-21 14:28:25 +01:00
parent 9c021d661b
commit e7aef1f5e7
2 changed files with 0 additions and 58 deletions

View File

@@ -1,2 +1 @@
DIST cb2bib-2.0.2.tar.gz 1366292 BLAKE2B 7d2657103cf6aeedf343111794b613c037fae3ca3cf57c52d9eb25470142a87ec2f39927673ed5662809f1caf861e29ef011d1563ee18b0a05aac1909d577e9d SHA512 cb367fc043b837e131559832ad36b0fa3a5c619d1694d2a08e6086d4c48ae1d06171b46b4992154ce185322e29389a261092ea1b17ea90c02e58df9cf171d9c1
DIST cb2bib-2.0.3.tar.gz 1451802 BLAKE2B 36eb0b45bea9f0a9f21df6121dbdbd74aa78af9ab191f37087502e3b7edd52c62ddcf415229e7c76e1d61a1bb2c8fa957bee0500efba7c263d2d4777dc1655b9 SHA512 588f920035a8d09eacc1cc99982986be8dcacfea77ee3ace3733cc5bc83b3bc322a33a2e1e1d21dd910b79c843ecba1c37525dd608164b00fac91335d5096d0d

View File

@@ -1,57 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit optfeature qmake-utils xdg
DESCRIPTION="Tool for extracting unformatted bibliographic references"
HOMEPAGE="https://www.molspaces.com/cb2bib/"
SRC_URI="https://www.molspaces.com/dl/progs/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
# build system supports lzo, lzsse, qt_zlib, avx2, but too painful to expose
DEPEND="
app-arch/lz4:=
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtsingleapplication
dev-qt/qtwidgets:5
"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS CHANGELOG COPYRIGHT )
PATCHES=(
"${FILESDIR}/${P}-qmake.patch" # bug 953061
"${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" # bug 489152
)
src_configure() {
eqmake5
}
src_compile() {
# bug #709940, still needed as of 2.0.2
emake -j1
}
src_install() {
emake INSTALL_ROOT="${D}" install
einstalldocs
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "displaying mathematical notation" "media-fonts/jsmath"
optfeature "proper UTF-8 metadata writing in PDF text strings" "media-libs/exiftool"
optfeature "BibTeX file correctness checks and nice printing via bib2pdf shell script" "virtual/latex-base"
optfeature_header "Install additional packages for optional import data formats:"
optfeature "PDF files" "app-text/poppler[utils]"
optfeature "DVI files" "app-text/dvipdfm"
optfeature "ISI files, endnote format" "app-text/bibutils"
}