diff options
author | Fabian Köster <mail@fabian-koester.com> | 2019-10-29 09:12:27 +0100 |
---|---|---|
committer | Fabian Köster <mail@fabian-koester.com> | 2019-10-29 09:13:34 +0100 |
commit | a0f3760c564868378c415564759265f8036e5f14 (patch) | |
tree | 48758e3824e2c4efda3813e6d193d355f03de078 /app-pda | |
parent | Stabilize for amd64 (diff) | |
download | sogo-connector-a0f3760c564868378c415564759265f8036e5f14.tar.gz sogo-connector-a0f3760c564868378c415564759265f8036e5f14.tar.bz2 sogo-connector-a0f3760c564868378c415564759265f8036e5f14.zip |
Cleanup old
Signed-off-by: Fabian Köster <mail@fabian-koester.com>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/sogo-connector/sogo-connector-31.0.5.ebuild | 38 |
1 files changed, 0 insertions, 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 -} |