summaryrefslogtreecommitdiff
path: root/app-text/cb2bib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-01 09:15:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-01 09:15:09 +0100
commita9b37934d0877c4249ea35c9e9c5b8cf3b836c9e (patch)
treeff0becf8e678416d9170f38891942c5df6c2557c /app-text/cb2bib
parent0c764edfecb7e9e124d4669acd98bed09e23b6c0 (diff)
gentoo auto-resync : 01:08:2022 - 09:15:08
Diffstat (limited to 'app-text/cb2bib')
-rw-r--r--app-text/cb2bib/Manifest2
-rw-r--r--app-text/cb2bib/cb2bib-2.0.0-r1.ebuild8
2 files changed, 4 insertions, 6 deletions
diff --git a/app-text/cb2bib/Manifest b/app-text/cb2bib/Manifest
index 664bdfc5df86..478aea6debaa 100644
--- a/app-text/cb2bib/Manifest
+++ b/app-text/cb2bib/Manifest
@@ -1,3 +1,3 @@
DIST cb2bib-2.0.0.tar.gz 1337422 BLAKE2B 6b1137c162f69f6d875aa3ae73b5995a067b332b3a7c0a5e69b787f352810768559c227c793204ca40ec594667624d329b5202c28056bca2e13110afebe57f63 SHA512 de1f3a36b98e016c5fa7317ba3fa8c5b767bd4b37bad1318298a57999bead4cc70d18ac49bb87fde57c4379f3347988846a7aa9b88e23a381d6c193bb1354cc2
-EBUILD cb2bib-2.0.0-r1.ebuild 1722 BLAKE2B 303e4032f56190f35d682423fdfeb0dd56014dcbbfd6ed7ce1e238c4035ac791a61d7d9157df1cb173a30e850a2ab9441c5e2612af4719f941cc93529d4ac52d SHA512 bbf29ab8a1cadddbf313196b86ff777c8abedc709d44a152e04d3c2523f05e895b2d0edc5e12af24ce8402405c000870467021573bc1dcb2f0c987ae17c4218a
+EBUILD cb2bib-2.0.0-r1.ebuild 1703 BLAKE2B a956403c519d57c739efbb860f2ab401a627872489600168ef2ff1d663189660cd3468e7db7e8b1effb7f771656d338ccbd09e6d863c63a8ff55661fc6ece278 SHA512 1bc1392d3067e65495eb7aec1155a1ea4a60ded72458bf7aecefff4506e9b85133d8b03730d994abc1041a669afbdeb684290cfa8c9cb4f3739135e9ee7fa537
MISC metadata.xml 325 BLAKE2B 8850ff77c21aac4fbdb46f2fc250c1dc30c6b10c44b372d1f6f6066a38e347f5d16299401a68229e3b146c60f3b5e037b71e177d362dd48fdc8b11bc1318159a SHA512 b52e56621a395b99a021255f20505298d02e5a4e420cf7d60d23d1c76b842a799bb14c4639aff5da9d070c68d9642adfbf5c1aa26158ee11a2f7d59191cb2479
diff --git a/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
index 746edabdcd52..a46e68c271d4 100644
--- a/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
+++ b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -51,6 +51,8 @@ src_install() {
}
pkg_postinst() {
+ xdg_desktop_database_update
+
elog "For best functionality, emerge the following packages:"
elog " app-text/poppler[utils] - for data import from PDF files"
elog " app-text/dvipdfm - for data import from DVI files"
@@ -62,10 +64,6 @@ pkg_postinst() {
elog " nice printing through the shell script bib2pdf"
}
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
pkg_postrm() {
xdg_desktop_database_update
}