diff options
author | 2008-03-11 18:07:32 +0000 | |
---|---|---|
committer | 2008-03-11 18:07:32 +0000 | |
commit | f1cffe59c83ddb9342d9c6f21b676c322a473158 (patch) | |
tree | 94c294b29a4943b8374e7c11e758a2c37fb7090b /net-irc/bitchx/bitchx-1.1-r4.ebuild | |
parent | make net-dialup/ppp:mppe-mppc description not completely useless (diff) | |
download | gentoo-2-f1cffe59c83ddb9342d9c6f21b676c322a473158.tar.gz gentoo-2-f1cffe59c83ddb9342d9c6f21b676c322a473158.tar.bz2 gentoo-2-f1cffe59c83ddb9342d9c6f21b676c322a473158.zip |
Use sane unpack(), add lowercase symlink so people are no longer confused about lack of executable bit.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc/bitchx/bitchx-1.1-r4.ebuild')
-rw-r--r-- | net-irc/bitchx/bitchx-1.1-r4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/bitchx/bitchx-1.1-r4.ebuild b/net-irc/bitchx/bitchx-1.1-r4.ebuild index e3d5f3e58c35..6fd6843eebb5 100644 --- a/net-irc/bitchx/bitchx-1.1-r4.ebuild +++ b/net-irc/bitchx/bitchx-1.1-r4.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/bitchx/bitchx-1.1-r4.ebuild,v 1.3 2007/11/11 12:21:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r4.ebuild,v 1.4 2008/03/11 18:07:32 cla Exp $ inherit flag-o-matic eutils @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 )" src_unpack() { - unpack ${MY_P}.tar.gz + unpack ${A} cd "${S}" use cjk && epatch "${FILESDIR}"/${PV}/${P}-cjk.patch epatch "${FILESDIR}"/${PV}/${P}-pbxs.patch @@ -66,6 +66,7 @@ src_install () { einstall || die dobin contrib/vh1 || die dosym BitchX-1.1-final /usr/bin/BitchX + dosym BitchX-1.1-final /usr/bin/bitchx cd "${S}" dodoc bugs Changelog README* IPv6-support |