vapier 15/05/24 13:55:51
Added: metadata.xml mod_h2-9999.ebuild mod_h2-0.6.0.ebuild
ChangeLog
Log:
Initial ebuild by me.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.1 www-apache/mod_h2/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
</maintainer>
</pkgmetadata>
1.1 www-apache/mod_h2/mod_h2-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/mod_h2-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/mod_h2-9999.ebuild?rev=1.1&content-type=text/plain
Index: mod_h2-9999.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-9999.ebuild,v 1.1
2015/05/24 13:55:51 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*"
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"
}
1.1 www-apache/mod_h2/mod_h2-0.6.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/mod_h2-0.6.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/mod_h2-0.6.0.ebuild?rev=1.1&content-type=text/plain
Index: mod_h2-0.6.0.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.0.ebuild,v 1.1
2015/05/24 13:55:51 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*"
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"
}
1.1 www-apache/mod_h2/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_h2/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# 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.1 2015/05/24
13:55:51 vapier Exp $
*mod_h2-9999 (24 May 2015)
*mod_h2-0.6.0 (24 May 2015)
24 May 2015; Mike Frysinger <[email protected]> +files/mod_h2.conf,
+metadata.xml, +mod_h2-0.6.0.ebuild, +mod_h2-9999.ebuild:
Initial ebuild by me.