diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-12 16:06:16 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-12 16:06:16 +0000 |
commit | 36b314e349b5648ab3ab131e815ff8eac010ca91 (patch) | |
tree | fa99cc95dd43a1f2a690712388d443c0902cbd46 /net-irc/pisg | |
parent | bump to 1.7.8 #91859. trim old versions (diff) | |
download | gentoo-2-36b314e349b5648ab3ab131e815ff8eac010ca91.tar.gz gentoo-2-36b314e349b5648ab3ab131e815ff8eac010ca91.tar.bz2 gentoo-2-36b314e349b5648ab3ab131e815ff8eac010ca91.zip |
Version bump.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/pisg/Manifest | 12 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.66 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.66.ebuild | 54 |
4 files changed, 63 insertions, 11 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..49f29ae6f964 100644 --- a/net-irc/pisg/Manifest +++ b/net-irc/pisg/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 94915a9475fcf4e1289646944a5f444a pisg-0.65.ebuild 1290 MD5 2c2f6df15a0da452b37f001a27e82bcb pisg-0.64.ebuild 1290 +MD5 94915a9475fcf4e1289646944a5f444a pisg-0.66.ebuild 1290 MD5 9303a32d5ac606fdf0d51c3d67a9a9b8 ChangeLog 4625 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 ------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 +} |