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 69BFD139084 for ; Wed, 20 Dec 2017 21:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C89A6E116E; Wed, 20 Dec 2017 21:02:51 +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 97BDDE116E for ; Wed, 20 Dec 2017 21:02:51 +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 C8D8233E4AD for ; Wed, 20 Dec 2017 21:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FA4EAE89 for ; Wed, 20 Dec 2017 21:02:48 +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: <1513803709.a3f36af2c5557264a5960d2185405b4423d28a9b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/balsa/balsa-2.5.3.ebuild X-VCS-Directories: mail-client/balsa/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a3f36af2c5557264a5960d2185405b4423d28a9b X-VCS-Branch: master Date: Wed, 20 Dec 2017 21:02:48 +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: 52a83b77-5e95-4661-9c8e-9331f20325a4 X-Archives-Hash: 9c64641e4b37bb9a8222b411d469a25b commit: a3f36af2c5557264a5960d2185405b4423d28a9b Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 20 20:49:47 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 20 21:01:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f36af2 mail-client/balsa: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 mail-client/balsa/balsa-2.5.3.ebuild | 76 ------------------------------------ 1 file changed, 76 deletions(-) diff --git a/mail-client/balsa/balsa-2.5.3.ebuild b/mail-client/balsa/balsa-2.5.3.ebuild deleted file mode 100644 index c2af66a84eb..00000000000 --- a/mail-client/balsa/balsa-2.5.3.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="Email client for GNOME" -HOMEPAGE="http://pawsa.fedorapeople.org/balsa/" -SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -IUSE="crypt gnome gnome-keyring kerberos ldap libnotify libressl rubrica spell sqlite webkit xface" - -# TODO: esmtp can be optional, do we want it? -RDEPEND=" - >=dev-libs/glib-2.40.0:2 - >=x11-libs/gtk+-3.10.0:3 - dev-libs/gmime:2.6 - >=net-libs/libesmtp-1.0.3:= - net-mail/mailbase - media-libs/libcanberra:=[gtk3] - x11-themes/hicolor-icon-theme - x11-themes/adwaita-icon-theme - crypt? ( >=app-crypt/gpgme-1.2.0:= ) - gnome? ( >=x11-libs/gtksourceview-3.2.0:3.0 ) - gnome-keyring? ( app-crypt/libsecret ) - sqlite? ( >=dev-db/sqlite-2.8:= ) - libnotify? ( >=x11-libs/libnotify-0.7:= ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - kerberos? ( app-crypt/mit-krb5 ) - ldap? ( net-nds/openldap ) - rubrica? ( dev-libs/libxml2:2 ) - spell? ( app-text/gspell:0= ) - webkit? ( net-libs/webkit-gtk:4 ) - xface? ( >=media-libs/compface-1.5.1:= ) -" -DEPEND="${RDEPEND} - app-text/yelp-tools - dev-python/html2text - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext -" - -src_prepare() { - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*" - - # https://bugzilla.gnome.org/show_bug.cgi?id=750516 - sed -i -e 's/@TOOLKIT_CATEGORIES@//' balsa-mailto-handler.desktop.in.in || die - - # https://bugzilla.gnome.org/show_bug.cgi?id=750515 - echo "src/balsa-print-object.c" >> po/POTFILES.in || die - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --with-canberra \ - $(usex crypt --with-gpgme=gpgme-config --without-gpgme) \ - $(use_with gnome) \ - $(use_with gnome gtksourceview) \ - $(use_with gnome-keyring libsecret) \ - $(use_with kerberos gss) \ - $(use_with ldap) \ - $(use_with libnotify) \ - $(use_with rubrica) \ - $(usex spell --with-spell-checker=gspell --with-spell-checker=no) \ - $(use_with sqlite) \ - $(use_with xface compface) \ - $(usex webkit --with-html-widget=webkit2 --with-html-widget=no) -}