mrueg       15/03/28 21:55:40

  Modified:             ChangeLog
  Added:                http-parser-2.4.2.ebuild
  Log:
  Proxy commit for Johan Bergström. Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   23 Jan 2015 00:25:43 -0000      1.12
+++ ChangeLog   28 Mar 2015 21:55:40 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/http-parser
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.12 
2015/01/23 00:25:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.13 
2015/03/28 21:55:40 mrueg Exp $
+
+*http-parser-2.4.2 (28 Mar 2015)
+
+  28 Mar 2015; Manuel Rüger <[email protected]> +http-parser-2.4.2.ebuild:
+  Proxy commit for Johan Bergström. Version bump.
 
 *http-parser-2.4.1 (23 Jan 2015)
 



1.1                  net-libs/http-parser/http-parser-2.4.2.ebuild

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

Index: http-parser-2.4.2.ebuild
===================================================================
# Copyright 1999-2015 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.4.2.ebuild,v 1.1 
2015/03/28 21:55:40 mrueg Exp $

EAPI=5

SONAME="libhttp_parser.so.${PV}"

inherit eutils toolchain-funcs multilib multilib-minimal

DESCRIPTION="http request/response parser for c"
HOMEPAGE="https://github.com/joyent/http-parser";
SRC_URI="https://github.com/joyent/http-parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="static-libs"

src_prepare() {

        sed -i  -e 's: -Werror::' \
                -e 's:-O3 ::' \
                Makefile || die
        tc-export CC AR
        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() {
        dodoc README.md
}




Reply via email to