diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2008-12-14 18:23:14 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2008-12-14 18:23:14 +0000 |
commit | 3a94a5c3d92616181b14b2efc2820162e51d8695 (patch) | |
tree | d956e2fd9db436852e020f527517dccc14f4bfb3 /net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild | |
parent | Adding psybnc local use flags (diff) | |
download | historical-3a94a5c3d92616181b14b2efc2820162e51d8695.tar.gz historical-3a94a5c3d92616181b14b2efc2820162e51d8695.tar.bz2 historical-3a94a5c3d92616181b14b2efc2820162e51d8695.zip |
Bumping to 2.3.2.9, fixing both #172650 and #246596
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.28-rc8 i686
Diffstat (limited to 'net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild')
-rw-r--r-- | net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild b/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild index d2d910ac7c75..d52b2b20259a 100644 --- a/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild +++ b/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild,v 1.3 2007/05/06 12:41:07 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/psybnc-2.3.2.7-r2.ebuild,v 1.4 2008/12/14 18:23:14 gurligebis Exp $ inherit eutils versionator toolchain-funcs MY_PV="$(replace_version_separator 3 -)" @@ -26,9 +26,9 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/compile.diff + epatch "${FILESDIR}/compile.diff" # Useless files rm -f */INFO @@ -84,7 +84,7 @@ src_install() { newinitd "${FILESDIR}"/psybnc.initd psybnc newconfd "${FILESDIR}"/psybnc.confd psybnc - dodoc CHANGES COPYING FAQ README SCRIPTING TODO + dodoc CHANGES FAQ README SCRIPTING TODO docinto example-script dodoc scripts/example/DEFAULT.SCRIPT } |