Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/
Date: Sun, 26 Apr 2020 23:08:06
Message-Id: 1587942466.159c49810637d61368fba844566e213ea03e245a.asturm@gentoo
1 commit: 159c49810637d61368fba844566e213ea03e245a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 22:57:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 23:07:46 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=159c4981
7
8 app-text/kbibtex: Update HOMEPAGE, SRC_URI
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/kbibtex/kbibtex-9999.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild
17 index 0dbf920d07..1ac816f2de 100644
18 --- a/app-text/kbibtex/kbibtex-9999.ebuild
19 +++ b/app-text/kbibtex/kbibtex-9999.ebuild
20 @@ -10,10 +10,11 @@ QTMIN=5.12.3
21 inherit ecm kde.org
22
23 DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
24 -HOMEPAGE="https://userbase.kde.org/KBibTeX"
25 +HOMEPAGE="https://kde.org/applications/education/org.kde.kbibtex
26 +https://userbase.kde.org/KBibTeX"
27
28 if [[ ${KDE_BUILD_TYPE} != live ]]; then
29 - SRC_URI="mirror://kde/stable/KBibTeX/${P}.tar.xz"
30 + SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz"
31 KEYWORDS="~amd64 ~x86"
32 fi