hasufell    14/06/21 10:05:49

  Modified:             ChangeLog http-parser-2.3.ebuild
  Log:
  add static-libs USE flag
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.5                  net-libs/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   21 Jun 2014 09:54:24 -0000      1.4
+++ ChangeLog   21 Jun 2014 10:05:49 -0000      1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/http-parser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.4 
2014/06/21 09:54:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.5 
2014/06/21 10:05:49 hasufell Exp $
+
+  21 Jun 2014; Julian Ospald <hasuf...@gentoo.org> http-parser-2.3.ebuild:
+  add static-libs USE flag
 
 *http-parser-2.3 (21 Jun 2014)
 



1.2                  net-libs/http-parser/http-parser-2.3.ebuild

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

Index: http-parser-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- http-parser-2.3.ebuild      21 Jun 2014 09:54:24 -0000      1.1
+++ http-parser-2.3.ebuild      21 Jun 2014 10:05:49 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.1 
2014/06/21 09:54:24 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.2 
2014/06/21 10:05:49 hasufell Exp $
 
 EAPI=5
 
@@ -16,22 +16,24 @@
 LICENSE="MIT"
 SLOT="0/${SONAMEVER}"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="static-libs"
 
 src_prepare() {
-       tc-export CC
+       tc-export CC AR
        epatch "${FILESDIR}"/${P}-flags.patch
        multilib_copy_sources
 }
 
 multilib_src_compile() {
        emake library
+       use static-libs && emake package
 }
 
 multilib_src_install() {
        doheader http_parser.h
        dolib.so ${SONAME}
        dosym ${SONAME} /usr/$(get_libdir)/libhttp_parser.so
+       use static-libs && dolib.a libhttp_parser.a
 }
 
 multilib_src_install_all() {




Reply via email to