diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-18 21:35:37 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-18 21:35:37 +0000 |
commit | 78b6f8395f1d988ae1213168c2fdff99d352ce5b (patch) | |
tree | 53704159b17bac1d1f6511e357353a65cb3fdfef | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-78b6f8395f1d988ae1213168c2fdff99d352ce5b.tar.gz gentoo-2-78b6f8395f1d988ae1213168c2fdff99d352ce5b.tar.bz2 gentoo-2-78b6f8395f1d988ae1213168c2fdff99d352ce5b.zip |
Removed old ebuild.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | net-irc/pisg/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.64 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.64.ebuild | 56 |
3 files changed, 4 insertions, 58 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index d3f1fdc21810..e2ae0e94a471 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,9 @@ # 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.36 2005/06/17 20:48:35 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.37 2005/06/18 21:35:37 swegener Exp $ + + 18 Jun 2005; Sven Wegener <swegener@gentoo.org> -pisg-0.64.ebuild: + Removed old ebuild. 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> pisg-0.65.ebuild: Stable on ppc. diff --git a/net-irc/pisg/files/digest-pisg-0.64 b/net-irc/pisg/files/digest-pisg-0.64 deleted file mode 100644 index 46b900132bf5..000000000000 --- a/net-irc/pisg/files/digest-pisg-0.64 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 7295de30174e..000000000000 --- a/net-irc/pisg/pisg-0.64.ebuild +++ /dev/null @@ -1,56 +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.64.ebuild,v 1.4 2005/05/16 15:18:48 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 -} |