Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/mendeleydesktop/
Date: Thu, 26 Apr 2018 20:07:14
Message-Id: 1524773159.cfb7ba8fad1e6ccbd4324c49379eb11293b735b6.asturm@gentoo
1 commit: cfb7ba8fad1e6ccbd4324c49379eb11293b735b6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 19:17:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 20:05:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb7ba8f
7
8 sci-misc/mendeleydesktop: Remove unused eclasses
9
10 Non-maintainer commit.
11
12 Package-Manager: Portage-2.3.31, Repoman-2.3.9
13
14 sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild | 8 +++++---
15 1 file changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild
18 index efe5f15b324..7dacc0eabb4 100644
19 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild
20 +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.18.ebuild
21 @@ -5,7 +5,7 @@ EAPI=6
22
23 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
24
25 -inherit eutils multilib python-single-r1 xdg gnome2-utils
26 +inherit desktop gnome2-utils python-single-r1 xdg-utils
27
28 MY_P_AMD64="${P}-linux-x86_64"
29 MY_P_X86="${P}-linux-i486"
30 @@ -45,9 +45,11 @@ RDEPEND="
31
32 QA_PREBUILT="/opt/mendeleydesktop/.*"
33
34 -PATCHES=( "${FILESDIR}"/${PN}-1.17.8-libdir.patch
35 +PATCHES=(
36 + "${FILESDIR}"/${PN}-1.17.8-libdir.patch
37 "${FILESDIR}"/${PN}-1.17.8-qt5plugins.patch
38 - "${FILESDIR}"/${PN}-1.17.8-unix-distro-build.patch )
39 + "${FILESDIR}"/${PN}-1.17.8-unix-distro-build.patch
40 +)
41
42 pkg_nofetch() {
43 elog "Please download ${A} from:"