From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDE2D138334 for ; Fri, 15 Feb 2019 13:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0340E0918; Fri, 15 Feb 2019 13:42:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB45DE0905 for ; Fri, 15 Feb 2019 13:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90810335CE4 for ; Fri, 15 Feb 2019 13:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C7D2548 for ; Fri, 15 Feb 2019 13:42:15 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550237907.db15cba6fe8f1eadfac5d3d06fe4afe33c9fad3a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/bijiben/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/bijiben/Manifest app-misc/bijiben/bijiben-3.26.2.ebuild X-VCS-Directories: app-misc/bijiben/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: db15cba6fe8f1eadfac5d3d06fe4afe33c9fad3a X-VCS-Branch: master Date: Fri, 15 Feb 2019 13:42:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef18214b-3839-4167-8a40-628704a59fad X-Archives-Hash: be8e3922fb17941dcbafceed006d0c4a commit: db15cba6fe8f1eadfac5d3d06fe4afe33c9fad3a Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 15 13:33:03 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 15 13:38:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db15cba6 app-misc/bijiben: bump to 3.26.2 for tracker-2 support Adds checking for tracker 2.0 API and has a couple translation updates, otherwise identical to 3.26.1 Bug: https://bugs.gentoo.org/672308 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-misc/bijiben/Manifest | 1 + app-misc/bijiben/bijiben-3.26.2.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-misc/bijiben/Manifest b/app-misc/bijiben/Manifest index 23bca445504..56420eb34d2 100644 --- a/app-misc/bijiben/Manifest +++ b/app-misc/bijiben/Manifest @@ -1 +1,2 @@ DIST bijiben-3.26.1.tar.xz 864676 BLAKE2B 8c15939d356af70ed30c8bf7dcb9cb8d81ac6f1ad5969b0b6e9fefd08efd267c65454f582e368d5183425d3cfba9fe6d2d227d1825f1c7be52fbdc5ff53ef0ff SHA512 a057fcd0400eecff90bd8feb67c775ca036d0f40e92b44cc1f35fe418288ad9aec5cfb080c8c47ba862bfbecfd94ec69a0bbd811e0364d2e273901b7d4a8b2f9 +DIST bijiben-3.26.2.tar.xz 865148 BLAKE2B 77bb78745295d414153e18491fd16faad29defabaff4ad979db7cc6e6fe075e042dd8b04d321282fbfbf163541818019bc2cbda0f8562010dfc32f275f3f54e8 SHA512 1db8c5e605b5c6a0fcd8743365a53b6ab2d986a18d501a3f02e892bcfc8ba91e9ca933b6f2a4318f71724b40f190d0ebc18eabfe1332de6765b9bca09d36718e diff --git a/app-misc/bijiben/bijiben-3.26.2.ebuild b/app-misc/bijiben/bijiben-3.26.2.ebuild new file mode 100644 index 00000000000..f6d4902983e --- /dev/null +++ b/app-misc/bijiben/bijiben-3.26.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Note editor designed to remain simple to use" +HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.53.4:2 + >=x11-libs/gtk+-3.11.4:3 + >=gnome-extra/evolution-data-server-3.13.90:= + >=net-libs/webkit-gtk-2.10.0:4 + net-libs/gnome-online-accounts:= + dev-libs/libxml2:2 + app-misc/tracker:= + sys-apps/util-linux +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-util/gdbus-codegen + >=dev-util/intltool-0.50.1 + dev-util/itstool + sys-devel/gettext + virtual/pkgconfig +"