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 DD4E41389E2 for ; Sun, 21 Dec 2014 13:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DEC7E0B63; Sun, 21 Dec 2014 13:28:37 +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 1BBB2E0B33 for ; Sun, 21 Dec 2014 13:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5385734064B for ; Sun, 21 Dec 2014 13:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D97D045 for ; Sun, 21 Dec 2014 13:28:32 +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: <1419162409.469ce4848d82ec4ab74affa062c4f71ff97e9ecc.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.14.2.ebuild X-VCS-Directories: app-misc/bijiben/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 469ce4848d82ec4ab74affa062c4f71ff97e9ecc X-VCS-Branch: master Date: Sun, 21 Dec 2014 13:28:32 +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: eab6a819-a2c5-48e5-acd7-40505cde973a X-Archives-Hash: 64f2e7db287b4eb9bf44993dfcd4ac3d commit: 469ce4848d82ec4ab74affa062c4f71ff97e9ecc Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 21 11:46:49 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 21 11:46:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=469ce484 app-misc/bijiben: moved to gentoo-x86 --- app-misc/bijiben/bijiben-3.14.2.ebuild | 41 ---------------------------------- 1 file changed, 41 deletions(-) diff --git a/app-misc/bijiben/bijiben-3.14.2.ebuild b/app-misc/bijiben/bijiben-3.14.2.ebuild deleted file mode 100644 index 23c997e..0000000 --- a/app-misc/bijiben/bijiben-3.14.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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="https://wiki.gnome.org/Apps/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/evolution-data-server-3 - gnome-extra/zeitgeist - 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 -" -# app-text/yelp-tools - -src_configure() { - gnome2_src_configure \ - ITSTOOL="$(type -P true)" \ - --disable-update-mimedb -}