diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-24 03:08:33 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-06-24 03:08:33 +0000 |
commit | 48eb7ba09c56789e9747552f924a73ca8988df37 (patch) | |
tree | 86cdc1a1548a4cc98786bf3a0ce0ca90aee0c37b /net-irc/atheme-services | |
parent | Stable for HPPA (bug #366699). (diff) | |
download | gentoo-2-48eb7ba09c56789e9747552f924a73ca8988df37.tar.gz gentoo-2-48eb7ba09c56789e9747552f924a73ca8988df37.tar.bz2 gentoo-2-48eb7ba09c56789e9747552f924a73ca8988df37.zip |
Add gentoo-prefix support, tested on amd64-linux.
(Portage version: 2.2.0_alpha37-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/atheme-services')
-rw-r--r-- | net-irc/atheme-services/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/atheme-services/atheme-services-6.0.8.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/atheme-services/ChangeLog b/net-irc/atheme-services/ChangeLog index b4400666301f..fbe7f7fdbdff 100644 --- a/net-irc/atheme-services/ChangeLog +++ b/net-irc/atheme-services/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/atheme-services # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.6 2011/06/14 03:07:58 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/ChangeLog,v 1.7 2011/06/24 03:08:33 binki Exp $ + + 24 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> + atheme-services-6.0.8.ebuild: + Add gentoo-prefix support, tested on amd64-linux. 14 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> atheme-services-6.0.8.ebuild, diff --git a/net-irc/atheme-services/atheme-services-6.0.8.ebuild b/net-irc/atheme-services/atheme-services-6.0.8.ebuild index b4e0956373e4..4376abf64cfd 100644 --- a/net-irc/atheme-services/atheme-services-6.0.8.ebuild +++ b/net-irc/atheme-services/atheme-services-6.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-6.0.8.ebuild,v 1.3 2011/06/14 03:07:58 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme-services/atheme-services-6.0.8.ebuild,v 1.4 2011/06/24 03:08:33 binki Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://atheme.net/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="largenet ldap nls +pcre perl profile ssl" RDEPEND="dev-libs/libmowgli @@ -85,7 +85,7 @@ src_install() { fowners -R 0:${PN} /etc/${PN} keepdir /var/{lib,log}/atheme fowners ${PN}:${PN} /var/{lib,log}/atheme - fperms -R 640 /etc/${PN} + fperms -R go-w,o-rx /etc/${PN} fperms 750 /etc/${PN} /var/{lib,log,run}/atheme cp "${FILESDIR}"/${PN}.initd.in "${T}"/${PN}.initd || die @@ -98,7 +98,7 @@ src_install() { if use perl; then perlinfo - insinto "${VENDOR_LIB}" + insinto "${VENDOR_LIB#${EPREFIX}}" doins -r contrib/Atheme{,.pm} fi } |