summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-02-24 19:56:46 +0000
committerSven Wegener <swegener@gentoo.org>2005-02-24 19:56:46 +0000
commit72fb8fa9ffdaa417714b1c2b545b61500dbb4da6 (patch)
treefe927e011789327a24ecf560d6b6c52fa45a9fa5 /net-irc
parentForgot to add eutils when using epatch. (diff)
downloadgentoo-2-72fb8fa9ffdaa417714b1c2b545b61500dbb4da6.tar.gz
gentoo-2-72fb8fa9ffdaa417714b1c2b545b61500dbb4da6.tar.bz2
gentoo-2-72fb8fa9ffdaa417714b1c2b545b61500dbb4da6.zip
Version bump.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/pisg/ChangeLog7
-rw-r--r--net-irc/pisg/Manifest12
-rw-r--r--net-irc/pisg/files/digest-pisg-0.641
-rw-r--r--net-irc/pisg/pisg-0.64.ebuild56
4 files changed, 65 insertions, 11 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index efb2de4e3c6f..c43d35a27df0 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.27 2005/02/17 02:24:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.28 2005/02/24 19:56:46 swegener Exp $
+
+*pisg-0.64 (24 Feb 2005)
+
+ 24 Feb 2005; Sven Wegener <swegener@gentoo.org> +pisg-0.64.ebuild:
+ Version bump.
17 Feb 2005; Sven Wegener <swegener@gentoo.org> pisg-0.63.ebuild:
Marked stable on x86.
diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest
index 354fa1ecdd4d..d5a865ab1e28 100644
--- a/net-irc/pisg/Manifest
+++ b/net-irc/pisg/Manifest
@@ -1,17 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 66925baecb58edd4025e262d0b48dcaa pisg-0.62.ebuild 1285
+MD5 a7a5000fb15f015ad8308571fb44d90f pisg-0.64.ebuild 1294
MD5 b33b1e36972d5ab98efe078d47d778a1 pisg-0.63.ebuild 1289
MD5 10848fa2aa3071a788fc6996c405cd89 ChangeLog 3997
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 ec19c7db381c7718faf4f2c7e26064c7 files/digest-pisg-0.62 61
MD5 1802bad596df45d21d6316a75a964b88 files/digest-pisg-0.63 61
+MD5 20a23ff23f550ab3a458ea0513436730 files/digest-pisg-0.64 61
MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCFABbI1lqEGTUzyQRAiM1AJ98d39mC1ZWGm3QQdwW+rrLHmcX2QCgxMVE
-jPbkt+y1/1I4k7uMI9lncEc=
-=GiBj
------END PGP SIGNATURE-----
diff --git a/net-irc/pisg/files/digest-pisg-0.64 b/net-irc/pisg/files/digest-pisg-0.64
new file mode 100644
index 000000000000..46b900132bf5
--- /dev/null
+++ b/net-irc/pisg/files/digest-pisg-0.64
@@ -0,0 +1 @@
+MD5 e963b650c34b1e2c495d3e09897f59da pisg-0.64.tar.gz 204756
diff --git a/net-irc/pisg/pisg-0.64.ebuild b/net-irc/pisg/pisg-0.64.ebuild
new file mode 100644
index 000000000000..ef8ef4a56163
--- /dev/null
+++ b/net-irc/pisg/pisg-0.64.ebuild
@@ -0,0 +1,56 @@
+# 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.64.ebuild,v 1.1 2005/02/24 19:56:46 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: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
+}