From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D81F513829B for ; Mon, 30 May 2016 06:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0B714218; Mon, 30 May 2016 06:09:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78A4214218 for ; Mon, 30 May 2016 06:09:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DEC0340A9E for ; Mon, 30 May 2016 06:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26A9EFFC for ; Mon, 30 May 2016 06:09:03 +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: <1464588415.ab8f97c0f1b0e3162a2b1d5980029d56ac042ca7.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-24.0.7.ebuild app-pda/sogo-connector/sogo-connector-31.0.0.ebuild app-pda/sogo-connector/sogo-connector-31.0.1.ebuild X-VCS-Directories: app-pda/sogo-connector/ X-VCS-Committer: fabian_koester X-VCS-Committer-Name: Fabian Köster X-VCS-Revision: ab8f97c0f1b0e3162a2b1d5980029d56ac042ca7 X-VCS-Branch: master Date: Mon, 30 May 2016 06:09:03 +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-Archives-Salt: 2b31de3f-e57f-4854-b45a-94c459292065 X-Archives-Hash: e23987927411a43d1c11c1bc88438ff0 commit: ab8f97c0f1b0e3162a2b1d5980029d56ac042ca7 Author: Fabian Köster posteo de> AuthorDate: Mon May 30 06:06:55 2016 +0000 Commit: Fabian Köster posteo de> CommitDate: Mon May 30 06:06:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/user/sogo-connector.git/commit/?id=ab8f97c0 Remove old .../sogo-connector/sogo-connector-24.0.7.ebuild | 37 ---------------------- .../sogo-connector/sogo-connector-31.0.0.ebuild | 37 ---------------------- .../sogo-connector/sogo-connector-31.0.1.ebuild | 37 ---------------------- 3 files changed, 111 deletions(-) diff --git a/app-pda/sogo-connector/sogo-connector-24.0.7.ebuild b/app-pda/sogo-connector/sogo-connector-24.0.7.ebuild deleted file mode 100644 index 5d43de7..0000000 --- a/app-pda/sogo-connector/sogo-connector-24.0.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils versionator - -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}.zip" - -RDEPEND="=mail-client/thunderbird-${THUNDERBIRD_VERSION}*[lightning]" - -DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}.tb${THUNDERBIRD_VERSION}-${P}" - -src_prepare() { - epatch "${FILESDIR}/${P}-makefile.patch" -} - -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 - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die - unzip "${S}/${P}.xpi" || die -} diff --git a/app-pda/sogo-connector/sogo-connector-31.0.0.ebuild b/app-pda/sogo-connector/sogo-connector-31.0.0.ebuild deleted file mode 100644 index ff9fb22..0000000 --- a/app-pda/sogo-connector/sogo-connector-31.0.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils versionator - -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}.zip" - -RDEPEND="=mail-client/thunderbird-${THUNDERBIRD_VERSION}*[lightning]" - -DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}.tb${THUNDERBIRD_VERSION}-${P}" - -src_prepare() { - epatch "${FILESDIR}/makefile.patch" -} - -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 - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die - unzip "${S}/${P}.xpi" || die -} diff --git a/app-pda/sogo-connector/sogo-connector-31.0.1.ebuild b/app-pda/sogo-connector/sogo-connector-31.0.1.ebuild deleted file mode 100644 index ff9fb22..0000000 --- a/app-pda/sogo-connector/sogo-connector-31.0.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils versionator - -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}.zip" - -RDEPEND="=mail-client/thunderbird-${THUNDERBIRD_VERSION}*[lightning]" - -DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}.tb${THUNDERBIRD_VERSION}-${P}" - -src_prepare() { - epatch "${FILESDIR}/makefile.patch" -} - -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 - cd "${ED}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die - unzip "${S}/${P}.xpi" || die -}