Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/bijiben/
Date: Fri, 28 Dec 2018 23:32:17
Message-Id: 1546039914.f7b96f0a850b98d34cbb66536a04cfc7dec59f16.eva@gentoo
1 commit: f7b96f0a850b98d34cbb66536a04cfc7dec59f16
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 23:19:06 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 23:31:54 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f7b96f0a
7
8 app-misc/bijiben: 3.26.2 → 3.28.4.1
9
10 Switch build system to meson.
11
12 Package-Manager: Portage-2.3.53, Repoman-2.3.12
13 Manifest-Sign-Key: 0x5A56C8CD0C13248A
14 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
15
16 app-misc/bijiben/bijiben-3.28.4.1.ebuild | 31 +++++++++++++++++++++++++++++++
17 1 file changed, 31 insertions(+)
18
19 diff --git a/app-misc/bijiben/bijiben-3.28.4.1.ebuild b/app-misc/bijiben/bijiben-3.28.4.1.ebuild
20 new file mode 100644
21 index 00000000..31bb6452
22 --- /dev/null
23 +++ b/app-misc/bijiben/bijiben-3.28.4.1.ebuild
24 @@ -0,0 +1,31 @@
25 +# Copyright 1999-2018 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +inherit gnome.org gnome2-utils meson xdg
30 +
31 +DESCRIPTION="Note editor designed to remain simple to use"
32 +HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben"
33 +
34 +LICENSE="GPL-3+"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="
40 + >=app-misc/tracker-1:=
41 + >=dev-libs/glib-2.53.4:2
42 + net-libs/gnome-online-accounts:=
43 + >=x11-libs/gtk+-3.19.3:3
44 + >=gnome-extra/evolution-data-server-3.13.90:=
45 + dev-libs/libxml2:2
46 + sys-apps/util-linux
47 + >=net-libs/webkit-gtk-2.10.0:4
48 +"
49 +DEPEND="${RDEPEND}
50 + dev-util/itstool
51 + dev-util/gdbus-codegen
52 + >=dev-util/intltool-0.50.1
53 + >=sys-devel/gettext-0.19.7
54 + virtual/pkgconfig
55 +"