dlan        14/09/09 07:48:06

  Modified:             ChangeLog
  Added:                libev-4.18.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.73                 dev-libs/libev/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   23 Aug 2014 15:28:24 -0000      1.72
+++ ChangeLog   9 Sep 2014 07:48:06 -0000       1.73
@@ -1,6 +1,11 @@
 # 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.72 2014/08/23 
15:28:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.73 2014/09/09 
07:48:06 dlan Exp $
+
+*libev-4.18 (09 Sep 2014)
+
+  09 Sep 2014; Yixun Lan <[email protected]> +libev-4.18.ebuild:
+  version bump
 
   23 Aug 2014; Agostino Sarubbo <[email protected]> libev-4.15-r1.ebuild:
   Stable for ia64, wrt bug #512012



1.1                  dev-libs/libev/libev-4.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.18.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/libev-4.18.ebuild?rev=1.1&content-type=text/plain

Index: libev-4.18.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.18.ebuild,v 1.1 
2014/09/09 07:48:06 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
}




Reply via email to