public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/
Date: Sun,  2 Dec 2018 17:27:51 +0000 (UTC)	[thread overview]
Message-ID: <1543771576.c3a64b11f494d9b3e28a97d349534152f7c0a345.leio@gentoo> (raw)

commit:     c3a64b11f494d9b3e28a97d349534152f7c0a345
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 17:03:14 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 17:26:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a64b11

mail-client/balsa: remove old

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 mail-client/balsa/Manifest              |  1 -
 mail-client/balsa/balsa-2.5.3-r1.ebuild | 76 ---------------------------------
 2 files changed, 77 deletions(-)

diff --git a/mail-client/balsa/Manifest b/mail-client/balsa/Manifest
index 55ba83d382d..b4aad9b7f2f 100644
--- a/mail-client/balsa/Manifest
+++ b/mail-client/balsa/Manifest
@@ -1,2 +1 @@
-DIST balsa-2.5.3.tar.bz2 4333815 BLAKE2B ba8715108cf1122152c069130911275175d5c45ca12e85f1165cb7e86680015d6effd1ea5aaaebd5b154f67fc13002bd26ad0f0d7942253b2483896dd28a50fd SHA512 34e69be050f6c502fa6651029b7d93bf9b7842bbe8489669924563c086def4dbe72109ba5244e0cacf3ef69d3d9d8c5679f870acf564b5551920fa77012e1ff8
 DIST balsa-2.5.6.tar.bz2 4468877 BLAKE2B 1e7f678c69121fe3472bbba8dc3d2a62680e1969934580a8a85725e84676531f1efb8432380c2d537ca584001c5cecd5c76cd033a1c1e68a292fc765bbc15f8d SHA512 a9c8094ac48b9b1a0971fe45a4658b728f93ad170ad7884c9554420a4696a7b6f5b3661bde8ab070f6a5c14a80f67551745e1d40905881429ae1d8e5874e9a68

diff --git a/mail-client/balsa/balsa-2.5.3-r1.ebuild b/mail-client/balsa/balsa-2.5.3-r1.ebuild
deleted file mode 100644
index 233945aa427..00000000000
--- a/mail-client/balsa/balsa-2.5.3-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 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 ~sparc x86"
-
-IUSE="crypt gnome gnome-keyring kerberos ldap libnotify libressl rubrica sqlite webkit xface"
-
-# TODO: esmtp can be optional, do we want it?
-RDEPEND="
-	>=app-text/gspell-1.2:0=
-	>=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 )
-	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 \
-		--with-spell-checker=gspell \
-		$(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) \
-		$(use_with sqlite) \
-		$(use_with xface compface) \
-		$(usex webkit --with-html-widget=webkit2 --with-html-widget=no)
-}


             reply	other threads:[~2018-12-02 17:27 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02 17:27 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04 18:39 [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/ Andreas Sturmlechner
2023-05-18 12:17 Andreas Sturmlechner
2023-02-15 18:38 Matt Turner
2023-02-12  3:54 Matt Turner
2022-12-16 20:37 Arthur Zamarin
2022-10-30 23:21 Matt Turner
2022-09-26 14:57 Matt Turner
2022-09-26 14:54 Matt Turner
2022-03-23  0:45 Sam James
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-09-22 12:05 Mart Raudsepp
2021-08-21 17:31 Matt Turner
2021-05-29  9:02 Sam James
2021-05-29  6:09 Sam James
2021-05-02 15:07 Mikle Kolyada
2021-04-19  2:39 Matt Turner
2020-08-25 18:09 Sam James
2020-08-25  0:22 Sam James
2020-08-24  7:48 Mart Raudsepp
2018-07-15 15:41 Mart Raudsepp
2018-07-15 15:41 Mart Raudsepp
2018-07-15 15:41 Mart Raudsepp
2018-01-07 22:07 Sergei Trofimovich
2017-12-20 21:02 Mart Raudsepp
2017-09-02 18:00 Gilles Dartiguelongue
2017-08-09 20:52 Sergei Trofimovich
2017-07-14 11:44 Pacho Ramos
2017-02-10 19:08 Pacho Ramos
2017-01-21 19:51 Pacho Ramos
2016-11-27 11:21 Pacho Ramos
2016-11-04  9:40 Pacho Ramos
2015-10-10 23:40 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1543771576.c3a64b11f494d9b3e28a97d349534152f7c0a345.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox