diff options
author | 2008-07-07 18:24:27 +0000 | |
---|---|---|
committer | 2008-07-07 18:24:27 +0000 | |
commit | 5be90129452ec0ec7ceb557cafefb1a23d1ad1dd (patch) | |
tree | 96cf527db44a9e4a8fd5979c50882aace002c27a /net-irc/pisg | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | historical-5be90129452ec0ec7ceb557cafefb1a23d1ad1dd.tar.gz historical-5be90129452ec0ec7ceb557cafefb1a23d1ad1dd.tar.bz2 historical-5be90129452ec0ec7ceb557cafefb1a23d1ad1dd.zip |
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/pisg/Manifest | 4 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.72.ebuild | 55 |
3 files changed, 65 insertions, 3 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index afed8bbffc2b..b05bdb93b92f 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/pisg -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.55 2007/06/03 15:34:51 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.56 2008/07/07 18:24:27 armin76 Exp $ + +*pisg-0.72 (07 Jul 2008) + + 07 Jul 2008; Raúl Porcel <armin76@gentoo.org> +pisg-0.72.ebuild: + Version bump 03 Jun 2007; Raúl Porcel <armin76@gentoo.org> -pisg-0.70.ebuild: old diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest index 0cd63f77622c..ddad65bb1977 100644 --- a/net-irc/pisg/Manifest +++ b/net-irc/pisg/Manifest @@ -1,4 +1,6 @@ DIST pisg-0.71.tar.gz 233919 RMD160 48b5f8f47b225951950873f37b480f279ec516e2 SHA1 e682073733e041da219db8e964b87ce632385b4c SHA256 a6c6b49baed4d2602070f3d85040acb83cb607b812c4776f2db4ad367d40b292 +DIST pisg-0.72.tar.gz 237706 RMD160 c1e310b6fcbe7d94d22311f1a1438d3fb1be62c5 SHA1 be7a535dc1102eede2e43f0046b4d48effb1d18a SHA256 34167eefcbf17feafc7a5c53b9c1396f460b18d7030e0a4da9e360df4268e7d0 EBUILD pisg-0.71.ebuild 1250 RMD160 a4957ce09869353e2dd5dcd25960fa5be36d4de0 SHA1 8cddc9c060439af76c2aecbbd2bd85335ff9b8b9 SHA256 07884e06308da3ab72140825482b9b64aff24a48ea782a8fae53ae4b94cda381 -MISC ChangeLog 6868 RMD160 b09935e0b831e82f8df6ed57ca83798c85ff2108 SHA1 11b8c9c8c0f8b7d954227e947dbcbef89ff30958 SHA256 24dd829ea8994e1888a71ff5a9e487e65292742967a271c2fb86407fdb752ded +EBUILD pisg-0.72.ebuild 1254 RMD160 6d02eb23896a91e7b75c3cbee740d23347919035 SHA1 ea85c85ca516babf65662e9e4d3a6e95c81c96e3 SHA256 64f9b3994404cc698ecff9c510a37f8ab52c8ee7e847a43019abdef104ef71f6 +MISC ChangeLog 6978 RMD160 1a0559c1eb660c4a12eb52c54bb26176cfd3e7df SHA1 9257e2e5dacfe9a2c2cfd8522b88b888ce608f05 SHA256 cdf1116def33a2936edc71a6cee89c975b54b1da1b782d5b157eab52acd50f39 MISC metadata.xml 160 RMD160 279429d1df694561fc2b163cb81c09387b9d940c SHA1 97da1b72eecc5585c65717da08eaccc9bc1cf7cd SHA256 5e058419199e306612929b80a996e3d16c6b20de674a56bb60558d3d36524fe2 diff --git a/net-irc/pisg/pisg-0.72.ebuild b/net-irc/pisg/pisg-0.72.ebuild new file mode 100644 index 000000000000..bfd86407128b --- /dev/null +++ b/net-irc/pisg/pisg-0.72.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.72.ebuild,v 1.1 2008/07/07 18:24:27 armin76 Exp $ + +inherit perl-app + +DESCRIPTION="Perl IRC Statistics Generator" +HOMEPAGE="http://pisg.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" + +IUSE="" + +RDEPEND="dev-lang/perl + dev-perl/Text-Iconv" +DEPEND="dev-lang/perl + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + + sed -i \ + -e 's!lang\.txt!/usr/share/pisg/lang.txt!' \ + -e 's!layout/!/usr/share/pisg/layout/!' \ + "${S}"/modules/Pisg.pm \ + || die "sed failed" +} + +src_compile() { + einfo "Nothing to compile" +} + +src_install() { + perlinfo + + dobin pisg || die "dobin failed" + + insinto "${VENDOR_LIB}" + 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 "The pisg images have been installed in /usr/share/pisg/gfx" +} |