From 63fadec15c16337fe2a8f457b00cb7f0a69e7b20 Mon Sep 17 00:00:00 2001
From: Sven Wegener <swegener@gentoo.org>
Date: Fri, 21 Jan 2005 19:59:56 +0000
Subject: Removed old ebuild. (Portage version: 2.0.51-r14)

---
 net-irc/pisg/ChangeLog              |  5 +++-
 net-irc/pisg/files/digest-pisg-0.57 |  1 -
 net-irc/pisg/pisg-0.57.ebuild       | 55 -------------------------------------
 3 files changed, 4 insertions(+), 57 deletions(-)
 delete mode 100644 net-irc/pisg/files/digest-pisg-0.57
 delete mode 100644 net-irc/pisg/pisg-0.57.ebuild

(limited to 'net-irc')

diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index ce0974f3b3b1..92061b9c58e7 100644
--- a/net-irc/pisg/ChangeLog
+++ b/net-irc/pisg/ChangeLog
@@ -1,6 +1,9 @@
 # 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.25 2005/01/21 19:12:03 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.26 2005/01/21 19:59:56 swegener Exp $
+
+  21 Jan 2005; Sven Wegener <swegener@gentoo.org> -pisg-0.57.ebuild:
+  Removed old ebuild.
 
   21 Jan 2005; Lars Weiler <pylon@gentoo.org> pisg-0.62.ebuild:
   Stable on ppc.
diff --git a/net-irc/pisg/files/digest-pisg-0.57 b/net-irc/pisg/files/digest-pisg-0.57
deleted file mode 100644
index 76e3a0db2ef7..000000000000
--- a/net-irc/pisg/files/digest-pisg-0.57
+++ /dev/null
@@ -1 +0,0 @@
-MD5 af7f773125ee1868900891d63d15a6a0 pisg-0.57.tar.gz 205141
diff --git a/net-irc/pisg/pisg-0.57.ebuild b/net-irc/pisg/pisg-0.57.ebuild
deleted file mode 100644
index 4bca9d22a5e1..000000000000
--- a/net-irc/pisg/pisg-0.57.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.57.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"
-
-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
-}
-- 
cgit v1.2.3-65-gdbad