dlan 14/03/21 21:39:03 Modified: ChangeLog Added: libev-4.15-r1.ebuild Removed: libev-4.11-r1.ebuild Log: drop 4.11; cleanup; add multilib support, thanks @iamnr3 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.64 dev-libs/libev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 20 Dec 2013 19:57:20 -0000 1.63 +++ ChangeLog 21 Mar 2014 21:39:03 -0000 1.64 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libev -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.63 2013/12/20 19:57:20 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.64 2014/03/21 21:39:03 dlan Exp $ + +*libev-4.15-r1 (21 Mar 2014) + + 21 Mar 2014; Yixun Lan <[email protected]> -libev-4.11-r1.ebuild, + +libev-4.15-r1.ebuild, -files/4.01-gentoo.patch, + -files/libev-4.11-gentoo.patch: + drop 4.11; cleanup; add multilib support, thanks @iamnr3 20 Dec 2013; Markos Chandras <[email protected]> +files/libev-4.15-automake-1.14.patch, libev-4.15.ebuild: 1.1 dev-libs/libev/libev-4.15-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild?rev=1.1&content-type=text/plain Index: libev-4.15-r1.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.15-r1.ebuild,v 1.1 2014/03/21 21:39:03 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 ~hppa ~ia64 ~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 #411847 epatch "${FILESDIR}/${PN}-pc.patch" # bug #493050 epatch "${FILESDIR}/${P}-automake-1.14.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 }
