commit:     a0f3760c564868378c415564759265f8036e5f14
Author:     Fabian Köster <mail <AT> fabian-koester <DOT> com>
AuthorDate: Tue Oct 29 08:12:27 2019 +0000
Commit:     Fabian Köster <fabian.koester <AT> posteo <DOT> 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 <mail <AT> 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
-}

Reply via email to