summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-12 07:09:45 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-12 07:09:45 +0000
commitaf10d50d79f5156b07e94a39883a30577d04fb09 (patch)
treed3d229f4b14306e568b522185d5abc3e9dbcc8ff /net-irc/pisg
parentRemove rest of pointless mask ... see revision 1.3420. (diff)
downloadhistorical-af10d50d79f5156b07e94a39883a30577d04fb09.tar.gz
historical-af10d50d79f5156b07e94a39883a30577d04fb09.tar.bz2
historical-af10d50d79f5156b07e94a39883a30577d04fb09.zip
Also install manpage for 0.62.
Diffstat (limited to 'net-irc/pisg')
-rw-r--r--net-irc/pisg/Manifest10
-rw-r--r--net-irc/pisg/files/digest-pisg-0.611
-rw-r--r--net-irc/pisg/pisg-0.61.ebuild55
-rw-r--r--net-irc/pisg/pisg-0.62.ebuild3
4 files changed, 6 insertions, 63 deletions
diff --git a/net-irc/pisg/Manifest b/net-irc/pisg/Manifest
index 4298517b4a81..b2d311ac3695 100644
--- a/net-irc/pisg/Manifest
+++ b/net-irc/pisg/Manifest
@@ -1,21 +1,19 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 8e0e85991b40c8c3777cd6f965e5dbb9 pisg-0.62.ebuild 1248
-MD5 fef2665663de5fc0f49ec5b3fb750f68 pisg-0.61.ebuild 1257
+MD5 06b389fb636e443e2f4561514c1cfcc8 pisg-0.62.ebuild 1289
MD5 7fe370438f182c89dd3bf93398ce885d pisg-0.57.ebuild 1249
MD5 212c1304b43a97c3e0e1ad3de2d6c8fb pisg-0.63.ebuild 1290
MD5 427f0cab78981bbfa2cfe695c171bd01 ChangeLog 3730
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 9de11d80cf02a7d17db1351fe63fc0ba files/digest-pisg-0.57 61
-MD5 6e4b3184fb6020dbe09ec1299c27423e files/digest-pisg-0.61 61
MD5 ec19c7db381c7718faf4f2c7e26064c7 files/digest-pisg-0.62 61
MD5 1802bad596df45d21d6316a75a964b88 files/digest-pisg-0.63 61
MD5 2116a6e5786030640b4a7f25159dbfc6 files/0.56-network-option-fix.patch 1345
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFB5MxiI1lqEGTUzyQRAm9NAKDept51WxqO3xRuQg+Zmh+rsNvUsQCfZ6pj
-0EPMQ7+QLpTYd+rn8bySTCY=
-=Z4Ub
+iD8DBQFB5M0/I1lqEGTUzyQRAs6uAJ420F7LbdzQqCHD0zY8VOfEIACjFACffFWI
+DehuO6Q06dcEXtZlTpZjI+0=
+=MA3U
-----END PGP SIGNATURE-----
diff --git a/net-irc/pisg/files/digest-pisg-0.61 b/net-irc/pisg/files/digest-pisg-0.61
deleted file mode 100644
index e3d3d6ad3b88..000000000000
--- a/net-irc/pisg/files/digest-pisg-0.61
+++ /dev/null
@@ -1 +0,0 @@
-MD5 88c640d0a5447766541b417604a70f3e pisg-0.61.tar.gz 193880
diff --git a/net-irc/pisg/pisg-0.61.ebuild b/net-irc/pisg/pisg-0.61.ebuild
deleted file mode 100644
index a45f17b3f772..000000000000
--- a/net-irc/pisg/pisg-0.61.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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.61.ebuild,v 1.5 2005/01/12 07:06:01 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 's!lang\.txt!/usr/share/pisg/lang.txt!' modules/Pisg.pm
- sed -i 's!layout/!/usr/share/pisg/layout/!' modules/Pisg.pm
-}
-
-src_install () {
- eval `perl -V:installprivlib`
-
- dobin pisg
-
- dodir ${installprivlib}
- cp -r modules/* ${D}/${installprivlib}
-
- dodir /usr/share/pisg
- cp -r gfx layout lang.txt ${D}/usr/share/pisg
-
- dodoc \
- docs/{CREDITS,Changelog,FORMATS,pisg-doc.txt} \
- docs/dev/API pisg.cfg README
- dohtml docs/html/*
-
- find ${D}/usr/{lib,share} -type d -exec chmod 755 {} \;
- find ${D}/usr/{lib,share} -type f -exec chmod 644 {} \;
-}
-
-pkg_postinst() {
- einfo
- einfo "The pisg images have been installed in /usr/share/pisg/gfx"
- einfo
-}
diff --git a/net-irc/pisg/pisg-0.62.ebuild b/net-irc/pisg/pisg-0.62.ebuild
index 858475691876..c412a11f2eb0 100644
--- a/net-irc/pisg/pisg-0.62.ebuild
+++ b/net-irc/pisg/pisg-0.62.ebuild
@@ -1,6 +1,6 @@
# 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.62.ebuild,v 1.2 2005/01/12 07:06:01 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.62.ebuild,v 1.3 2005/01/12 07:09:45 swegener Exp $
inherit eutils
@@ -45,6 +45,7 @@ src_install () {
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"
}