summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/pisg/ChangeLog6
-rw-r--r--net-irc/pisg/files/digest-pisg-0.601
-rw-r--r--net-irc/pisg/pisg-0.60.ebuild54
-rw-r--r--net-irc/pisg/pisg-0.61.ebuild4
4 files changed, 7 insertions, 58 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index a6852d1264eb..4b7f342975d0 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.20 2004/11/12 23:07:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.21 2004/12/05 01:31:32 swegener Exp $
+
+ 05 Dec 2004; Sven Wegener <swegener@gentoo.org> -pisg-0.60.ebuild,
+ pisg-0.61.ebuild:
+ Marked stable on x86. Removed old ebuild.
13 Nov 2004; Sven Wegener <swegener@gentoo.org> -pisg-0.58.ebuild,
-pisg-0.59.ebuild, pisg-0.60.ebuild:
diff --git a/net-irc/pisg/files/digest-pisg-0.60 b/net-irc/pisg/files/digest-pisg-0.60
deleted file mode 100644
index 7821ef511bb9..000000000000
--- a/net-irc/pisg/files/digest-pisg-0.60
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2159314a68e7cb5d42e650a2d2a07cea pisg-0.60.tar.gz 204599
diff --git a/net-irc/pisg/pisg-0.60.ebuild b/net-irc/pisg/pisg-0.60.ebuild
deleted file mode 100644
index 0c03e4021f28..000000000000
--- a/net-irc/pisg/pisg-0.60.ebuild
+++ /dev/null
@@ -1,54 +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.60.ebuild,v 1.2 2004/11/12 23:07:43 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
-}
diff --git a/net-irc/pisg/pisg-0.61.ebuild b/net-irc/pisg/pisg-0.61.ebuild
index 7bb1656f3285..525fc9f5c894 100644
--- a/net-irc/pisg/pisg-0.61.ebuild
+++ b/net-irc/pisg/pisg-0.61.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.61.ebuild,v 1.2 2004/11/12 18:16:17 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.61.ebuild,v 1.3 2004/12/05 01:31:32 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 ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""