net-nntp/slrn: version bump
This commit is contained in:
parent
b3a9eb5c57
commit
37857b9815
3 changed files with 82 additions and 0 deletions
39
net-nntp/slrn/slrn-1.0.3.ebuild
Normal file
39
net-nntp/slrn/slrn-1.0.3.ebuild
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
MY_P="${P}a"
|
||||
|
||||
DESCRIPTION="A s-lang based newsreader"
|
||||
HOMEPAGE="http://slrn.sourceforge.net/"
|
||||
SRC_URI="http://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="canlock libressl nls ssl uudeview"
|
||||
|
||||
RDEPEND="app-arch/sharutils
|
||||
>=sys-libs/slang-2.2.3
|
||||
virtual/mta
|
||||
canlock? ( net-libs/canlock )
|
||||
ssl? (
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl:0= )
|
||||
)
|
||||
uudeview? ( dev-libs/uulib )"
|
||||
DEPEND="${RDEPEND}
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-make.patch )
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
|
||||
--with-slrnpull \
|
||||
$(use_with canlock) \
|
||||
$(use_enable nls) \
|
||||
$(use_with ssl) \
|
||||
$(use_with uudeview uu)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue