diff options
author | Dawid Węgliński <cla@gentoo.org> | 2009-06-06 21:29:01 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2009-06-06 21:29:01 +0000 |
commit | 9a8b6bd7cb01f0d3a113d5753b18f150412b4551 (patch) | |
tree | e628e54ca5266476541ee7dc29eecf3b5a4afcef /net-irc/unrealircd | |
parent | Add patch for pngdec bug, CVE-2009-1932, bug #272972 (diff) | |
download | gentoo-2-9a8b6bd7cb01f0d3a113d5753b18f150412b4551.tar.gz gentoo-2-9a8b6bd7cb01f0d3a113d5753b18f150412b4551.tar.bz2 gentoo-2-9a8b6bd7cb01f0d3a113d5753b18f150412b4551.zip |
Don't specify full path of installed doc files since PORTAGE_COMPRESS comes into play (bug #272935)
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild | 8 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 6e7e0ece6b10..1a803535f9d2 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/unrealircd -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.70 2008/08/23 01:20:34 cardoe Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.71 2009/06/06 21:29:01 cla Exp $ + + 06 Jun 2009; Dawid Węgliński <cla@gentoo.org> + unrealircd-3.2.7-r2.ebuild: + Don't specify full path of installed doc files since PORTAGE_COMPRESS comes + into play (bug #272935) 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild b/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild index f71899164a36..e97a10041709 100644 --- a/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild,v 1.4 2008/08/11 21:31:36 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.7-r2.ebuild,v 1.5 2009/06/06 21:29:01 cla Exp $ inherit eutils ssl-cert versionator multilib @@ -133,8 +133,8 @@ pkg_postinst() { elog "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf" elog elog "You can find example cron scripts here:" - elog " /usr/share/doc/${PF}/ircd.cron.gz" - elog " /usr/share/doc/${PF}/ircdchk.gz" + elog " /usr/share/doc/${PF}/" + elog " /usr/share/doc/${PF}/" elog elog "You can also use /etc/init.d/unrealircd to start at boot" elog |