summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/pisg/ChangeLog6
-rw-r--r--net-irc/pisg/pisg-0.52.ebuild5
-rw-r--r--net-irc/pisg/pisg-0.55.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog
index fd72218fa6a8..16a2502e12bc 100644
--- a/net-irc/pisg/ChangeLog
+++ b/net-irc/pisg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/pisg
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.7 2004/06/10 01:50:16 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.8 2004/06/17 20:52:46 swegener Exp $
+
+ 17 Jun 2004; Sven Wegener <swegener@gentoo.org> pisg-0.52.ebuild,
+ pisg-0.55.ebuild:
+ Fixed permission issue.
*pisg-0.55 (09 Jun 2004)
diff --git a/net-irc/pisg/pisg-0.52.ebuild b/net-irc/pisg/pisg-0.52.ebuild
index 9fde80c13f9d..02ca5b6ae3e2 100644
--- a/net-irc/pisg/pisg-0.52.ebuild
+++ b/net-irc/pisg/pisg-0.52.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.2 2004/05/29 16:16:27 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.52.ebuild,v 1.3 2004/06/17 20:52:46 swegener Exp $
DESCRIPTION="Perl IRC Statistics Generator"
HOMEPAGE="http://pisg.sourceforge.net/"
@@ -36,7 +36,8 @@ src_install () {
dodoc docs/dev/API pisg.cfg COPYING README
dohtml docs/html/*
- chmod -R 644 ${D}/usr/share/pisg/layout
+ chmod 755 ${D}/usr/share/pisg/layout
+ chmod 644 ${D}/usr/share/pisg/layout/*
}
pkg_postinst() {
diff --git a/net-irc/pisg/pisg-0.55.ebuild b/net-irc/pisg/pisg-0.55.ebuild
index cbceb30e67df..60daa5637709 100644
--- a/net-irc/pisg/pisg-0.55.ebuild
+++ b/net-irc/pisg/pisg-0.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.1 2004/06/10 01:50:16 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.55.ebuild,v 1.2 2004/06/17 20:52:46 swegener Exp $
DESCRIPTION="Perl IRC Statistics Generator"
HOMEPAGE="http://pisg.sourceforge.net/"
@@ -36,7 +36,8 @@ src_install () {
dodoc docs/dev/API pisg.cfg COPYING README
dohtml docs/html/*
- chmod -R 644 ${D}/usr/share/pisg/layout
+ chmod 755 ${D}/usr/share/pisg/layout
+ chmod 644 ${D}/usr/share/pisg/layout/*
}
pkg_postinst() {