www-apache/mod_flvx: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 17 Oct 2019 12:22:05 +0000 (14:22 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Oct 2019 12:22:05 +0000 (14:22 +0200)
Closes: https://bugs.gentoo.org/694608
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
www-apache/mod_flvx/Manifest [deleted file]
www-apache/mod_flvx/files/20_mod_flvx.conf [deleted file]
www-apache/mod_flvx/metadata.xml [deleted file]
www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild [deleted file]

index 07d9acad5eb184c09aa887c5dcb291d1519c7d7e..fa5b8e36aae627c45e571ec67afd89e8aed9aa10 100644 (file)
@@ -453,7 +453,6 @@ sys-boot/systemrescuecd-x86-grub
 # Michał Górny <mgorny@gentoo.org> (2019-09-17)
 # Unmaintained EAPI 0 Apache modules + mod_access_dnsbl as a revdep.
 # Removal in 30 days.  Bug #694608.
-www-apache/mod_flvx
 www-apache/mod_geoip2
 www-apache/mod_macro
 www-apache/mod_umask
diff --git a/www-apache/mod_flvx/Manifest b/www-apache/mod_flvx/Manifest
deleted file mode 100644 (file)
index 721d5bc..0000000
+++ /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 (file)
index 72096ca..0000000
+++ /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 (file)
index 6f49eba..0000000
+++ /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 (file)
index d7e0e04..0000000
+++ /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