mrueg 14/11/26 02:42:58 Modified: ChangeLog Added: gloox-1.0.12.ebuild Removed: gloox-1.0.10-r1.ebuild gloox-1.0.ebuild Log: Version bump. Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.29 net-libs/gloox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 23 Sep 2014 23:59:35 -0000 1.28 +++ ChangeLog 26 Nov 2014 02:42:58 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/gloox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v 1.28 2014/09/23 23:59:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/ChangeLog,v 1.29 2014/11/26 02:42:58 mrueg Exp $ + +*gloox-1.0.12 (26 Nov 2014) + + 26 Nov 2014; Manuel RĂ¼ger <[email protected]> +gloox-1.0.12.ebuild, + -gloox-1.0.10-r1.ebuild, -gloox-1.0.ebuild: + Version bump. Cleanup old. *gloox-1.0.11 (23 Sep 2014) 1.1 net-libs/gloox/gloox-1.0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gloox/gloox-1.0.12.ebuild?rev=1.1&content-type=text/plain Index: gloox-1.0.12.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-1.0.12.ebuild,v 1.1 2014/11/26 02:42:58 mrueg Exp $ EAPI=5 inherit eutils MY_P="${P/_/-}" DESCRIPTION="A portable high-level Jabber/XMPP library for C++" HOMEPAGE="http://camaya.net/gloox" SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0/12" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86" IUSE="debug gnutls idn ssl static-libs test zlib" DEPEND="idn? ( net-dns/libidn ) gnutls? ( net-libs/gnutls ) ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { epatch_user } src_configure() { # Examples are not installed anyway, so - why should we build them? econf \ --without-examples \ $(use debug && echo "--enable-debug") \ $(use_enable static-libs static) \ $(use_with idn libidn) \ $(use_with gnutls) \ $(use_with ssl openssl) \ $(use_with test tests) \ $(use_with zlib) } src_install() { default prune_libtool_files }
