radhermit 15/01/04 18:12:20 Modified: ChangeLog Added: libebml-1.3.1.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.132 dev-libs/libebml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/ChangeLog?rev=1.132&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/ChangeLog?rev=1.132&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/ChangeLog?r1=1.131&r2=1.132 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- ChangeLog 24 Mar 2014 15:04:17 -0000 1.131 +++ ChangeLog 4 Jan 2015 18:12:20 -0000 1.132 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libebml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.131 2014/03/24 15:04:17 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.132 2015/01/04 18:12:20 radhermit Exp $ + +*libebml-1.3.1 (04 Jan 2015) + + 04 Jan 2015; Tim Harder <[email protected]> +libebml-1.3.1.ebuild: + Version bump. 24 Mar 2014; Agostino Sarubbo <[email protected]> libebml-1.3.0.ebuild: Stable for ppc, wrt bug #492240 1.1 dev-libs/libebml/libebml-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/libebml-1.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libebml/libebml-1.3.1.ebuild?rev=1.1&content-type=text/plain Index: libebml-1.3.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-1.3.1.ebuild,v 1.1 2015/01/04 18:12:20 radhermit Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="Extensible binary format library (kinda like XML)" HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libebml/" SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname major version KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug static-libs" src_prepare() { sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die autotools-utils_src_prepare } src_configure() { local myeconfargs=( $(use_enable debug) ) autotools-utils_src_configure }
