diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-07 17:17:29 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-07 17:17:29 +0000 |
commit | d1a5d652aca98c42584a6219bcf5ea63656fa459 (patch) | |
tree | 23a39add674ec7d584cf6a51bb9274c2707cf736 /net-irc/pisg | |
parent | Removed old ebuilds. (diff) | |
download | gentoo-2-d1a5d652aca98c42584a6219bcf5ea63656fa459.tar.gz gentoo-2-d1a5d652aca98c42584a6219bcf5ea63656fa459.tar.bz2 gentoo-2-d1a5d652aca98c42584a6219bcf5ea63656fa459.zip |
Removed old ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/pisg/files/0.56-network-option-fix.patch | 30 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.65 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.65.ebuild | 56 |
4 files changed, 5 insertions, 88 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index 2abec02eec60..2b9f085b77bc 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/pisg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.39 2005/07/07 16:01:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.40 2005/07/07 17:17:29 swegener Exp $ + + 07 Jul 2005; Sven Wegener <swegener@gentoo.org> + -files/0.56-network-option-fix.patch, -pisg-0.65.ebuild: + Removed old ebuild. 07 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> pisg-0.66.ebuild: ppc stable diff --git a/net-irc/pisg/files/0.56-network-option-fix.patch b/net-irc/pisg/files/0.56-network-option-fix.patch deleted file mode 100644 index 52f94fce224c..000000000000 --- a/net-irc/pisg/files/0.56-network-option-fix.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Nur pisg-0.56.orig/pisg pisg-0.56/pisg ---- pisg-0.56.orig/pisg 2004-06-19 03:31:46.620638768 +0200 -+++ pisg-0.56/pisg 2004-06-19 03:32:24.177929192 +0200 -@@ -81,7 +81,7 @@ - - my $usage = <<END_USAGE; - Usage: pisg [-ch channel] [-l logfile] [-o outputfile] [-ma maintainer] --[-f format] [-n network] [-d logdir] [-mo moduledir] [-s] [-v] [-h] -+[-f format] [-ne network] [-d logdir] [-mo moduledir] [-s] [-v] [-h] - - -ch --channel=xxx : Set channel name - -cc --cchannels=xxx : Only do this channel from cfg file, give multiple -@@ -92,7 +92,7 @@ - -t --tag=xxx : Replace \%t in --outfile by xxx - -ma --maintainer=xxx : Channel/statistics maintainer - -f --format=xxx : Logfile format [see FORMATS file] ---n --network=xxx : IRC network for the channel -+-ne --network=xxx : IRC network for the channel - -d --dir=xxx : Analyze all files in this dir. Ignores logfile. - Give multiple times to use multiple directories. - -nf --nfiles=xxx : Analyze the last xxx files if used with --dir -@@ -107,7 +107,7 @@ - - Example: - -- \$ pisg -n IRCnet -f xchat -o suid.html -ch \\#channel -l logfile.log -+ \$ pisg -ne IRCnet -f xchat -o suid.html -ch \\#channel -l logfile.log - - All options may also be defined by editing the configuration file and - calling pisg without arguments. diff --git a/net-irc/pisg/files/digest-pisg-0.65 b/net-irc/pisg/files/digest-pisg-0.65 deleted file mode 100644 index d3d2401d86bb..000000000000 --- a/net-irc/pisg/files/digest-pisg-0.65 +++ /dev/null @@ -1 +0,0 @@ -MD5 efe5a5d61cd5da26638b2252697d7cf4 pisg-0.65.tar.gz 211538 diff --git a/net-irc/pisg/pisg-0.65.ebuild b/net-irc/pisg/pisg-0.65.ebuild deleted file mode 100644 index 804f4497e674..000000000000 --- a/net-irc/pisg/pisg-0.65.ebuild +++ /dev/null @@ -1,56 +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.65.ebuild,v 1.4 2005/06/17 20:48:35 hansmi 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="~amd64 ppc x86" - -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 \ - -e 's!lang\.txt!/usr/share/pisg/lang.txt!' \ - -e 's!layout/!/usr/share/pisg/layout/!' \ - modules/Pisg.pm \ - || die "sed failed" -} - -src_install () { - eval $(perl -V:installvendorlib) - - dobin pisg || die "dobin failed" - - insinto "${installvendorlib}" - doins -r modules/. || die "doins failed" - - insinto /usr/share/pisg - doins -r gfx layout lang.txt || die "doins failed" - - 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" -} - -pkg_postinst() { - einfo - einfo "The pisg images have been installed in /usr/share/pisg/gfx" - einfo -} |