From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6376B138A1F for ; Sun, 20 Apr 2014 22:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90E21E0962; Sun, 20 Apr 2014 22:57:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D5FFE0964 for ; Sun, 20 Apr 2014 22:57:16 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8800933FEA4 for ; Sun, 20 Apr 2014 22:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D2425187AB for ; Sun, 20 Apr 2014 22:57:12 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1398034509.f3adac4f238c564d4867c22358936fd7bf3db64c.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/bijiben/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/bijiben/bijiben-3.12.0.ebuild X-VCS-Directories: app-misc/bijiben/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f3adac4f238c564d4867c22358936fd7bf3db64c X-VCS-Branch: master Date: Sun, 20 Apr 2014 22:57:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 94713a28-e6e9-47e4-9ac1-e2b7d1162466 X-Archives-Hash: 31db5e349bf67094baa93c98f1e6e114 commit: f3adac4f238c564d4867c22358936fd7bf3db64c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 6 16:05:22 2014 +0000 Commit: Gilles Dartiguelongue gentoo 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)" +}