diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-28 02:16:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-28 02:16:23 +0000 |
commit | 4db211af2e229066001dec7b9b544df2ffaec2c2 (patch) | |
tree | 6dd900c5d81c273bbe2de417ae5a64104ec71d5d /net-irc/pisg/pisg-0.56.ebuild | |
parent | stable on ppc64, bug #59360 (diff) | |
download | historical-4db211af2e229066001dec7b9b544df2ffaec2c2.tar.gz historical-4db211af2e229066001dec7b9b544df2ffaec2c2.tar.bz2 historical-4db211af2e229066001dec7b9b544df2ffaec2c2.zip |
Version bump.
Diffstat (limited to 'net-irc/pisg/pisg-0.56.ebuild')
-rw-r--r-- | net-irc/pisg/pisg-0.56.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-irc/pisg/pisg-0.56.ebuild b/net-irc/pisg/pisg-0.56.ebuild index d67976f01a1a..ca8bf43b3a47 100644 --- a/net-irc/pisg/pisg-0.56.ebuild +++ b/net-irc/pisg/pisg-0.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.56.ebuild,v 1.4 2004/07/17 11:05:43 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.56.ebuild,v 1.5 2004/08/28 02:16:23 swegener Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="" RDEPEND="dev-lang/perl dev-perl/Text-Iconv" -DEPEND="" +DEPEND=">=sys-apps/sed-4" src_unpack() { unpack ${A} @@ -39,8 +39,9 @@ src_install () { dodir /usr/share/pisg cp -r gfx layout lang.txt ${D}/usr/share/pisg - dodoc docs/CREDITS docs/Changelog docs/FORMATS docs/pisg-doc.txt - dodoc docs/dev/API pisg.cfg COPYING README + dodoc \ + docs/{CREDITS,Changelog,FORMATS,pisg-doc.txt} \ + docs/dev/API pisg.cfg README dohtml docs/html/* find ${D}/usr/{lib,share} -type d -exec chmod 755 {} \; |