diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-10 01:50:16 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-10 01:50:16 +0000 |
commit | 2e9dc8a63b01a7415f91321e8fce43538cf75402 (patch) | |
tree | 803135c798d0b8346eeb4c8e84e31189ad8ac90e /net-irc | |
parent | added ~amd64 (diff) | |
download | historical-2e9dc8a63b01a7415f91321e8fce43538cf75402.tar.gz historical-2e9dc8a63b01a7415f91321e8fce43538cf75402.tar.bz2 historical-2e9dc8a63b01a7415f91321e8fce43538cf75402.zip |
Verison bump, closes #52461.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/pisg/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/pisg/Manifest | 12 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.55 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.55.ebuild | 46 |
4 files changed, 60 insertions, 6 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index b2a44aabbec8..fd72218fa6a8 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/pisg # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.6 2004/05/29 16:16:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.7 2004/06/10 01:50:16 zul Exp $ + +*pisg-0.55 (09 Jun 2004) + + 09 Jun 2004; Chuck Short <zul@gentoo.org> pisg-0.55.ebuild: + Version bump, closes #52461. 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> pisg-0.50.ebuild, pisg-0.51.ebuild, pisg-0.52.ebuild: diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest index 6f1128b6d384..6b2bb7891a1c 100644 --- a/net-irc/pisg/Manifest +++ b/net-irc/pisg/Manifest @@ -1,9 +1,11 @@ -MD5 9a5d6d20520965ba628348da7d86a0c3 ChangeLog 1315 +MD5 c7b700c0c79cb016098b0be4f51607fb pisg-0.51.ebuild 1032 +MD5 43547baf37a52e6391e8b48f6368b26a pisg-0.55.ebuild 1071 +MD5 105ca9c1c2905a7ba00224792f2b0aba pisg-0.50.ebuild 1100 +MD5 8868537cf8d92658b99b816f8aff960b pisg-0.52.ebuild 1076 +MD5 f6c8f0acaf71c59e61bdd7f8ee060b9b ChangeLog 1429 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 b7c4f23dfaf8ed809a8096f24c041751 pisg-0.50.ebuild 1101 -MD5 e56534417fe4bb59164890f10f7381ac pisg-0.51.ebuild 1033 -MD5 fa199d861582206df6aa674e4e1589b6 pisg-0.52.ebuild 1077 -MD5 f21fe11a6e586134609a2959f88aad5e files/0.50-network-option-fix.patch 1231 MD5 4122e1015b1785c4ba317d53a3f95dec files/digest-pisg-0.50 61 MD5 d1bbe01fcf4658d44fe890463108b7be files/digest-pisg-0.51 61 MD5 8fbdcf618d81a08ca0d8365a251a16ff files/digest-pisg-0.52 61 +MD5 341218b30944ce1df42af8687db007fc files/digest-pisg-0.55 61 +MD5 f21fe11a6e586134609a2959f88aad5e files/0.50-network-option-fix.patch 1231 diff --git a/net-irc/pisg/files/digest-pisg-0.55 b/net-irc/pisg/files/digest-pisg-0.55 new file mode 100644 index 000000000000..02b7beb960c0 --- /dev/null +++ b/net-irc/pisg/files/digest-pisg-0.55 @@ -0,0 +1 @@ +MD5 fb33ece8bd8317a57ece4516b0c25d62 pisg-0.55.tar.gz 196945 diff --git a/net-irc/pisg/pisg-0.55.ebuild b/net-irc/pisg/pisg-0.55.ebuild new file mode 100644 index 000000000000..cbceb30e67df --- /dev/null +++ b/net-irc/pisg/pisg-0.55.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.55.ebuild,v 1.1 2004/06/10 01:50:16 zul Exp $ + +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" + +IUSE="" + +DEPEND="dev-lang/perl" + +src_unpack() { + unpack ${A} + cd ${S} + + 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 docs/Changelog docs/FORMATS docs/pisg-doc.txt + dodoc docs/dev/API pisg.cfg COPYING README + dohtml docs/html/* + + chmod -R 644 ${D}/usr/share/pisg/layout +} + +pkg_postinst() { + einfo + einfo "The pisg images have been installed in /usr/share/pisg/gfx" + einfo +} |