diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-17 14:22:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-17 14:22:05 +0200 |
commit | ee16d86bc5b8afc17958a528ae5f12484bda8bbb (patch) | |
tree | a630a838216a4a1b423ff61ad7380bd487724f64 /www-apache | |
parent | www-apache/mod_dnsbl_lookup: Remove last-rited pkg (diff) | |
download | gentoo-ee16d86bc5b8afc17958a528ae5f12484bda8bbb.tar.gz gentoo-ee16d86bc5b8afc17958a528ae5f12484bda8bbb.tar.bz2 gentoo-ee16d86bc5b8afc17958a528ae5f12484bda8bbb.zip |
www-apache/mod_flvx: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694608
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_flvx/Manifest | 1 | ||||
-rw-r--r-- | www-apache/mod_flvx/files/20_mod_flvx.conf | 11 | ||||
-rw-r--r-- | www-apache/mod_flvx/metadata.xml | 5 | ||||
-rw-r--r-- | www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild | 23 |
4 files changed, 0 insertions, 40 deletions
diff --git a/www-apache/mod_flvx/Manifest b/www-apache/mod_flvx/Manifest deleted file mode 100644 index 721d5bcee7d2..000000000000 --- a/www-apache/mod_flvx/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_flvx-0.0.1.tar.bz2 1636 BLAKE2B 29dd9be450cc8748a11c2988bfed2d22c8de24e4e4432838b2bc4fb8929fe09747552a370af8678d20253f36c62f6c35bf516dd78f2431e0412adb7ff7503b24 SHA512 9374c6c9ff3a1f20cc7a86ba07f5aa1c707868849266ed17dc877d5026d7f1dd20e9030488fc846f8a80b7424ac72154315743d7c1605822a9c5d5e66d1483e5 diff --git a/www-apache/mod_flvx/files/20_mod_flvx.conf b/www-apache/mod_flvx/files/20_mod_flvx.conf deleted file mode 100644 index 72096ca68e38..000000000000 --- a/www-apache/mod_flvx/files/20_mod_flvx.conf +++ /dev/null @@ -1,11 +0,0 @@ -<IfDefine FLVX> - LoadModule flvx_module modules/mod_flvx.so - - # Avoiding AddHandler directive for security - # https://bugs.gentoo.org/show_bug.cgi?id=544572 - <FilesMatch "\.flv$"> - SetHandler flv-stream - </FilesMatch> -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_flvx/metadata.xml b/www-apache/mod_flvx/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_flvx/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild b/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild deleted file mode 100644 index d7e0e042c03c..000000000000 --- a/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils apache-module - -DESCRIPTION="mod_flvx allows to seek inside FLV files for streaming purposes" -HOMEPAGE="http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FLVX" - -need_apache2 |