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 EA609138334 for ; Sat, 23 Feb 2019 20:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D1F9E0843; Sat, 23 Feb 2019 20:37:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D96FBE0843 for ; Sat, 23 Feb 2019 20:37:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3E675335DA1 for ; Sat, 23 Feb 2019 20:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD1A954C for ; Sat, 23 Feb 2019 20:37:25 +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: <1550951968.529f06ce1dba7b4ba45934ee5f90fb3e64c116f4.leio@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.26.2.ebuild X-VCS-Directories: app-misc/bijiben/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 529f06ce1dba7b4ba45934ee5f90fb3e64c116f4 X-VCS-Branch: master Date: Sat, 23 Feb 2019 20:37:25 +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: 4db6991a-b31a-4fdc-91f6-24eda5e5682c X-Archives-Hash: 6bdad209a116eb0e75b04a1527b3e675 commit: 529f06ce1dba7b4ba45934ee5f90fb3e64c116f4 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 23 19:59:28 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 23 19:59:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=529f06ce app-misc/bijiben: remove 3.26, available in ::gentoo Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-misc/bijiben/bijiben-3.26.2.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/app-misc/bijiben/bijiben-3.26.2.ebuild b/app-misc/bijiben/bijiben-3.26.2.ebuild deleted file mode 100644 index 7b209c86..00000000 --- a/app-misc/bijiben/bijiben-3.26.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 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-1:= - 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 -"