Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/tiramisu/
Date: Sat, 28 Nov 2020 13:58:01
Message-Id: 1606509791.0faea2185b556a0e64606a485d7f4a00971dc6e0.andrewammerlaan@gentoo
1 commit: 0faea2185b556a0e64606a485d7f4a00971dc6e0
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Fri Nov 27 20:43:00 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Nov 27 20:43:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0faea218
7
8 gui-apps/tiramisu: depend dev-libs/glib:2[dbus]
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 gui-apps/tiramisu/tiramisu-0_p20201110.ebuild | 6 ++++--
14 gui-apps/tiramisu/tiramisu-9999.ebuild | 6 ++++--
15 2 files changed, 8 insertions(+), 4 deletions(-)
16
17 diff --git a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
18 index 78c48693..27bbb3fb 100644
19 --- a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
20 +++ b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild
21 @@ -3,8 +3,7 @@
22
23 EAPI=7
24
25 -if [[ "${PV}" == 9999 ]]
26 -then
27 +if [[ "${PV}" == 9999 ]]; then
28 inherit git-r3
29 EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
30 else
31 @@ -20,6 +19,9 @@ HOMEPAGE="https://github.com/Sweets/tiramisu"
32 LICENSE="MIT"
33 SLOT="0"
34
35 +RDEPEND="dev-libs/glib:2[dbus]"
36 +DEPEND="${RDEPEND}"
37 +
38 src_install() {
39 emake DESTDIR="${ED}" PREFIX=/usr install
40 }
41
42 diff --git a/gui-apps/tiramisu/tiramisu-9999.ebuild b/gui-apps/tiramisu/tiramisu-9999.ebuild
43 index 78c48693..27bbb3fb 100644
44 --- a/gui-apps/tiramisu/tiramisu-9999.ebuild
45 +++ b/gui-apps/tiramisu/tiramisu-9999.ebuild
46 @@ -3,8 +3,7 @@
47
48 EAPI=7
49
50 -if [[ "${PV}" == 9999 ]]
51 -then
52 +if [[ "${PV}" == 9999 ]]; then
53 inherit git-r3
54 EGIT_REPO_URI="https://github.com/Sweets/tiramisu"
55 else
56 @@ -20,6 +19,9 @@ HOMEPAGE="https://github.com/Sweets/tiramisu"
57 LICENSE="MIT"
58 SLOT="0"
59
60 +RDEPEND="dev-libs/glib:2[dbus]"
61 +DEPEND="${RDEPEND}"
62 +
63 src_install() {
64 emake DESTDIR="${ED}" PREFIX=/usr install
65 }