Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gpaste/
Date: Sun, 27 Sep 2020 10:27:38
Message-Id: 1601202447.2c7b21b46c91937d6e24e80f1ece61c90250d772.juippis@gentoo
1 commit: 2c7b21b46c91937d6e24e80f1ece61c90250d772
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 10:21:59 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 10:27:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7b21b4
7
8 x11-misc/gpaste: stylize 3.36.3
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/gpaste/gpaste-3.36.3.ebuild | 22 +++++++++++-----------
13 1 file changed, 11 insertions(+), 11 deletions(-)
14
15 diff --git a/x11-misc/gpaste/gpaste-3.36.3.ebuild b/x11-misc/gpaste/gpaste-3.36.3.ebuild
16 index ed725004116..c80647c39d7 100644
17 --- a/x11-misc/gpaste/gpaste-3.36.3.ebuild
18 +++ b/x11-misc/gpaste/gpaste-3.36.3.ebuild
19 @@ -15,39 +15,39 @@ SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20 LICENSE="GPL-3"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="+introspection +gnome vala systemd"
24 +IUSE="+gnome +introspection systemd vala"
25 REQUIRED_USE="
26 - vala? ( introspection )
27 gnome? ( introspection )
28 + vala? ( introspection )
29 "
30
31 DEPEND="
32 - x11-libs/pango
33 dev-libs/appstream-glib
34 >=dev-libs/glib-2.48:2
35 - introspection? (
36 - >=x11-wm/mutter-3.36[introspection]
37 - dev-libs/gjs
38 - >=dev-libs/gobject-introspection-1.48.0
39 - )
40 sys-apps/dbus
41 >=x11-libs/gdk-pixbuf-2.34:2
42 >=x11-libs/gtk+-3.20:3
43 x11-libs/libX11
44 x11-libs/libXi
45 + x11-libs/pango
46 gnome? (
47 >=x11-wm/mutter-3.36
48 )
49 + introspection? (
50 + dev-libs/gjs
51 + >=dev-libs/gobject-introspection-1.48.0
52 + >=x11-wm/mutter-3.36[introspection]
53 + )
54 "
55 BDEPEND="
56 - vala? ( $(vala_depend) )
57 + virtual/pkgconfig
58 gnome? (
59 gnome-base/gnome-control-center:2
60 )
61 - virtual/pkgconfig
62 systemd? (
63 sys-apps/systemd
64 )
65 + vala? ( $(vala_depend) )
66 "
67 RDEPEND="${DEPEND}
68 gnome? (
69 @@ -59,7 +59,7 @@ RDEPEND="${DEPEND}
70 )
71 "
72
73 -S=${WORKDIR}/GPaste-${PV}
74 +S="${WORKDIR}/GPaste-${PV}"
75
76 src_prepare() {
77 use vala && vala_src_prepare