hasufell 14/06/21 09:54:24 Modified: ChangeLog Added: http-parser-2.3.ebuild Log: version bump wrt #514154 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.4 net-libs/http-parser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 5 Sep 2013 19:23:27 -0000 1.3 +++ ChangeLog 21 Jun 2014 09:54:24 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/http-parser -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.3 2013/09/05 19:23:27 ago Exp $ +# 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 $ + +*http-parser-2.3 (21 Jun 2014) + + 21 Jun 2014; Julian Ospald <[email protected]> +http-parser-2.3.ebuild, + +files/http-parser-2.3-flags.patch: + version bump wrt #514154 05 Sep 2013; Agostino Sarubbo <[email protected]> http-parser-2.1.ebuild: Stable for x86, wrt bug #482608 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild?rev=1.1&content-type=text/plain Index: http-parser-2.3.ebuild =================================================================== # 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 $ EAPI=5 SONAMEVER="2.3" SONAME="libhttp_parser.so.${SONAMEVER}" inherit eutils toolchain-funcs multilib multilib-minimal DESCRIPTION="A parser for HTTP messages written in C. It parses both requests and responses" 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/${SONAMEVER}" KEYWORDS="~amd64 ~x86" IUSE="" src_prepare() { tc-export CC epatch "${FILESDIR}"/${P}-flags.patch multilib_copy_sources } multilib_src_compile() { emake library } multilib_src_install() { doheader http_parser.h dolib.so ${SONAME} dosym ${SONAME} /usr/$(get_libdir)/libhttp_parser.so } multilib_src_install_all() { dodoc README.md }
