public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/sieve-connect/
Date: Sat, 15 Sep 2018 19:37:21 +0000 (UTC)	[thread overview]
Message-ID: <1537040229.d486958c034b8b44b63329d79df6a3ca9b463823.mgorny@gentoo> (raw)

commit:     d486958c034b8b44b63329d79df6a3ca9b463823
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep  1 19:01:51 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 19:37:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d486958c

mail-filter/sieve-connect: EAPI7 revbump, use HTTPs

Closes: https://bugs.gentoo.org/665054
Closes: https://github.com/gentoo/gentoo/pull/9759

 .../sieve-connect/sieve-connect-0.87-r1.ebuild     | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/mail-filter/sieve-connect/sieve-connect-0.87-r1.ebuild b/mail-filter/sieve-connect/sieve-connect-0.87-r1.ebuild
new file mode 100644
index 00000000000..07371b0cb2f
--- /dev/null
+++ b/mail-filter/sieve-connect/sieve-connect-0.87-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sieve Command Line Interface"
+HOMEPAGE="https://people.spodhuis.org/phil.pennock/software/"
+SRC_URI="https://github.com/syscomet/sieve-connect/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-lang/perl-5"
+RDEPEND="${DEPEND}
+	>=dev-perl/Authen-SASL-2.11
+	dev-perl/IO-Socket-INET6
+	>=dev-perl/IO-Socket-SSL-0.97
+	dev-perl/Net-DNS
+	dev-perl/Net-SSLeay
+	dev-perl/TermReadKey
+	dev-perl/Term-ReadLine-Gnu"
+
+src_compile() {
+	emake all sieve-connect.1
+}
+
+src_install() {
+	dobin sieve-connect
+	doman sieve-connect.1
+	dodoc README*
+}


             reply	other threads:[~2018-09-15 19:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-15 19:37 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-07 11:33 [gentoo-commits] repo/gentoo:master commit in: mail-filter/sieve-connect/ Sam James
2021-01-03  1:18 Sam James
2020-04-26 13:37 Joonas Niilola
2019-02-15 18:18 Mikle Kolyada
2019-02-15 18:17 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2018-09-15 19:37 Michał Górny

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=1537040229.d486958c034b8b44b63329d79df6a3ca9b463823.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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