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 44B3A139083 for ; Thu, 21 Dec 2017 23:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C0E5E0FAF; Thu, 21 Dec 2017 23:32:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA30BE0FAF for ; Thu, 21 Dec 2017 23:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC44D3406D1 for ; Thu, 21 Dec 2017 23:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB7E4AE96 for ; Thu, 21 Dec 2017 23:31:56 +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: <1513899088.eafc7c57def19c206c70490af4aea162f24410dd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libcryptui/libcryptui-3.12.2.ebuild X-VCS-Directories: x11-libs/libcryptui/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: eafc7c57def19c206c70490af4aea162f24410dd X-VCS-Branch: master Date: Thu, 21 Dec 2017 23:31:56 +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: c2c9c387-65c2-4cc5-90c5-7bda95987f13 X-Archives-Hash: e144bac9e0495f4e5980c14285d1012f commit: eafc7c57def19c206c70490af4aea162f24410dd Author: Mart Raudsepp gentoo org> AuthorDate: Thu Dec 21 23:19:17 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Dec 21 23:31:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafc7c57 x11-libs/libcryptui: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-libs/libcryptui/libcryptui-3.12.2.ebuild | 62 ---------------------------- 1 file changed, 62 deletions(-) diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild deleted file mode 100644 index edaa2db9c18..00000000000 --- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools gnome2 - -DESCRIPTION="User interface components for OpenPGP" -HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse" - -LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1" -SLOT="0" -IUSE="debug +introspection libnotify" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" - -# Pull in libnotify-0.7 because it's controlled via an automagic ifdef -COMMON_DEPEND=" - >=dev-libs/glib-2.32:2 - >=x11-libs/gtk+-3:3[introspection?] - >=dev-libs/dbus-glib-0.72 - gnome-base/libgnome-keyring - x11-libs/libICE - x11-libs/libSM - - >=app-crypt/gpgme-1:1= - >=app-crypt/gnupg-1.4 - - introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - libnotify? ( >=x11-libs/libnotify-0.7:= ) -" -DEPEND="${COMMON_DEPEND} - app-text/rarian - >=dev-util/gtk-doc-am-1.9 - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" -# Before 3.1.4, libcryptui was part of seahorse -RDEPEND="${COMMON_DEPEND} - !