pacho 15/06/20 11:22:34 Modified: loudmouth-1.4.3-r2.ebuild ChangeLog Log: Bump eapi (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.16 net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild?r1=1.15&r2=1.16 Index: loudmouth-1.4.3-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- loudmouth-1.4.3-r2.ebuild 15 May 2013 22:43:30 -0000 1.15 +++ loudmouth-1.4.3-r2.ebuild 20 Jun 2015 11:22:34 -0000 1.16 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.15 2013/05/15 22:43:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.16 2015/06/20 11:22:34 pacho Exp $ -EAPI="4" +EAPI=5 GNOME_TARBALL_SUFFIX="bz2" GNOME2_LA_PUNT="yes" # Not using gnome macro, but behavior is similar, #434736 @@ -17,23 +17,23 @@ SLOT="0" KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~ppc-macos" -IUSE="asyncns doc ssl static-libs test" +IUSE="asyncns ssl static-libs test" # Automagic libidn dependency -RDEPEND=">=dev-libs/glib-2.4 +RDEPEND=" + >=dev-libs/glib-2.4:2 net-dns/libidn ssl? ( >=net-libs/gnutls-1.4.0 ) - asyncns? ( net-libs/libasyncns )" + asyncns? ( net-libs/libasyncns ) +" # FIXME: # openssl dropped because of bug #216705 DEPEND="${RDEPEND} test? ( dev-libs/check ) virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 ) - >=dev-util/gtk-doc-am-1" - -DOCS="AUTHORS ChangeLog NEWS README" + >=dev-util/gtk-doc-am-1 +" src_prepare() { # Use system libasyncns, bug #236844 @@ -77,18 +77,20 @@ } src_configure() { - G2CONF="${G2CONF} $(use_enable static-libs static)" + local myconf if use ssl; then - G2CONF="${G2CONF} --with-ssl=gnutls" + myconf="${myconf} --with-ssl=gnutls" else - G2CONF="${G2CONF} --with-ssl=no" + myconf="${myconf} --with-ssl=no" fi if use asyncns; then - G2CONF="${G2CONF} --with-asyncns=system" + myconf="${myconf} --with-asyncns=system" else - G2CONF="${G2CONF} --without-asyncns" + myconf="${myconf} --without-asyncns" fi - gnome2_src_configure + gnome2_src_configure \ + $(use_enable static-libs static) \ + ${myconf} } 1.112 net-libs/loudmouth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 15 May 2013 22:42:18 -0000 1.111 +++ ChangeLog 20 Jun 2015 11:22:34 -0000 1.112 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.111 2013/05/15 22:42:18 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.112 2015/06/20 11:22:34 pacho Exp $ + + 20 Jun 2015; Pacho Ramos <[email protected]> loudmouth-1.4.3-r2.ebuild: + Bump eapi 15 May 2013; Samuli Suominen <[email protected]> loudmouth-1.4.3-r2.ebuild: @@ -447,4 +450,3 @@ 16 Jul 2003; Don Seiler <[email protected]>; loudmouth-0.11.ebuild: Thanks to Justin Mecham <[email protected]> for initially submitting this ebuild. -
