diff --git a/net-irc/atheme/atheme-5.0.1.ebuild b/net-irc/atheme/atheme-5.2.4.ebuild copy from net-irc/atheme/atheme-5.0.1.ebuild copy to net-irc/atheme/atheme-5.2.4.ebuild --- a/net-irc/atheme/atheme-5.0.1.ebuild +++ b/net-irc/atheme/atheme-5.2.4.ebuild @@ -4,7 +4,7 @@ EAPI="3" -inherit autotools eutils flag-o-matic perl-module +inherit eutils flag-o-matic perl-module MY_P=${PN}-services-${PV} DESCRIPTION="A portable and secure set of open-source and modular IRC services" @@ -35,22 +35,14 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${P}-with-ldap.patch - epatch "${FILESDIR}"/${P}-ldap-as-needed.patch - epatch "${FILESDIR}"/${P}-depend-parallel.patch + epatch "${FILESDIR}"/${P}-LDFLAGS.patch # fix docdir - find -regex '.*/Makefile\..*in' \ - | xargs sed -i -e 's/\(^DOCDIR.*=.\)@DOCDIR@/\1@docdir@/' \ - || die + sed -i -e 's/\(^DOCDIR.*=.\)@DOCDIR@/\1@docdir@/' extra.mk.in || die # basic logging config directive fix sed -i -e 's;var/\(.*\.log\);\1;g' dist/* || die - eaclocal -I m4 - eautoheader - eautoconf - # QA against bundled libs rm -rf libmowgli || die } @@ -100,4 +92,4 @@ src_install() { insinto "${VENDOR_LIB}" doins -r contrib/Atheme{,.pm} || die fi -} \ No newline at end of file +}