radhermit 14/10/17 03:37:30 Modified: ChangeLog Added: slrn-1.0.2.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.35 net-nntp/slrn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 3 Dec 2013 06:56:56 -0000 1.34 +++ ChangeLog 17 Oct 2014 03:37:30 -0000 1.35 @@ -1,6 +1,12 @@ # ChangeLog for net-nntp/slrn -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v 1.34 2013/12/03 06:56:56 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/ChangeLog,v 1.35 2014/10/17 03:37:30 radhermit Exp $ + +*slrn-1.0.2 (17 Oct 2014) + + 17 Oct 2014; Tim Harder <[email protected]> +slrn-1.0.2.ebuild, + +files/slrn-1.0.2-make.patch: + Version bump. 03 Dec 2013; Tim Harder <[email protected]> -slrn-0.9.8.1_p1.ebuild, -slrn-0.9.9_p1.ebuild, -slrn-1.0.0_pre18.ebuild, 1.1 net-nntp/slrn/slrn-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild?rev=1.1&content-type=text/plain Index: slrn-1.0.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-nntp/slrn/slrn-1.0.2.ebuild,v 1.1 2014/10/17 03:37:30 radhermit Exp $ EAPI=5 inherit autotools-utils MY_P="${PN}_${PV/_/~}" DESCRIPTION="A s-lang based newsreader" HOMEPAGE="http://slrn.sourceforge.net/" SRC_URI="http://jedsoft.org/releases/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="canlock nls ssl uudeview" RDEPEND="virtual/mta app-arch/sharutils >=sys-libs/slang-2.1.3 canlock? ( net-libs/canlock ) ssl? ( dev-libs/openssl ) uudeview? ( dev-libs/uulib )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" AUTOTOOLS_IN_SOURCE_BUILD=1 PATCHES=( "${FILESDIR}"/${P}-make.patch ) src_configure() { local myeconfargs=( --with-docdir="${EPREFIX}"/usr/share/doc/${PF} --with-slrnpull $(use_with canlock) $(use_with uudeview uu) $(use_enable nls) $(use_with ssl) ) autotools-utils_src_configure }
