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 04996138CD3 for ; Tue, 9 Jun 2015 13:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C556BE0877; Tue, 9 Jun 2015 13:49:02 +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 17F50E086F for ; Tue, 9 Jun 2015 13:49:02 +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 718A83409BC for ; Tue, 9 Jun 2015 13:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1DF7A35 for ; Tue, 9 Jun 2015 13:48:58 +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: <1433857722.b2c8e36d30e79f8532f2bb8b5ed7821003b197be.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.16.0.ebuild X-VCS-Directories: app-crypt/gcr/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: b2c8e36d30e79f8532f2bb8b5ed7821003b197be X-VCS-Branch: master Date: Tue, 9 Jun 2015 13:48:58 +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: b01cccd9-fd65-4bb1-b198-a79c959dc039 X-Archives-Hash: 5d669199552c52b0a763a6f63c58d45a commit: b2c8e36d30e79f8532f2bb8b5ed7821003b197be Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Jun 9 10:04:10 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 9 13:48:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b2c8e36d app-crypt/gcr: moved to gentoo-x86 app-crypt/gcr/gcr-3.16.0.ebuild | 79 ----------------------------------------- 1 file changed, 79 deletions(-) diff --git a/app-crypt/gcr/gcr-3.16.0.ebuild b/app-crypt/gcr/gcr-3.16.0.ebuild deleted file mode 100644 index 05f3094..0000000 --- a/app-crypt/gcr/gcr-3.16.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -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 ~arm64 ~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.38:2 - >=dev-libs/libgcrypt-1.2.2:0= - >=dev-libs/libtasn1-1:= - >=sys-apps/dbus-1 - gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-1.34 ) -" -RDEPEND="${COMMON_DEPEND} - !