commit: dc63476d1ff9a6ebc4991f03dd99d2ee80f03f04 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Dec 16 18:15:04 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Dec 16 18:15:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc63476d
www-apache/mod_dnssd: Drop EAPI-5 ebuild Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild | 39 ---------------------------- 1 file changed, 39 deletions(-) diff --git a/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild b/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild deleted file mode 100644 index 1739b8ff00cc..000000000000 --- a/www-apache/mod_dnssd/mod_dnssd-0.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit apache-module epatch - -DESCRIPTION="mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using Avahi" -HOMEPAGE="http://0pointer.de/lennart/projects/mod_dnssd/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -DEPEND="net-dns/avahi[dbus]" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="80_${PN}" -APACHE2_MOD_DEFINE="DNSSD" - -need_apache2 - -src_prepare() { - # Respect LDFLAGS and use LIBS properly. - epatch "${FILESDIR}/${P}-ldflags.patch" - - # Fedora patch for apache 2.4 - epatch "${FILESDIR}/${P}-httpd24.patch" -} - -src_configure() { - econf --with-apxs=${APXS} --disable-lynx -} - -# Do not use inherited src_compile since it doesn't do what we want -src_compile() { - emake -}
