dlan 14/10/20 02:25:10 Modified: ChangeLog Added: libev-4.19.ebuild Removed: libev-4.15.ebuild Log: version bump, and fix 524150, thanks Joachim IONOFF and serge (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.76 dev-libs/libev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 11 Oct 2014 13:37:57 -0000 1.75 +++ ChangeLog 20 Oct 2014 02:25:10 -0000 1.76 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.75 2014/10/11 13:37:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.76 2014/10/20 02:25:10 dlan Exp $ + +*libev-4.19 (20 Oct 2014) + + 20 Oct 2014; Yixun Lan <[email protected]> -libev-4.15.ebuild, + +libev-4.19.ebuild: + version bump, and fix 524150, thanks Joachim IONOFF and serge 11 Oct 2014; Markus Meier <[email protected]> libev-4.15-r1.ebuild: arm stable, bug #512012 1.1 dev-libs/libev/libev-4.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.19.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.19.ebuild?rev=1.1&content-type=text/plain Index: libev-4.19.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.19.ebuild,v 1.1 2014/10/20 02:25:10 dlan Exp $ EAPI=5 inherit autotools eutils multilib-minimal DESCRIPTION="A high-performance event loop/event model with lots of feature" HOMEPAGE="http://software.schmorp.de/pkg/libev.html" SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz http://dist.schmorp.de/libev/Attic/${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="elibc_glibc static-libs" # Bug #283558 DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )" RDEPEND="${DEPEND}" DOCS=( Changes README ) src_prepare() { sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die # bug #493050 sed -i -e "/^AM_INIT_AUTOMAKE/a\ " configure.ac || die # bug #411847 epatch "${FILESDIR}/${PN}-pc.patch" epatch_user eautoreconf } multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ --disable-maintainer-mode \ $(use_enable static-libs static) } multilib_src_install_all() { use static-libs || prune_libtool_files einstalldocs }
