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
commit5b72809b9733162aa3c4d90a1874efb11a3dad23 (patch)
treef008773819ae58a3494cc6fe3000a63825c56365 /net-irc/pisg
parentRemoved old ebuilds and files. (diff)
downloadhistorical-5b72809b9733162aa3c4d90a1874efb11a3dad23.tar.gz
historical-5b72809b9733162aa3c4d90a1874efb11a3dad23.tar.bz2
historical-5b72809b9733162aa3c4d90a1874efb11a3dad23.zip
Removed old ebuild.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'net-irc/pisg')
-rw-r--r--net-irc/pisg/ChangeLog5
-rw-r--r--net-irc/pisg/Manifest18
-rw-r--r--net-irc/pisg/files/digest-pisg-0.571
-rw-r--r--net-irc/pisg/pisg-0.57.ebuild55
4 files changed, 17 insertions, 62 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/Manifest b/net-irc/pisg/Manifest
index af61bb9d7d32..0557262793e8 100644
--- a/net-irc/pisg/Manifest
+++ b/net-irc/pisg/Manifest
@@ -1,9 +1,17 @@
-MD5 612a3490a1ee20f633d307d3e69f62ca ChangeLog 3809
-MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
-MD5 7fe370438f182c89dd3bf93398ce885d pisg-0.57.ebuild 1249
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 66925baecb58edd4025e262d0b48dcaa pisg-0.62.ebuild 1285
MD5 212c1304b43a97c3e0e1ad3de2d6c8fb pisg-0.63.ebuild 1290
-MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345
-MD5 9de11d80cf02a7d17db1351fe63fc0ba files/digest-pisg-0.57 61
+MD5 43df196cc1f1e002e4d79bb1d9a1cc4d ChangeLog 3904
+MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 ec19c7db381c7718faf4f2c7e26064c7 files/digest-pisg-0.62 61
MD5 1802bad596df45d21d6316a75a964b88 files/digest-pisg-0.63 61
+MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFB8V9BI1lqEGTUzyQRAqEKAKDbz4YUT1hYfNWEnDcgtGyeCu9keACdHBlv
+tG00UjFVQyzok6f2mCx/LQQ=
+=QoXZ
+-----END PGP SIGNATURE-----
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
-}