summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-17 14:22:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-17 14:22:05 +0200
commitee16d86bc5b8afc17958a528ae5f12484bda8bbb (patch)
treea630a838216a4a1b423ff61ad7380bd487724f64
parentwww-apache/mod_dnsbl_lookup: Remove last-rited pkg (diff)
downloadgentoo-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>
-rw-r--r--profiles/package.mask1
-rw-r--r--www-apache/mod_flvx/Manifest1
-rw-r--r--www-apache/mod_flvx/files/20_mod_flvx.conf11
-rw-r--r--www-apache/mod_flvx/metadata.xml5
-rw-r--r--www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild23
5 files changed, 0 insertions, 41 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 07d9acad5eb1..fa5b8e36aae6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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
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