mgorny      14/05/14 23:01:13

  Modified:             ChangeLog
  Added:                libverto-0.2.5-r1.ebuild
  Log:
  Enable multilib support, bug #505008.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.23                 dev-libs/libverto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   16 Aug 2013 17:04:28 -0000      1.22
+++ ChangeLog   14 May 2014 23:01:13 -0000      1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libverto
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.22 
2013/08/16 17:04:28 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.23 
2014/05/14 23:01:13 mgorny Exp $
+
+*libverto-0.2.5-r1 (14 May 2014)
+
+  14 May 2014; Michał Górny <mgo...@gentoo.org> +libverto-0.2.5-r1.ebuild:
+  Enable multilib support, bug #505008.
 
   16 Aug 2013; Sergey Popov <pinkb...@gentoo.org> libverto-0.2.5.ebuild:
   Add ~mips keyword, wrt bug #412489



1.1                  dev-libs/libverto/libverto-0.2.5-r1.ebuild

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

Index: libverto-0.2.5-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/libverto/libverto-0.2.5-r1.ebuild,v 
1.1 2014/05/14 23:01:12 mgorny Exp $

EAPI=5

inherit multilib-minimal

DESCRIPTION="Main event loop abstraction library"
HOMEPAGE="https://fedorahosted.org/libverto/";
SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd"
IUSE="glib +libev libevent tevent +threads static-libs"

# file collisions
DEPEND="!=app-crypt/mit-krb5-1.10.1-r0
        !=app-crypt/mit-krb5-1.10.1-r1
        !=app-crypt/mit-krb5-1.10.1-r2
        glib? ( >=dev-libs/glib-2.29[${MULTILIB_USEDEP}] )
        libev? ( >=dev-libs/libev-4.11[${MULTILIB_USEDEP}] )
        libevent? ( >=dev-libs/libevent-2.0[${MULTILIB_USEDEP}] )
        tevent? ( sys-libs/tevent[${MULTILIB_USEDEP}] )"

RDEPEND="${DEPEND}"

REQUIRED_USE="|| ( glib libev libevent tevent ) "

src_prepare() {
        # known problem uptream with tevent write test.  tevent does not fire a
        # callback on error, but we explicitly test for this behaviour.  Do not 
run
        # tevent tests for now.
        sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die
}

multilib_src_configure() {
        ECONF_SOURCE="${S}" \
        econf \
                $(use_with glib) \
                $(use_with libev) \
                $(use_with libevent) \
                $(use_with tevent) \
                $(use_with threads pthread) \
                $(use_enable static-libs static)
}

multilib_src_install_all() {
        dodoc AUTHORS ChangeLog NEWS INSTALL README
        use static-libs || prune_libtool_files --all
}




Reply via email to