ultrabug 14/05/04 14:17:14 Modified: ChangeLog Added: librelp-1.2.7.ebuild Log: version bump fix #509506 thx to Thomas D. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path 1.26 dev-libs/librelp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librelp/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librelp/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librelp/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 13 Dec 2013 10:24:16 -0000 1.25 +++ ChangeLog 4 May 2014 14:17:14 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/librelp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.25 2013/12/13 10:24:16 ultrabug Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/ChangeLog,v 1.26 2014/05/04 14:17:14 ultrabug Exp $ + +*librelp-1.2.7 (04 May 2014) + + 04 May 2014; Ultrabug <[email protected]> +librelp-1.2.7.ebuild: + version bump fix #509506 thx to Thomas D. 13 Dec 2013; Ultrabug <[email protected]> librelp-1.1.5.ebuild, librelp-1.2.0.ebuild: 1.1 dev-libs/librelp/librelp-1.2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librelp/librelp-1.2.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librelp/librelp-1.2.7.ebuild?rev=1.1&content-type=text/plain Index: librelp-1.2.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.2.7.ebuild,v 1.1 2014/05/04 14:17:14 ultrabug Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="An easy to use library for the RELP protocol." HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" LICENSE="GPL-3 doc? ( FDL-1.3 )" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86" IUSE="debug doc +ssl static-libs" RDEPEND=" ssl? ( >=net-libs/gnutls-2.12.23-r1 ) " DEPEND=" ${RDEPEND} virtual/pkgconfig " DOCS=( AUTHORS ChangeLog ) AUTOTOOLS_IN_SOURCE_BUILD=1 src_configure() { local myeconfargs=( $(use_enable debug) $(use_enable ssl tls) ) autotools-utils_src_configure } src_install() { emake DESTDIR="${D}" install || die "emake install failed" # We don't need the *.la files - do we? find "${ED}"/usr/ -name '*.la' -delete if use doc; then dohtml doc/relp.html fi }
