diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-12 07:09:45 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-12 07:09:45 +0000 |
commit | e2a55482161a185f2b9676638df29ec62b6c407e (patch) | |
tree | 05e890a28bd061e4ee1ed103c1a3938ed64f2a23 /net-irc/pisg | |
parent | Remove rest of pointless mask ... see revision 1.3420. (diff) | |
download | gentoo-2-e2a55482161a185f2b9676638df29ec62b6c407e.tar.gz gentoo-2-e2a55482161a185f2b9676638df29ec62b6c407e.tar.bz2 gentoo-2-e2a55482161a185f2b9676638df29ec62b6c407e.zip |
Also install manpage for 0.62.
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.61 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.61.ebuild | 55 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.62.ebuild | 3 |
3 files changed, 2 insertions, 57 deletions
diff --git a/net-irc/pisg/files/digest-pisg-0.61 b/net-irc/pisg/files/digest-pisg-0.61 deleted file mode 100644 index e3d3d6ad3b88..000000000000 --- a/net-irc/pisg/files/digest-pisg-0.61 +++ /dev/null @@ -1 +0,0 @@ -MD5 88c640d0a5447766541b417604a70f3e pisg-0.61.tar.gz 193880 diff --git a/net-irc/pisg/pisg-0.61.ebuild b/net-irc/pisg/pisg-0.61.ebuild deleted file mode 100644 index a45f17b3f772..000000000000 --- a/net-irc/pisg/pisg-0.61.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.61.ebuild,v 1.5 2005/01/12 07:06:01 swegener Exp $ - -inherit eutils - -DESCRIPTION="Perl IRC Statistics Generator" -HOMEPAGE="http://pisg.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" - -IUSE="" - -RDEPEND="dev-lang/perl - dev-perl/Text-Iconv" -DEPEND="dev-lang/perl - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/0.56-network-option-fix.patch - - sed -i 's!lang\.txt!/usr/share/pisg/lang.txt!' modules/Pisg.pm - sed -i 's!layout/!/usr/share/pisg/layout/!' modules/Pisg.pm -} - -src_install () { - eval `perl -V:installprivlib` - - dobin pisg - - dodir ${installprivlib} - cp -r modules/* ${D}/${installprivlib} - - dodir /usr/share/pisg - cp -r gfx layout lang.txt ${D}/usr/share/pisg - - 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 {} \; - find ${D}/usr/{lib,share} -type f -exec chmod 644 {} \; -} - -pkg_postinst() { - einfo - einfo "The pisg images have been installed in /usr/share/pisg/gfx" - einfo -} diff --git a/net-irc/pisg/pisg-0.62.ebuild b/net-irc/pisg/pisg-0.62.ebuild index 858475691876..c412a11f2eb0 100644 --- a/net-irc/pisg/pisg-0.62.ebuild +++ b/net-irc/pisg/pisg-0.62.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.62.ebuild,v 1.2 2005/01/12 07:06:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.62.ebuild,v 1.3 2005/01/12 07:09:45 swegener Exp $ inherit eutils @@ -45,6 +45,7 @@ src_install () { dodoc \ docs/{CREDITS,Changelog,FORMATS,pisg-doc.txt} \ docs/dev/API pisg.cfg README || die "dodoc failed" + doman docs/pisg.1 || die "doman failed" dohtml docs/pisg-doc.html || die "dohtml failed" } |