From: "Fabian Köster" <fabian.koester@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/sogo-connector:master commit in: app-pda/sogo-connector/
Date: Thu, 1 Nov 2018 20:18:27 +0000 (UTC) [thread overview]
Message-ID: <1541103494.c3c60a1472263be52146a656eaed7a40a6f7ce26.fabian_koester@gentoo> (raw)
commit: c3c60a1472263be52146a656eaed7a40a6f7ce26
Author: Fabian Köster <mail <AT> fabian-koester <DOT> com>
AuthorDate: Thu Nov 1 20:18:14 2018 +0000
Commit: Fabian Köster <fabian.koester <AT> posteo <DOT> de>
CommitDate: Thu Nov 1 20:18:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/user/sogo-connector.git/commit/?id=c3c60a14
Add sogo-connector-60.0.0
app-pda/sogo-connector/Manifest | 2 ++
.../sogo-connector/sogo-connector-60.0.0.ebuild | 38 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-pda/sogo-connector/Manifest b/app-pda/sogo-connector/Manifest
index fad8a12..37884be 100644
--- a/app-pda/sogo-connector/Manifest
+++ b/app-pda/sogo-connector/Manifest
@@ -1,4 +1,6 @@
AUX 31.0.5-fix-version.patch 643 BLAKE2B 7c42146fffa80efb968ca8b9e3ba013fe6ff38d2beeafd94b200e5098240b1ada049167658a7e93858be1daab8edfc13597d4fa0c1d6422ed1907fc413e3a75c SHA512 65373ff11852461495277d0586f87cdb403c0d913ef9467001b67928e161ee9d0737d1ee97afe3e218c30e3304f36e36597eca6e23d9dd8084d462d12c6002b3
AUX makefile.patch 710 BLAKE2B 5e1b66e4570c508160fc32bb9d417c3a70c83d505ca9e3797c5320f6aff0b67ea7ac225af0bbfb25538cee45829bef20e1d221bfe90b87d477a9e0a57c0ff267 SHA512 e6799e54bef3fe57f7920e5682119d3d45bd393c4dd2acd09bf4d874fb410864cf377c5fc3a67844b990c217ca50b33b44c81223562c3a33d00d7775c11d62bb
DIST sogo-connector-31.0.5.tar.gz 167269 BLAKE2B dd9949e7274a0327a6087b9507a22906ba6bb884cf1167c484d6f488f00fba774881004e36a338eedccdb07e72935c438e7638b471e6d7ec25c7559a81e4be44 SHA512 2423257f9218f1d471a1e76168d15a04e81d4e699f617fa10a14cf350570b1cbed397286864647a22313ad6c90bccc87422410c1c55514b6217d5d4f343cbfdf
+DIST sogo-connector-60.0.0.tar.gz 170906 BLAKE2B 25b53fcdc4dc0981f2d12601c0e12a0392425d65a767e2d90c276fb92abb9682ce5acfd0ec160fca3e64372cae61637d89d30f8aae9e36f42e22cfc7db3e9f69 SHA512 0d94468d6db7e90cc18b0179d98f159e22f4b2bfa63b3377c19bdf90be288074ef1a51663575981eddeba71e0724a5d422529395daf9449c5d8186558eff757c
EBUILD sogo-connector-31.0.5.ebuild 1042 BLAKE2B dac942264585edb8cfc58e424960bad67a670496ebeb07527f7808c5722cca00db5a74b454e172e926f9b08adf9725908a5ffd7e440bf62c49910b538fac69d7 SHA512 5a780ed0338b2edfa566a07b740866908f6cb5de6003048432d965a36ba2209f977a957d9c0969d6a9504f83aced422bd6fe822e532bc0993d9410d011b61c59
+EBUILD sogo-connector-60.0.0.ebuild 970 BLAKE2B 83e56e8e9cdde22bfd25ee9ed454d52e47ce9f5cfa9cd0c9d5f889e8103e5961b311db7980290f896ca2f61171f53250855878c1794bf567dc4f957638fa1d91 SHA512 21dc8c5b7bceb68e936079ba0b59c642d826d419771934b189c5be68c0f0aa6757dd3a74d1b4a1a2d8633583730850a8502220133742c08e64c97d2acc8956b0
diff --git a/app-pda/sogo-connector/sogo-connector-60.0.0.ebuild b/app-pda/sogo-connector/sogo-connector-60.0.0.ebuild
new file mode 100644
index 0000000..3ed6562
--- /dev/null
+++ b/app-pda/sogo-connector/sogo-connector-60.0.0.ebuild
@@ -0,0 +1,38 @@
+# 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}/archive/${P}.tar.gz"
+
+RDEPEND="=mail-client/thunderbird-60*[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
+}
next reply other threads:[~2018-11-01 20:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-01 20:18 Fabian Köster [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-02 8:59 [gentoo-commits] repo/user/sogo-connector:master commit in: app-pda/sogo-connector/ Fabian Köster
2019-10-29 8:14 Fabian Köster
2018-12-28 8:04 Fabian Köster
2018-11-02 8:04 Fabian Köster
2018-11-02 8:03 Fabian Köster
2016-07-20 9:00 Fabian Köster
2016-07-20 8:54 Fabian Köster
2016-07-20 8:34 Fabian Köster
2016-07-20 8:32 Fabian Köster
2016-06-09 12:15 Fabian Köster
2016-05-30 6:09 Fabian Köster
2015-11-12 14:50 Fabian Köster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1541103494.c3c60a1472263be52146a656eaed7a40a6f7ce26.fabian_koester@gentoo \
--to=fabian.koester@posteo.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox