* [gentoo-commits] gentoo-x86 commit in www-apache/mod_h2: mod_h2-0.6.3.ebuild ChangeLog
@ 2015-06-01 14:40 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2015-06-01 14:40 UTC (permalink / raw
To: gentoo-commits
vapier 15/06/01 14:40:41
Modified: ChangeLog
Added: mod_h2-0.6.3.ebuild
Log:
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.4 www-apache/mod_h2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 1 Jun 2015 13:30:35 -0000 1.3
+++ ChangeLog 1 Jun 2015 14:40:41 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for www-apache/mod_h2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v 1.3 2015/06/01 13:30:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v 1.4 2015/06/01 14:40:41 vapier Exp $
+
+*mod_h2-0.6.3 (01 Jun 2015)
+
+ 01 Jun 2015; Mike Frysinger <vapier@gentoo.org> +mod_h2-0.6.3.ebuild:
+ Version bump.
*mod_h2-0.6.2 (01 Jun 2015)
1.1 www-apache/mod_h2/mod_h2-0.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/mod_h2-0.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/mod_h2-0.6.3.ebuild?rev=1.1&content-type=text/plain
Index: mod_h2-0.6.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/mod_h2-0.6.3.ebuild,v 1.1 2015/06/01 14:40:41 vapier Exp $
EAPI="5"
inherit apache-module
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/icing/mod_h2.git"
inherit git-2
else
SRC_URI="https://github.com/icing/mod_h2/releases/download/v${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="HTTP/2 module for Apache"
HOMEPAGE="https://github.com/icing/mod_h2"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="ssl"
RDEPEND="=net-libs/nghttp2-0.7*
ssl? ( www-servers/apache[alpn] )"
DEPEND="${RDEPEND}"
need_apache2_4
src_configure() {
econf \
--docdir='$(datarootdir)'/doc/${PF} \
--disable-werror \
--disable-sandbox
}
src_compile() {
default
}
src_install() {
default
APACHE2_MOD_DEFINE="HTTP2"
insinto "${APACHE_MODULES_CONFDIR}"
newins "${FILESDIR}/mod_h2.conf" "75_mod_h2.conf"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-01 14:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 14:40 [gentoo-commits] gentoo-x86 commit in www-apache/mod_h2: mod_h2-0.6.3.ebuild ChangeLog Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox