diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-10-01 00:55:15 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-10-01 00:55:15 +0000 |
commit | 10fadd14814c6c9d40a42501dc6a319ca9daaba5 (patch) | |
tree | 5544d31b67157af77db6bab70f6175ef1b9ee262 /net-irc | |
parent | Marked stable on x86. Removed old ebuild. (diff) | |
download | historical-10fadd14814c6c9d40a42501dc6a319ca9daaba5.tar.gz historical-10fadd14814c6c9d40a42501dc6a319ca9daaba5.tar.bz2 historical-10fadd14814c6c9d40a42501dc6a319ca9daaba5.zip |
Marked stable on x86. Removed old ebuild.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/pisg/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/pisg/Manifest | 14 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.56 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.56.ebuild | 55 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.57.ebuild | 4 |
5 files changed, 13 insertions, 67 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index 139c3c1947fe..14618d476189 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,10 @@ # 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.14 2004/09/09 14:16:52 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.15 2004/10/01 00:55:15 swegener Exp $ + + 01 Oct 2004; Sven Wegener <swegener@gentoo.org> -pisg-0.56.ebuild, + pisg-0.57.ebuild: + Marked stable on x86. Removed old ebuild. *pisg-0.58 (09 Sep 2004) diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest index 8f9e566fee66..85d803e14693 100644 --- a/net-irc/pisg/Manifest +++ b/net-irc/pisg/Manifest @@ -1,21 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 7aef5b2b7f9b2b7d4859bd97cf890c86 ChangeLog 2398 +MD5 2f729ffd913533353e3323d62372c820 ChangeLog 2532 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 4f833d84c390674efeba3a06a5151e04 pisg-0.51.ebuild 1031 -MD5 ebd96b4259b4aa888cfe5c47ebe66397 pisg-0.56.ebuild 1256 -MD5 db0c0dd002a6c9d35cfbcd0b754f616a pisg-0.57.ebuild 1236 +MD5 8b6bfec8835d8967f3dfe38100afdefc pisg-0.57.ebuild 1235 MD5 df1ce8a6a76a5e24b611281293685269 pisg-0.58.ebuild 1236 MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345 MD5 d1bbe01fcf4658d44fe890463108b7be files/digest-pisg-0.51 61 -MD5 48cee577d969a5b7d4feba727deff84f files/digest-pisg-0.56 61 MD5 9de11d80cf02a7d17db1351fe63fc0ba files/digest-pisg-0.57 61 MD5 3c97207f955bb7df8a99958d56db7ce4 files/digest-pisg-0.58 61 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBQGXbI1lqEGTUzyQRAoyfAJ9aCR6YmhEsoh3olTlVd9uqOK221QCgtmwA -1DdfZQ4M27/UFWGWDePdicM= -=8Osj +iD8DBQFBXKr+I1lqEGTUzyQRAt3JAJ9OYDEagVUXMx80fyrOtUnu3Dj9JgCeMzn8 +80rD2Bp70RKkX0ydB57Pkag= +=0d9O -----END PGP SIGNATURE----- diff --git a/net-irc/pisg/files/digest-pisg-0.56 b/net-irc/pisg/files/digest-pisg-0.56 deleted file mode 100644 index fcf2341d8fc3..000000000000 --- a/net-irc/pisg/files/digest-pisg-0.56 +++ /dev/null @@ -1 +0,0 @@ -MD5 b2bace319fe3ea32887335dca3bcc208 pisg-0.56.tar.gz 199981 diff --git a/net-irc/pisg/pisg-0.56.ebuild b/net-irc/pisg/pisg-0.56.ebuild deleted file mode 100644 index ca8bf43b3a47..000000000000 --- a/net-irc/pisg/pisg-0.56.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# 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.5 2004/08/28 02:16:23 swegener Exp $ - -inherit eutils - -DESCRIPTION="Perl IRC Statistics Generator" -HOMEPAGE="http://pisg.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" -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}/${PV}-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.57.ebuild b/net-irc/pisg/pisg-0.57.ebuild index 8b90c067e8a8..990f3fd7c8da 100644 --- a/net-irc/pisg/pisg-0.57.ebuild +++ b/net-irc/pisg/pisg-0.57.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.57.ebuild,v 1.1 2004/08/28 02:16:23 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.57.ebuild,v 1.2 2004/10/01 00:55:15 swegener Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://pisg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" |