From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-941006-garchives=archives.gentoo.org@lists.gentoo.org> 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 82909139694 for <garchives@archives.gentoo.org>; Sun, 26 Mar 2017 17:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B375621C038; Sun, 26 Mar 2017 17:19:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86E2B21C038 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 17:19:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A34D034166B for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 17:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65E9870B7 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 17:19:49 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1490548763.2cc18f2aabbdf42e28d1f0dd1c78443656cd28c6.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbmail/bbmail-0.9.3.ebuild X-VCS-Directories: x11-misc/bbmail/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 2cc18f2aabbdf42e28d1f0dd1c78443656cd28c6 X-VCS-Branch: master Date: Sun, 26 Mar 2017 17:19:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 868ff734-4e67-48f4-bec0-0520e276d8ce X-Archives-Hash: 144e9459744f141ff30dd9d7f86479d0 commit: 2cc18f2aabbdf42e28d1f0dd1c78443656cd28c6 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 26 17:19:23 2017 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 17:19:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc18f2a x11-misc/bbmail: remove unused version 0.9.3. Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/bbmail/bbmail-0.9.3.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/x11-misc/bbmail/bbmail-0.9.3.ebuild b/x11-misc/bbmail/bbmail-0.9.3.ebuild deleted file mode 100644 index 29a6808d6b7..00000000000 --- a/x11-misc/bbmail/bbmail-0.9.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit autotools eutils - -DESCRIPTION="blackbox mail notification" -HOMEPAGE="https://sourceforge.net/projects/bbtools" -SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-wm/blackbox - x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc4.3.patch \ - "${FILESDIR}"/${P}-gcc4.4.patch - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dobin scripts/bbmailparsefm.pl - dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README TODO -}