summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-03-13 11:42:53 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-03-13 11:42:53 +0000
commitb3b40fcc4871a19465000e13fe43c07b9c4cdebd (patch)
tree40e91c3f1b99e35fbfc44d452a9ee521dc721b45 /net-irc/pisg
parentalpha stable wrt bug #495488; Drop old. (diff)
downloadgentoo-2-b3b40fcc4871a19465000e13fe43c07b9c4cdebd.tar.gz
gentoo-2-b3b40fcc4871a19465000e13fe43c07b9c4cdebd.tar.bz2
gentoo-2-b3b40fcc4871a19465000e13fe43c07b9c4cdebd.zip
Drop revision with old EAPI
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-irc/pisg')
-rw-r--r--net-irc/pisg/ChangeLog5
-rw-r--r--net-irc/pisg/pisg-0.73.ebuild55
2 files changed, 4 insertions, 56 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index 37fc075c4105..08a742e883d8 100644
--- a/net-irc/pisg/ChangeLog
+++ b/net-irc/pisg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/pisg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.67 2014/03/05 15:51:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.68 2014/03/13 11:42:52 zlogene Exp $
+
+ 13 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -pisg-0.73.ebuild:
+ Drop revision with old EAPI
05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pisg-0.73-r1.ebuild:
Stable for ppc, wrt bug #495846
diff --git a/net-irc/pisg/pisg-0.73.ebuild b/net-irc/pisg/pisg-0.73.ebuild
deleted file mode 100644
index 28f3b34e24a8..000000000000
--- a/net-irc/pisg/pisg-0.73.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.73.ebuild,v 1.4 2012/08/03 21:46:13 blueness 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"
-}