diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-06-17 20:52:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-06-17 20:52:46 +0000 |
commit | 4af17ff1d5d59ae73cba145b5b54f3e4cb7498df (patch) | |
tree | b5bf24254e710aba09e71bd90f6faf8b2f0e15d6 /net-irc | |
parent | QA, removed S=${WORKDIR}/${P} (diff) | |
download | historical-4af17ff1d5d59ae73cba145b5b54f3e4cb7498df.tar.gz historical-4af17ff1d5d59ae73cba145b5b54f3e4cb7498df.tar.bz2 historical-4af17ff1d5d59ae73cba145b5b54f3e4cb7498df.zip |
Fixed permission issue.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/pisg/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/pisg/Manifest | 12 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.52.ebuild | 5 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.55.ebuild | 5 |
4 files changed, 17 insertions, 11 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/Manifest b/net-irc/pisg/Manifest index 6b2bb7891a1c..756c66fcb1ba 100644 --- a/net-irc/pisg/Manifest +++ b/net-irc/pisg/Manifest @@ -1,11 +1,11 @@ -MD5 c7b700c0c79cb016098b0be4f51607fb pisg-0.51.ebuild 1032 -MD5 43547baf37a52e6391e8b48f6368b26a pisg-0.55.ebuild 1071 -MD5 105ca9c1c2905a7ba00224792f2b0aba pisg-0.50.ebuild 1100 -MD5 8868537cf8d92658b99b816f8aff960b pisg-0.52.ebuild 1076 -MD5 f6c8f0acaf71c59e61bdd7f8ee060b9b ChangeLog 1429 +MD5 b56b5d7687d79ca299ce1ce1ecd07718 ChangeLog 1549 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 +MD5 105ca9c1c2905a7ba00224792f2b0aba pisg-0.50.ebuild 1100 +MD5 c7b700c0c79cb016098b0be4f51607fb pisg-0.51.ebuild 1032 +MD5 c081e0d5236983c8ccdb3cb14630c550 pisg-0.52.ebuild 1113 +MD5 87100a5278d6b9bfb0d20899e41fa403 pisg-0.55.ebuild 1113 +MD5 f21fe11a6e586134609a2959f88aad5e files/0.50-network-option-fix.patch 1231 MD5 4122e1015b1785c4ba317d53a3f95dec files/digest-pisg-0.50 61 MD5 d1bbe01fcf4658d44fe890463108b7be files/digest-pisg-0.51 61 MD5 8fbdcf618d81a08ca0d8365a251a16ff files/digest-pisg-0.52 61 MD5 341218b30944ce1df42af8687db007fc files/digest-pisg-0.55 61 -MD5 f21fe11a6e586134609a2959f88aad5e files/0.50-network-option-fix.patch 1231 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() { |