diff options
author | 2004-07-17 11:05:43 +0000 | |
---|---|---|
committer | 2004-07-17 11:05:43 +0000 | |
commit | 3ed97bd383cb9b062ac398403dfc3ac4211c8536 (patch) | |
tree | 36b9e4f2485d480e4118165f28d38276da859e20 /net-irc/pisg | |
parent | Change HOMEPAGE and SRC_URI in x11-plugins/wmfsm, bump to revision 0.34-r1, a... (diff) | |
download | gentoo-2-3ed97bd383cb9b062ac398403dfc3ac4211c8536.tar.gz gentoo-2-3ed97bd383cb9b062ac398403dfc3ac4211c8536.tar.bz2 gentoo-2-3ed97bd383cb9b062ac398403dfc3ac4211c8536.zip |
Removed old ebuilds and marked 0.56 stable on x86.
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.52 | 1 | ||||
-rw-r--r-- | net-irc/pisg/files/digest-pisg-0.55 | 1 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.52.ebuild | 48 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.55.ebuild | 49 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.56.ebuild | 4 |
6 files changed, 7 insertions, 102 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index 1429369ea138..1e0ecfd93b2d 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.11 2004/06/25 22:38:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.12 2004/07/17 11:05:43 swegener Exp $ + + 17 Jul 2004; Sven Wegener <swegener@gentoo.org> -pisg-0.52.ebuild, + -pisg-0.55.ebuild, pisg-0.56.ebuild: + Removed old ebuilds and marked 0.56 stable on x86. 26 Jun 2004; Sven Wegener <swegener@gentoo.org> -files/0.50-network-option-fix.patch, -pisg-0.50.ebuild, pisg-0.51.ebuild, diff --git a/net-irc/pisg/files/digest-pisg-0.52 b/net-irc/pisg/files/digest-pisg-0.52 deleted file mode 100644 index 8c1e05914d59..000000000000 --- a/net-irc/pisg/files/digest-pisg-0.52 +++ /dev/null @@ -1 +0,0 @@ -MD5 7313723b9d3de40afab04612994f9970 pisg-0.52.tar.gz 193076 diff --git a/net-irc/pisg/files/digest-pisg-0.55 b/net-irc/pisg/files/digest-pisg-0.55 deleted file mode 100644 index 02b7beb960c0..000000000000 --- a/net-irc/pisg/files/digest-pisg-0.55 +++ /dev/null @@ -1 +0,0 @@ -MD5 fb33ece8bd8317a57ece4516b0c25d62 pisg-0.55.tar.gz 196945 diff --git a/net-irc/pisg/pisg-0.52.ebuild b/net-irc/pisg/pisg-0.52.ebuild deleted file mode 100644 index 0e41738520b4..000000000000 --- a/net-irc/pisg/pisg-0.52.ebuild +++ /dev/null @@ -1,48 +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.52.ebuild,v 1.5 2004/06/25 22:38:35 swegener Exp $ - -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" -DEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} - - 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 docs/Changelog docs/FORMATS docs/pisg-doc.txt - dodoc docs/dev/API pisg.cfg COPYING README - dohtml docs/html/* - - chmod 755 ${D}/usr/share/pisg/layout - chmod 644 ${D}/usr/share/pisg/layout/* -} - -pkg_postinst() { - einfo - einfo "The pisg images have been installed in /usr/share/pisg/gfx" - einfo -} diff --git a/net-irc/pisg/pisg-0.55.ebuild b/net-irc/pisg/pisg-0.55.ebuild deleted file mode 100644 index f80239b92f02..000000000000 --- a/net-irc/pisg/pisg-0.55.ebuild +++ /dev/null @@ -1,49 +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.55.ebuild,v 1.4 2004/06/25 22:38:35 swegener Exp $ - -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="" - -src_unpack() { - unpack ${A} - cd ${S} - - 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 docs/Changelog docs/FORMATS docs/pisg-doc.txt - dodoc docs/dev/API pisg.cfg COPYING README - dohtml docs/html/* - - chmod 755 ${D}/usr/share/pisg/layout - chmod 644 ${D}/usr/share/pisg/layout/* -} - -pkg_postinst() { - einfo - einfo "The pisg images have been installed in /usr/share/pisg/gfx" - einfo -} diff --git a/net-irc/pisg/pisg-0.56.ebuild b/net-irc/pisg/pisg-0.56.ebuild index 92bcbdad3ce3..d67976f01a1a 100644 --- a/net-irc/pisg/pisg-0.56.ebuild +++ b/net-irc/pisg/pisg-0.56.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.56.ebuild,v 1.3 2004/06/25 22:38:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.56.ebuild,v 1.4 2004/07/17 11:05:43 swegener Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" |