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 87DD81389E2 for ; Mon, 15 Dec 2014 23:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98AC4E09B1; Mon, 15 Dec 2014 23:28:56 +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 C9469E09AB for ; Mon, 15 Dec 2014 23:28:55 +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 063B13402C3 for ; Mon, 15 Dec 2014 23:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AF3AC865 for ; Mon, 15 Dec 2014 23:28:53 +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: <1418685816.58ab8d3c935fa879457f3a4ab9f35c799f084c4c.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/gcr/ X-VCS-Repository: proj/gnome X-VCS-Files: app-crypt/gcr/gcr-3.14.0.ebuild X-VCS-Directories: app-crypt/gcr/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 58ab8d3c935fa879457f3a4ab9f35c799f084c4c X-VCS-Branch: master Date: Mon, 15 Dec 2014 23:28:53 +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: 2e78febd-8a8c-4f61-b7cc-afca24a8b4f1 X-Archives-Hash: ff88cf19e5884ddfc801a91ca6ed8610 commit: 58ab8d3c935fa879457f3a4ab9f35c799f084c4c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 15 23:23:36 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 15 23:23:36 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=58ab8d3c app-crypt/gcr: moved to gentoo-x86 --- app-crypt/gcr/gcr-3.14.0.ebuild | 78 ----------------------------------------- 1 file changed, 78 deletions(-) diff --git a/app-crypt/gcr/gcr-3.14.0.ebuild b/app-crypt/gcr/gcr-3.14.0.ebuild deleted file mode 100644 index 8f4f82c..0000000 --- a/app-crypt/gcr/gcr-3.14.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.20" -VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-any-r1 vala virtualx - -DESCRIPTION="Libraries for cryptographic UIs and accessing PKCS#11 modules" -HOMEPAGE="https://developer.gnome.org/gcr/" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0/1" # subslot = suffix of libgcr-3 -IUSE="debug gtk +introspection vala" -REQUIRED_USE="vala? ( introspection )" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris" - -COMMON_DEPEND=" - >=app-crypt/gnupg-2 - >=app-crypt/p11-kit-0.19 - >=dev-libs/glib-2.34:2 - >=dev-libs/libgcrypt-1.2.2:0= - >=dev-libs/libtasn1-1:= - >=sys-apps/dbus-1 - gtk? ( >=x11-libs/gtk+-3:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-1.34 ) -" -RDEPEND="${COMMON_DEPEND} - !