diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-10-31 01:40:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-10-31 01:40:17 +0000 |
commit | f8297cc5448b28b35081b9380029aebd9d839bea (patch) | |
tree | 5f2f0bef6f015f5f395e47ff1a6176fa8fce6100 /net-irc/pisg | |
parent | arm/hppa/ia64 stable for security #69505 (diff) | |
download | historical-f8297cc5448b28b35081b9380029aebd9d839bea.tar.gz historical-f8297cc5448b28b35081b9380029aebd9d839bea.tar.bz2 historical-f8297cc5448b28b35081b9380029aebd9d839bea.zip |
Version bump.
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/pisg/Manifest | 10 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.61 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.61.ebuild | 54 |
4 files changed, 67 insertions, 5 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index 8d9371db2e94..dae1b6812da6 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/pisg # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.17 2004/10/15 16:34:27 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.18 2004/10/31 01:40:17 swegener Exp $ + +*pisg-0.61 (31 Oct 2004) + + 31 Oct 2004; Sven Wegener <swegener@gentoo.org> +pisg-0.61.ebuild: + Version bump. *pisg-0.60 (15 Oct 2004) diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest index 35403747da20..d9d1dcc45e17 100644 --- a/net-irc/pisg/Manifest +++ b/net-irc/pisg/Manifest @@ -1,21 +1,23 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 80eedebd2a8278675544f1bde27e7164 ChangeLog 2842 +MD5 6568789ad27b7197423ab01eed130854 ChangeLog 2954 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 535e23e995369f18facdf660880feda6 pisg-0.57.ebuild 1234 MD5 d4d46ebbdc4a44a2bd3a7260c8651814 pisg-0.58.ebuild 1235 MD5 27d162e876f18b0e4815ef9611c32e47 pisg-0.59.ebuild 1236 MD5 e8d52a9ed0da6e1a4f382e5da8a2e035 pisg-0.60.ebuild 1236 +MD5 ba59580f5861a65fe15a438c0d00159f pisg-0.61.ebuild 1236 MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345 MD5 9de11d80cf02a7d17db1351fe63fc0ba files/digest-pisg-0.57 61 MD5 3c97207f955bb7df8a99958d56db7ce4 files/digest-pisg-0.58 61 MD5 c97d5cdf99ed48e06d0a79440ea429bd files/digest-pisg-0.59 61 MD5 b743840afb38720ebf907d60e4c373db files/digest-pisg-0.60 61 +MD5 6e4b3184fb6020dbe09ec1299c27423e files/digest-pisg-0.61 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBb/wdI1lqEGTUzyQRAuKFAJ9dRP9AOGfqsVk1LHLRmq76W1otoACfRP3G -y+5+ptLg1BJCUv0SR5SkFpM= -=6rbF +iD8DBQFBhEKNI1lqEGTUzyQRApoOAJ46jjEXawI0bfa+9UtlZPB/bTONXACfeDd+ +gJzUm3qqb6b+9be+urt+IGQ= +=Jl+f -----END PGP SIGNATURE----- diff --git a/net-irc/pisg/files/digest-pisg-0.61 b/net-irc/pisg/files/digest-pisg-0.61 new file mode 100644 index 000000000000..e3d3d6ad3b88 --- /dev/null +++ b/net-irc/pisg/files/digest-pisg-0.61 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..b13cafd51798 --- /dev/null +++ b/net-irc/pisg/pisg-0.61.ebuild @@ -0,0 +1,54 @@ +# 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.61.ebuild,v 1.1 2004/10/31 01:40:17 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" + +IUSE="" + +RDEPEND="dev-lang/perl + dev-perl/Text-Iconv" +DEPEND=">=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 +} |