dev-lua/smtp - 9999 (tarantool)

Search

Install

Install this version:

emerge -a =dev-lua/smtp-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lua/smtp-9999

Or alternatively:

emerge --autounmask-write -a =dev-lua/smtp-9999

Package Information

Description:
SMTP support for Tarantool
Homepage:
https://github.com/tarantool/smtp/

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="SMTP support for Tarantool"
HOMEPAGE="https://github.com/tarantool/smtp/"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	KEYWORDS=""
	EGIT_REPO_URI="https://github.com/tarantool/smtp"
else
	KEYWORDS="~amd64 ~x86"
	SRC_URI="https://github.com/tarantool/smtp/archive/${PV}.tar.gz -> ${PF}.tar.gz"
fi
RESTRICT="mirror"

LICENSE=""
SLOT="0"
IUSE=""

DEPEND="dev-db/tarantool"
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-db/tarantool

RDEPEND

dev-db/tarantool