summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-12 16:06:16 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-12 16:06:16 +0000
commit03c8dea790702739eae4eaef0c020170c564d91a (patch)
treeaa1a37bc51f8ab924cbbc0071448b93cea039c2c /net-irc/pisg
parentbump to 1.7.8 #91859. trim old versions (diff)
downloadhistorical-03c8dea790702739eae4eaef0c020170c564d91a.tar.gz
historical-03c8dea790702739eae4eaef0c020170c564d91a.tar.bz2
historical-03c8dea790702739eae4eaef0c020170c564d91a.zip
Version bump.
Package-Manager: portage-2.0.51.21-r1
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.661
-rw-r--r--net-irc/pisg/pisg-0.66.ebuild54
4 files changed, 67 insertions, 5 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index cd5e3d5d0c9d..88fbcd554623 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.33 2005/04/22 15:10:04 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.34 2005/05/12 16:06:15 swegener Exp $
+
+*pisg-0.66 (12 May 2005)
+
+ 12 May 2005; Sven Wegener <swegener@gentoo.org> +pisg-0.66.ebuild:
+ Version bump.
22 Apr 2005; Sven Wegener <swegener@gentoo.org> -pisg-0.63.ebuild:
Removed old ebuild.
diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest
index 36735a89de05..4a5ef1f08ffe 100644
--- a/net-irc/pisg/Manifest
+++ b/net-irc/pisg/Manifest
@@ -3,15 +3,17 @@ Hash: SHA1
MD5 94915a9475fcf4e1289646944a5f444a pisg-0.65.ebuild 1290
MD5 2c2f6df15a0da452b37f001a27e82bcb pisg-0.64.ebuild 1290
-MD5 9303a32d5ac606fdf0d51c3d67a9a9b8 ChangeLog 4625
+MD5 76a527c41c1f7f7bddc5c8435a91aabe pisg-0.66.ebuild 1243
+MD5 2cf8bb5345df453b432776c1f7b9e165 ChangeLog 4737
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 20a23ff23f550ab3a458ea0513436730 files/digest-pisg-0.64 61
MD5 490f56fd22bece6cafbf8607d8808977 files/digest-pisg-0.65 61
+MD5 9eca5760bc6d3ef523ad2ab2105057cf files/digest-pisg-0.66 61
MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCaRPfI1lqEGTUzyQRAsWWAKCY6ZiS2falyMLm85rl/sYwGXy90QCggmBD
-DZzvBRNHnl2hkskAAgIfMO0=
-=+0f9
+iD8DBQFCg38NI1lqEGTUzyQRAuLdAKDNwESqZogsTLe9jtB5Ty8n8U2FgACgxEnP
+pEgvXcZE3IWXfxJWFpPDeTQ=
+=N6m5
-----END PGP SIGNATURE-----
diff --git a/net-irc/pisg/files/digest-pisg-0.66 b/net-irc/pisg/files/digest-pisg-0.66
new file mode 100644
index 000000000000..1d1ecbeb78d0
--- /dev/null
+++ b/net-irc/pisg/files/digest-pisg-0.66
@@ -0,0 +1 @@
+MD5 3cc9d886b2abc8a84348830790f8dcb3 pisg-0.66.tar.gz 214284
diff --git a/net-irc/pisg/pisg-0.66.ebuild b/net-irc/pisg/pisg-0.66.ebuild
new file mode 100644
index 000000000000..c829ed54f7be
--- /dev/null
+++ b/net-irc/pisg/pisg-0.66.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.66.ebuild,v 1.1 2005/05/12 16:06:16 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}
+
+ 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
+}