From a0f3760c564868378c415564759265f8036e5f14 Mon Sep 17 00:00:00 2001 From: Fabian Köster Date: Tue, 29 Oct 2019 09:12:27 +0100 Subject: Cleanup old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Köster --- .../sogo-connector/sogo-connector-31.0.5.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 app-pda/sogo-connector/sogo-connector-31.0.5.ebuild 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 -} -- cgit v1.2.3-65-gdbad