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 3C8401381F3 for ; Sun, 16 Dec 2012 14:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AE50E062C; Sun, 16 Dec 2012 14:52:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98411E062C for ; Sun, 16 Dec 2012 14:52:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 826F133DC73 for ; Sun, 16 Dec 2012 14:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2481BE543C for ; Sun, 16 Dec 2012 14:52:37 +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: <1355669503.30b4bad0de7e7bd39e3ed254840839a6458025f8.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/ X-VCS-Repository: proj/gnome X-VCS-Files: app-crypt/seahorse/metadata.xml app-crypt/seahorse/seahorse-3.6.3.ebuild app-crypt/seahorse/seahorse-9999.ebuild X-VCS-Directories: app-crypt/seahorse/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 30b4bad0de7e7bd39e3ed254840839a6458025f8 X-VCS-Branch: master Date: Sun, 16 Dec 2012 14:52:37 +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: b519255f-c4bb-49cb-9645-f6e81d2ec30f X-Archives-Hash: 06b1bf555310c24c0fe045caa812f6e5 commit: 30b4bad0de7e7bd39e3ed254840839a6458025f8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 16 14:51:43 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 16 14:51:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30b4bad0 app-crypt/seahorse: moved to gx86 * Resync live ebuild. * Drop introspection from metadata.xml, it is now a global use flag. --- app-crypt/seahorse/metadata.xml | 4 +- app-crypt/seahorse/seahorse-3.6.3.ebuild | 75 ------------------------------ app-crypt/seahorse/seahorse-9999.ebuild | 29 +++++++---- 3 files changed, 19 insertions(+), 89 deletions(-) diff --git a/app-crypt/seahorse/metadata.xml b/app-crypt/seahorse/metadata.xml index 380a237..3a3eec1 100644 --- a/app-crypt/seahorse/metadata.xml +++ b/app-crypt/seahorse/metadata.xml @@ -3,8 +3,6 @@ gnome - Use - dev-libs/gobject-introspection for introspection Enable seahorse to manipulate GPG keys on a LDAP server. Seahorse is a Gnome interface for GnuPG. It's main purpose is to be a PGP/GPG Key Manager, though @@ -28,5 +26,5 @@ Delete Key Plugins: Nautilus Integration Gedit plugin - + diff --git a/app-crypt/seahorse/seahorse-3.6.3.ebuild b/app-crypt/seahorse/seahorse-3.6.3.ebuild deleted file mode 100644 index 7341220..0000000 --- a/app-crypt/seahorse/seahorse-3.6.3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="A GNOME application for managing encryption keys" -HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html" - -LICENSE="GPL-2" -SLOT="0" -IUSE="avahi debug ldap" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86 ~x86-fbsd" -fi - -COMMON_DEPEND=" - >=app-crypt/gcr-3.3.4 - >=dev-libs/glib-2.10:2 - >=x11-libs/gtk+-3.4:3 - >=app-crypt/libsecret-0.5 - net-libs/libsoup:2.4 - x11-misc/shared-mime-info - - net-misc/openssh - >=app-crypt/gpgme-1 - || ( - =app-crypt/gnupg-2.0* - =app-crypt/gnupg-1.4* ) - - avahi? ( >=net-dns/avahi-0.6 ) - ldap? ( net-nds/openldap ) -" -DEPEND="${COMMON_DEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" -# Need seahorse-plugins git snapshot -RDEPEND="${COMMON_DEPEND} - !