summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-12-11 22:38:42 +0000
committerSven Wegener <swegener@gentoo.org>2004-12-11 22:38:42 +0000
commit8bdd495ac11bfb879b0dd1ec83f61578de08b6cd (patch)
treef2b2794525dc0f9efa69c1d7eb77647b0b9cc723 /net-irc/pisg
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-8bdd495ac11bfb879b0dd1ec83f61578de08b6cd.tar.gz
gentoo-2-8bdd495ac11bfb879b0dd1ec83f61578de08b6cd.tar.bz2
gentoo-2-8bdd495ac11bfb879b0dd1ec83f61578de08b6cd.zip
Version bump.
Diffstat (limited to 'net-irc/pisg')
-rw-r--r--net-irc/pisg/ChangeLog7
-rw-r--r--net-irc/pisg/Manifest12
-rw-r--r--net-irc/pisg/files/digest-pisg-0.621
-rw-r--r--net-irc/pisg/pisg-0.62.ebuild55
4 files changed, 64 insertions, 11 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index 2ca327067174..6f24b420648b 100644
--- a/net-irc/pisg/ChangeLog
+++ b/net-irc/pisg/ChangeLog
@@ -1,6 +1,11 @@
# 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.22 2004/12/08 14:37:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.23 2004/12/11 22:38:42 swegener Exp $
+
+*pisg-0.62 (11 Dec 2004)
+
+ 11 Dec 2004; Sven Wegener <swegener@gentoo.org> +pisg-0.62.ebuild:
+ Version bump.
08 Dec 2004; Sven Wegener <swegener@gentoo.org> pisg-0.57.ebuild,
pisg-0.61.ebuild:
diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest
index ac79e5314478..29b72eb755b8 100644
--- a/net-irc/pisg/Manifest
+++ b/net-irc/pisg/Manifest
@@ -1,17 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 36667ae4f0b396b4fc51c3358c225a96 pisg-0.62.ebuild 1257
MD5 36667ae4f0b396b4fc51c3358c225a96 pisg-0.61.ebuild 1257
MD5 0d30e107037716a1acb84df2ebdff708 pisg-0.57.ebuild 1249
MD5 8fea96c0890ef6631ad89a5fdc83bc1d ChangeLog 3459
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 9de11d80cf02a7d17db1351fe63fc0ba files/digest-pisg-0.57 61
MD5 6e4b3184fb6020dbe09ec1299c27423e files/digest-pisg-0.61 61
+MD5 ec19c7db381c7718faf4f2c7e26064c7 files/digest-pisg-0.62 61
MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBtxHLI1lqEGTUzyQRAimgAJ4vV0d/reCd28KwBbSeMnf0aJpkFgCaAl7+
-eMO+HjD1b9d5AKN9P5zNxcQ=
-=Gkhe
------END PGP SIGNATURE-----
diff --git a/net-irc/pisg/files/digest-pisg-0.62 b/net-irc/pisg/files/digest-pisg-0.62
new file mode 100644
index 000000000000..02417b5afdb0
--- /dev/null
+++ b/net-irc/pisg/files/digest-pisg-0.62
@@ -0,0 +1 @@
+MD5 70e5d191cc1c973f32625f8db854071c pisg-0.62.tar.gz 196562
diff --git a/net-irc/pisg/pisg-0.62.ebuild b/net-irc/pisg/pisg-0.62.ebuild
new file mode 100644
index 000000000000..8a0da04448df
--- /dev/null
+++ b/net-irc/pisg/pisg-0.62.ebuild
@@ -0,0 +1,55 @@
+# 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.62.ebuild,v 1.1 2004/12/11 22:38:42 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 ~amd64"
+
+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:installprivlib)
+
+ dobin pisg || die "dobin failed"
+
+ insinto "${installprivlib}"
+ 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"
+ dohtml docs/pisg-doc.html || die "dohtml failed"
+}
+
+pkg_postinst() {
+ einfo
+ einfo "The pisg images have been installed in /usr/share/pisg/gfx"
+ einfo
+}