vapier      15/05/18 16:32:52

  Modified:             libmicrohttpd-0.9.42.ebuild ChangeLog
  Log:
  Disable building of examples as they are not actually installed; fix from Nam 
Nguyen (Chromium OS).
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild?r1=1.1&r2=1.2

Index: libmicrohttpd-0.9.42.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libmicrohttpd-0.9.42.ebuild 14 May 2015 11:10:34 -0000      1.1
+++ libmicrohttpd-0.9.42.ebuild 18 May 2015 16:32:52 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v 
1.1 2015/05/14 11:10:34 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild,v 
1.2 2015/05/18 16:32:52 vapier Exp $
 
 EAPI="5"
 
@@ -10,10 +10,10 @@
 HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/";
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
-IUSE="epoll messages ssl static-libs test"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (
                dev-libs/libgcrypt:0
@@ -33,6 +33,7 @@
        econf \
                --enable-bauth \
                --enable-dauth \
+               --disable-examples \
                --disable-spdy \
                $(use_enable epoll) \
                $(use_enable test curl) \
@@ -46,5 +47,5 @@
 src_install() {
        default
 
-       use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
+       use static-libs || find "${ED}" -name '*.la' -delete
 }



1.95                 net-libs/libmicrohttpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.95&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.95&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   14 May 2015 11:55:27 -0000      1.94
+++ ChangeLog   18 May 2015 16:32:52 -0000      1.95
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.94 
2015/05/14 11:55:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.95 
2015/05/18 16:32:52 vapier Exp $
+
+  18 May 2015; Mike Frysinger <vap...@gentoo.org> libmicrohttpd-0.9.42.ebuild:
+  Disable building of examples as they are not actually installed; fix from Nam
+  Nguyen (Chromium OS).
 
   14 May 2015; Anthony G. Basile <bluen...@gentoo.org> ChangeLog:
   Fix gpg signature.




Reply via email to