summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-04-16 11:35:31 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-04-16 11:35:31 +0000
commit9186b05906b7ab99394619158ac3b0ff956b8d9e (patch)
tree3331f849053e26a6f04febdece88dee164359a95 /net-irc/pisg
parentmodified autotool usage, fixes #88750 (diff)
downloadhistorical-9186b05906b7ab99394619158ac3b0ff956b8d9e.tar.gz
historical-9186b05906b7ab99394619158ac3b0ff956b8d9e.tar.bz2
historical-9186b05906b7ab99394619158ac3b0ff956b8d9e.zip
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-irc/pisg')
-rw-r--r--net-irc/pisg/ChangeLog7
-rw-r--r--net-irc/pisg/Manifest10
-rw-r--r--net-irc/pisg/files/digest-pisg-0.651
-rw-r--r--net-irc/pisg/pisg-0.65.ebuild54
4 files changed, 67 insertions, 5 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index 4bd2616b492e..376f85c0ddb8 100644
--- a/net-irc/pisg/ChangeLog
+++ b/net-irc/pisg/ChangeLog
@@ -1,6 +1,11 @@
# 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.30 2005/04/10 12:11:52 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.31 2005/04/16 11:35:31 axxo Exp $
+
+*pisg-0.65 (16 Apr 2005)
+
+ 16 Apr 2005; Thomas Matthijs <axxo@gentoo.org> +pisg-0.65.ebuild:
+ version bump
10 Apr 2005; Sven Wegener <swegener@gentoo.org> -pisg-0.62.ebuild,
pisg-0.64.ebuild:
diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest
index ea24b19f97b9..a3c85000f5d8 100644
--- a/net-irc/pisg/Manifest
+++ b/net-irc/pisg/Manifest
@@ -1,17 +1,19 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
+MD5 541eab54c8fae27f4d694b095ece2c3a pisg-0.65.ebuild 1239
MD5 4998896ef634a1ccd24811d13ebc75b4 pisg-0.64.ebuild 1293
MD5 b459685754805772c4915458ad27cc6d pisg-0.63.ebuild 1286
-MD5 9466b8f782dafdfe580417a77b837864 ChangeLog 4333
+MD5 4772b550059e82b1ea31fe2e95b26656 ChangeLog 4439
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 1802bad596df45d21d6316a75a964b88 files/digest-pisg-0.63 61
MD5 20a23ff23f550ab3a458ea0513436730 files/digest-pisg-0.64 61
+MD5 490f56fd22bece6cafbf8607d8808977 files/digest-pisg-0.65 61
MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCWRgZI1lqEGTUzyQRArT4AJwOwJiju7gpT1gQ7yoJWBTgke9UWACg07Kk
-wBZ8mQeImK4ldc97DFC13V0=
-=g/L8
+iD8DBQFCYPid/rLF9B432nYRApwEAKC/8zMtVK56bgHlpXbvR5Lh0OkwbgCgzhLq
+azE3/6zYozfjkLo2f3RI7o4=
+=2RTH
-----END PGP SIGNATURE-----
diff --git a/net-irc/pisg/files/digest-pisg-0.65 b/net-irc/pisg/files/digest-pisg-0.65
new file mode 100644
index 000000000000..d3d2401d86bb
--- /dev/null
+++ b/net-irc/pisg/files/digest-pisg-0.65
@@ -0,0 +1 @@
+MD5 efe5a5d61cd5da26638b2252697d7cf4 pisg-0.65.tar.gz 211538
diff --git a/net-irc/pisg/pisg-0.65.ebuild b/net-irc/pisg/pisg-0.65.ebuild
new file mode 100644
index 000000000000..d74a302b2486
--- /dev/null
+++ b/net-irc/pisg/pisg-0.65.ebuild
@@ -0,0 +1,54 @@
+# 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.65.ebuild,v 1.1 2005/04/16 11:35:31 axxo 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}
+
+ 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:installvendorlib)
+
+ dobin pisg || die "dobin failed"
+
+ insinto "${installvendorlib}"
+ 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"
+ doman docs/pisg.1 || die "doman 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
+}