public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_depends/, profiles/, www-apache/mod_depends/files/0.7/
Date: Thu, 17 Oct 2019 12:24:01 +0000 (UTC)	[thread overview]
Message-ID: <1571314914.f27012fb44b174b1d90f3310946e7db29fe512c3.mgorny@gentoo> (raw)

commit:     f27012fb44b174b1d90f3310946e7db29fe512c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 12:21:54 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 12:21:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27012fb

www-apache/mod_depends: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694608
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 www-apache/mod_depends/Manifest                    |  1 -
 .../mod_depends/files/0.7/09_mod_depends.conf      |  5 ---
 www-apache/mod_depends/metadata.xml                |  5 ---
 .../mod_depends-0.7.0_p200702041.ebuild            | 38 ----------------------
 5 files changed, 50 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index bb2a343ecd3..8d14fe729d9 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_depends
 www-apache/mod_dnsbl_lookup
 www-apache/mod_flvx
 www-apache/mod_geoip2

diff --git a/www-apache/mod_depends/Manifest b/www-apache/mod_depends/Manifest
deleted file mode 100644
index 2bb4e57a14a..00000000000
--- a/www-apache/mod_depends/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_depends-0.7.0_p200702041.tar.bz2 232205 BLAKE2B 9cdf85de101b88af9d4b924c3d1f8e468174833e2356d83163778ecfe53e99fa988325c32d7862a59088e6adb0c5a697712eefb007f3d028cb24713d7c1777fe SHA512 2680a16e2907b3dae774e665ef2db1cc051634bf1b136b11fda822f0d56e6e4d6ec984016ec24dca300fbb70d1d65d53c2ea4331b1735da3be74bc9550722df7

diff --git a/www-apache/mod_depends/files/0.7/09_mod_depends.conf b/www-apache/mod_depends/files/0.7/09_mod_depends.conf
deleted file mode 100644
index ff2226e7407..00000000000
--- a/www-apache/mod_depends/files/0.7/09_mod_depends.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-<IfDefine DEPENDS>
-LoadModule depends_module modules/mod_depends.so
-</IfDefine>
-
-# vim: ts=4 filetype=apache

diff --git a/www-apache/mod_depends/metadata.xml b/www-apache/mod_depends/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/www-apache/mod_depends/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_depends/mod_depends-0.7.0_p200702041.ebuild b/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
deleted file mode 100644
index 3dabf86e352..00000000000
--- a/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
+++ /dev/null
@@ -1,38 +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="An apache helper module for handling dependencies properly"
-SRC_URI="http://upstream.rm-rf.in/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_depends/"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-APACHE2_MOD_CONF="0.7/09_${PN}"
-APACHE2_MOD_DEFINE="DEPENDS"
-
-need_apache2
-
-src_compile() {
-	econf --with-apxs="${APXS}" || die "configure failed"
-	emake || die "make failed"
-}
-
-src_install() {
-	AP_INCLUDEDIR=$(${APXS} -q INCLUDEDIR)
-
-	insinto ${AP_INCLUDEDIR}
-	doins include/mod_depends.h || die
-
-	mv -v src/.libs/{lib,}mod_depends.so
-
-	apache-module_src_install
-}
-
-# vim:ts=4


                 reply	other threads:[~2019-10-17 12:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1571314914.f27012fb44b174b1d90f3310946e7db29fe512c3.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox