Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 665054
Collapse All | Expand All

(-)a/mail-filter/sieve-connect/sieve-connect-0.87-r1.ebuild (+32 lines)
Line 0 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=7
5
6
DESCRIPTION="Sieve Command Line Interface"
7
HOMEPAGE="https://people.spodhuis.org/phil.pennock/software/"
8
SRC_URI="https://github.com/syscomet/sieve-connect/releases/download/v${PV}/${P}.tar.bz2"
9
10
LICENSE="BSD"
11
SLOT="0"
12
KEYWORDS="~amd64 ~x86"
13
14
DEPEND=">=dev-lang/perl-5"
15
RDEPEND="${DEPEND}
16
	>=dev-perl/Authen-SASL-2.11
17
	dev-perl/IO-Socket-INET6
18
	>=dev-perl/IO-Socket-SSL-0.97
19
	dev-perl/Net-DNS
20
	dev-perl/Net-SSLeay
21
	dev-perl/TermReadKey
22
	dev-perl/Term-ReadLine-Gnu"
23
24
src_compile() {
25
	emake all sieve-connect.1
26
}
27
28
src_install() {
29
	dobin sieve-connect
30
	doman sieve-connect.1
31
	dodoc README*
32
}
(-)a/mail-filter/sieve-connect/sieve-connect-0.87.ebuild (-2 / +2 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
5
5
6
DESCRIPTION="Sieve Command Line Interface"
6
DESCRIPTION="Sieve Command Line Interface"
7
HOMEPAGE="http://people.spodhuis.org/phil.pennock/software/"
7
HOMEPAGE="https://people.spodhuis.org/phil.pennock/software/"
8
SRC_URI="https://github.com/syscomet/sieve-connect/releases/download/v${PV}/${P}.tar.bz2"
8
SRC_URI="https://github.com/syscomet/sieve-connect/releases/download/v${PV}/${P}.tar.bz2"
9
9
10
LICENSE="BSD"
10
LICENSE="BSD"

Return to bug 665054