summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-21 19:59:56 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-21 19:59:56 +0000
commit63fadec15c16337fe2a8f457b00cb7f0a69e7b20 (patch)
tree231b76bef906c15291f2ef3808288e66f5d580b5 /net-irc/pisg
parentRemoved old ebuilds and files. (diff)
downloadgentoo-2-63fadec15c16337fe2a8f457b00cb7f0a69e7b20.tar.gz
gentoo-2-63fadec15c16337fe2a8f457b00cb7f0a69e7b20.tar.bz2
gentoo-2-63fadec15c16337fe2a8f457b00cb7f0a69e7b20.zip
Removed old ebuild.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-irc/pisg')
-rw-r--r--net-irc/pisg/ChangeLog5
-rw-r--r--net-irc/pisg/files/digest-pisg-0.571
-rw-r--r--net-irc/pisg/pisg-0.57.ebuild55
3 files changed, 4 insertions, 57 deletions
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
-}