summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-12-21 19:56:12 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-12-21 20:07:33 +1100
commit127fd3fe587ee30b4e3ac2ffe257489eb3437540 (patch)
tree4e4380d91fb22f728dc5c10eac32fc31392289de
parentdev-vcs/pwclient: remove 20121105131501 (diff)
downloadgentoo-127fd3fe587ee30b4e3ac2ffe257489eb3437540.tar.gz
gentoo-127fd3fe587ee30b4e3ac2ffe257489eb3437540.tar.bz2
gentoo-127fd3fe587ee30b4e3ac2ffe257489eb3437540.zip
www-apache/mod_h2: remove 1.4.7 and 1.5.6
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r--www-apache/mod_h2/Manifest2
-rw-r--r--www-apache/mod_h2/mod_h2-1.4.7.ebuild49
-rw-r--r--www-apache/mod_h2/mod_h2-1.5.6.ebuild49
3 files changed, 0 insertions, 100 deletions
diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index 599e4e8ba5fd..e01c6c36c66c 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,3 +1 @@
DIST mod_http2-1.10.10.tar.gz 528560 BLAKE2B 7389441b1d30d0448bb17fc02a73957cf20365020796ce7260c1d63d1468537ecdeab83db12d1b245af1e760236da8e8d0ccf9ffb222d2dec1e55491ac77dc11 SHA512 b4b9e734ed35ca63fa114462f1adb358bb73e4cbd8df95ab28c4518b8f7db40233f4ba13bc2194847eb9c1adbc3eb86fc63cbb56389fc0867767658d4d8ba77b
-DIST mod_http2-1.4.7.tar.gz 476716 BLAKE2B c3e0dbee8d6dbb795e845bbaafc89150d0cd8a7c486be5ccaca2b35c6c5bc54bcf756d1f42dff06c7c77bf58de62d5a24cc3db371b2ace2a34f8690df4d74c94 SHA512 6d91d8f73de4a571dc9ac24328b2f7214afcc9a3a00cbf93a74954533a45b647480f96f0cb1c85d767e980080b21561891a55b16943b0369a0fe2573bba1b54f
-DIST mod_http2-1.5.6.tar.gz 502108 BLAKE2B bbd43667e6be639538c0189b84eebe0743c38364e578dd5c5a5febadfb1739bd752cfe7843967239ca73a523d44c9a286cdfb605f8c5363a14cd7cb837afac0b SHA512 8cc8894d56e32489f8e3064145cb527a415723131bdefd99583b6678af5fc50e3d4ebbf59f4734640bef0381ac0f808c780dafb9a3fe6bb45e7af4d595470716
diff --git a/www-apache/mod_h2/mod_h2-1.4.7.ebuild b/www-apache/mod_h2/mod_h2-1.4.7.ebuild
deleted file mode 100644
index 48f0e8ef3707..000000000000
--- a/www-apache/mod_h2/mod_h2-1.4.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit apache-module
-
-MY_P="${PN/h2/http2}-${PV}"
-
-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}/${MY_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-1.0
- >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-need_apache2_4
-
-src_configure() {
- econf \
- --docdir='$(datarootdir)'/doc/${PF} \
- --disable-werror
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
-
- APACHE2_MOD_DEFINE="HTTP2"
- insinto "${APACHE_MODULES_CONFDIR}"
- newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}
diff --git a/www-apache/mod_h2/mod_h2-1.5.6.ebuild b/www-apache/mod_h2/mod_h2-1.5.6.ebuild
deleted file mode 100644
index 48f0e8ef3707..000000000000
--- a/www-apache/mod_h2/mod_h2-1.5.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit apache-module
-
-MY_P="${PN/h2/http2}-${PV}"
-
-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}/${MY_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-1.0
- >=www-servers/apache-2.4.20[-apache2_modules_http2,ssl?]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-need_apache2_4
-
-src_configure() {
- econf \
- --docdir='$(datarootdir)'/doc/${PF} \
- --disable-werror
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
-
- APACHE2_MOD_DEFINE="HTTP2"
- insinto "${APACHE_MODULES_CONFDIR}"
- newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}