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