summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-11-12 23:07:43 +0000
committerSven Wegener <swegener@gentoo.org>2004-11-12 23:07:43 +0000
commitf755efc1124f19fa282422ebfc0eb19efadf9cf7 (patch)
tree00fd18b028de96f6130a9da0a1e590ff6124a681 /net-irc/pisg
parentAdded USE=doc support for bug #70918. (Manifest recommit) (diff)
downloadgentoo-2-f755efc1124f19fa282422ebfc0eb19efadf9cf7.tar.gz
gentoo-2-f755efc1124f19fa282422ebfc0eb19efadf9cf7.tar.bz2
gentoo-2-f755efc1124f19fa282422ebfc0eb19efadf9cf7.zip
Marked 0.60 stable on x86. Removed old ebuilds.
Diffstat (limited to 'net-irc/pisg')
-rw-r--r--net-irc/pisg/ChangeLog6
-rw-r--r--net-irc/pisg/files/digest-pisg-0.581
-rw-r--r--net-irc/pisg/files/digest-pisg-0.591
-rw-r--r--net-irc/pisg/pisg-0.58.ebuild54
-rw-r--r--net-irc/pisg/pisg-0.59.ebuild54
-rw-r--r--net-irc/pisg/pisg-0.60.ebuild4
6 files changed, 7 insertions, 113 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index cbf4300a6ae0..a6852d1264eb 100644
--- a/net-irc/pisg/ChangeLog
+++ b/net-irc/pisg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/pisg
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.19 2004/11/12 18:16:17 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.20 2004/11/12 23:07:43 swegener Exp $
+
+ 13 Nov 2004; Sven Wegener <swegener@gentoo.org> -pisg-0.58.ebuild,
+ -pisg-0.59.ebuild, pisg-0.60.ebuild:
+ Marked 0.60 stable on x86. Removed old ebuilds.
12 Nov 2004; Simon Stelling <blubb@gentoo.org> pisg-0.61.ebuild:
added ~amd64
diff --git a/net-irc/pisg/files/digest-pisg-0.58 b/net-irc/pisg/files/digest-pisg-0.58
deleted file mode 100644
index 0c39423a95f9..000000000000
--- a/net-irc/pisg/files/digest-pisg-0.58
+++ /dev/null
@@ -1 +0,0 @@
-MD5 162f9a8ab38f1df0216182a9091dc56a pisg-0.58.tar.gz 202982
diff --git a/net-irc/pisg/files/digest-pisg-0.59 b/net-irc/pisg/files/digest-pisg-0.59
deleted file mode 100644
index e49212ccbbc7..000000000000
--- a/net-irc/pisg/files/digest-pisg-0.59
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a664122f5bdeb0d73117b5278c08c4e6 pisg-0.59.tar.gz 203325
diff --git a/net-irc/pisg/pisg-0.58.ebuild b/net-irc/pisg/pisg-0.58.ebuild
deleted file mode 100644
index cd7405d26d45..000000000000
--- a/net-irc/pisg/pisg-0.58.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.58.ebuild,v 1.2 2004/10/15 16:34:27 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"
-
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Text-Iconv"
-DEPEND=">=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.59.ebuild b/net-irc/pisg/pisg-0.59.ebuild
deleted file mode 100644
index b26ab085ed02..000000000000
--- a/net-irc/pisg/pisg-0.59.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.59.ebuild,v 1.1 2004/10/03 19:41:33 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"
-
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Text-Iconv"
-DEPEND=">=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.60.ebuild b/net-irc/pisg/pisg-0.60.ebuild
index 68c9649775e8..0c03e4021f28 100644
--- a/net-irc/pisg/pisg-0.60.ebuild
+++ b/net-irc/pisg/pisg-0.60.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.60.ebuild,v 1.1 2004/10/15 16:34:27 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.60.ebuild,v 1.2 2004/11/12 23:07:43 swegener Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://pisg.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""