aballier 15/04/29 14:59:51 Modified: ChangeLog Added: liblo-0.28.ebuild Log: version bump Signed-off-by: Alexis Ballier <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.28 media-libs/liblo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/liblo/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 15 Jun 2013 16:04:10 -0000 1.27 +++ ChangeLog 29 Apr 2015 14:59:51 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/liblo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblo/ChangeLog,v 1.27 2013/06/15 16:04:10 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblo/ChangeLog,v 1.28 2015/04/29 14:59:51 aballier Exp $ + +*liblo-0.28 (29 Apr 2015) + + 29 Apr 2015; Alexis Ballier <[email protected]> +liblo-0.28.ebuild: + version bump 15 Jun 2013; Alexis Ballier <[email protected]> liblo-0.27.ebuild: Remove threads useflag as switching it on or off breaks the ABI, bugs 1.1 media-libs/liblo/liblo-0.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/liblo-0.28.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/liblo-0.28.ebuild?rev=1.1&content-type=text/plain Index: liblo-0.28.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/liblo/liblo-0.28.ebuild,v 1.1 2015/04/29 14:59:51 aballier Exp $ EAPI=5 inherit eutils autotools DESCRIPTION="Lightweight OSC (Open Sound Control) implementation" HOMEPAGE="http://plugin.org.uk/liblo" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos" IUSE="doc ipv6 static-libs" RESTRICT="test" DEPEND="doc? ( app-doc/doxygen )" src_prepare() { # don't build examples by default sed -i '/^SUBDIRS =/s/examples//' Makefile.am || die eautoreconf } src_configure() { use doc || export ac_cv_prog_HAVE_DOXYGEN=false # switching threads on/off breaks ABI, bugs #473282, #473286 and #473356 econf \ $(use_enable static-libs static) \ $(use_enable ipv6) \ --enable-threads } src_install() { default prune_libtool_files }
