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 5EEFD138334 for ; Tue, 29 Oct 2019 08:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47B69E086B; Tue, 29 Oct 2019 08:14:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D7EEE086B for ; Tue, 29 Oct 2019 08:14:08 +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 01D3B34C3E8 for ; Tue, 29 Oct 2019 08:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2C90773 for ; Tue, 29 Oct 2019 08:14:04 +0000 (UTC) From: "Fabian Köster" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Köster" Message-ID: <1572336814.a0f3760c564868378c415564759265f8036e5f14.fabian_koester@gentoo> Subject: [gentoo-commits] repo/user/sogo-connector:master commit in: app-pda/sogo-connector/ X-VCS-Repository: repo/user/sogo-connector X-VCS-Files: app-pda/sogo-connector/sogo-connector-31.0.5.ebuild X-VCS-Directories: app-pda/sogo-connector/ X-VCS-Committer: fabian_koester X-VCS-Committer-Name: Fabian Köster X-VCS-Revision: a0f3760c564868378c415564759265f8036e5f14 X-VCS-Branch: master Date: Tue, 29 Oct 2019 08:14:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f923428a-91db-43ca-b0aa-9a2f9bb09de8 X-Archives-Hash: a5a97ac57080c5d3aa8a016c58a11ea4 commit: a0f3760c564868378c415564759265f8036e5f14 Author: Fabian Köster fabian-koester com> AuthorDate: Tue Oct 29 08:12:27 2019 +0000 Commit: Fabian Köster posteo de> CommitDate: Tue Oct 29 08:13:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/user/sogo-connector.git/commit/?id=a0f3760c Cleanup old Signed-off-by: Fabian Köster fabian-koester.com> .../sogo-connector/sogo-connector-31.0.5.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/app-pda/sogo-connector/sogo-connector-31.0.5.ebuild b/app-pda/sogo-connector/sogo-connector-31.0.5.ebuild deleted file mode 100644 index f67e837..0000000 --- a/app-pda/sogo-connector/sogo-connector-31.0.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=6 - -inherit eutils versionator #git-r3 - -DESCRIPTION="CardDAV plugin for mail-client/thunderbird" -HOMEPAGE="http://www.sogo.nu/downloads/frontends.html" -THUNDERBIRD_VERSION="$(get_major_version )" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -SRC_URI="https://github.com/inverse-inc/${PN}.tb${THUNDERBIRD_VERSION}/archive/${P}.tar.gz" - -RDEPEND="|| ( =mail-client/thunderbird-45*[lightning] =mail-client/thunderbird-52*[lightning] )" - -DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}.tb${THUNDERBIRD_VERSION}-${P}" - -src_prepare() { - epatch "${FILESDIR}/makefile.patch" - epatch "${FILESDIR}/31.0.5-fix-version.patch" - default -} - -src_install() { - declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/thunderbird" - - emid=$(sed -n '/em:id=/!d; s/\s*em:id="//; s/"\s*//; p; q' install.rdf) - - dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} || die - unzip "${P}.xpi" -d "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid}|| die -}