commit: f3adac4f238c564d4867c22358936fd7bf3db64c Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Apr 6 16:05:22 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 22:55:09 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f3adac4f
app-misc/bijiben: 3.10.2 → 3.12.0 --- app-misc/bijiben/bijiben-3.12.0.ebuild | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/app-misc/bijiben/bijiben-3.12.0.ebuild b/app-misc/bijiben/bijiben-3.12.0.ebuild new file mode 100644 index 0000000..44dd406 --- /dev/null +++ b/app-misc/bijiben/bijiben-3.12.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Note editor designed to remain simple to use" +HOMEPAGE="http://live.gnome.org/Bijiben" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# zeitgeist is optional but automagic +RDEPEND=" + >=app-misc/tracker-1:= + >=dev-libs/glib-2.28:2 + dev-libs/libxml2 + gnome-extra/zeitgeist + media-libs/clutter-gtk:1.0 + net-libs/gnome-online-accounts + net-libs/webkit-gtk:3 + sys-apps/util-linux + >=x11-libs/gtk+-3.11.4:3 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.0 + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure ITSTOOL="$(type -P true)" +}