diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-24 18:22:54 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-24 18:22:54 +0000 |
commit | a2b2c63a43e2c80463b2cc6a8b8ed24826279e91 (patch) | |
tree | 2d066c432e70ddb61690542f728c69222fb42ee0 /app-vim | |
parent | Stable on sparc (diff) | |
download | gentoo-2-a2b2c63a43e2c80463b2cc6a8b8ed24826279e91.tar.gz gentoo-2-a2b2c63a43e2c80463b2cc6a8b8ed24826279e91.tar.bz2 gentoo-2-a2b2c63a43e2c80463b2cc6a8b8ed24826279e91.zip |
Fix permissions, bug #83200
(Portage version: 2.0.51.16-militant-sandwich)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimoutliner/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/vimoutliner/Manifest | 6 | ||||
-rw-r--r-- | app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a-r1 (renamed from app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a) | 0 | ||||
-rw-r--r-- | app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild (renamed from app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild) | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/app-vim/vimoutliner/ChangeLog b/app-vim/vimoutliner/ChangeLog index 1a92a53c256e..3cab87a11047 100644 --- a/app-vim/vimoutliner/ChangeLog +++ b/app-vim/vimoutliner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/vimoutliner # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.4 2005/02/22 19:12:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/ChangeLog,v 1.5 2005/02/24 18:22:54 ciaranm Exp $ + +*vimoutliner-0.3.3a-r1 (24 Feb 2005) + + 24 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +vimoutliner-0.3.3a-r1.ebuild, -vimoutliner-0.3.3a.ebuild: + Fix permissions, bug #83200 *vimoutliner-0.3.3a (22 Feb 2005) diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest index b8b64d8eac19..e5a6a7de23dd 100644 --- a/app-vim/vimoutliner/Manifest +++ b/app-vim/vimoutliner/Manifest @@ -1,6 +1,8 @@ -MD5 0c6290ed93cee477c2d5b79fa00bbba2 vimoutliner-0.3.3a.ebuild 1069 +MD5 065c7dbe7935130ba4aa39936f7e8339 vimoutliner-0.3.3.ebuild 1063 +MD5 9fa84f8e4f23f7b6ab71c648c55a0029 vimoutliner-0.3.3a-r1.ebuild 1135 MD5 42bee7de2f4af720e7ea111b4ba79406 ChangeLog 636 +MD5 0c6290ed93cee477c2d5b79fa00bbba2 vimoutliner-0.3.3a.ebuild 1069 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 -MD5 065c7dbe7935130ba4aa39936f7e8339 vimoutliner-0.3.3.ebuild 1063 MD5 dff564f942c557805a4254359c428756 files/digest-vimoutliner-0.3.3 68 MD5 1eb384041125b0ae91304ec2ff5d84e6 files/digest-vimoutliner-0.3.3a 69 +MD5 1eb384041125b0ae91304ec2ff5d84e6 files/digest-vimoutliner-0.3.3a-r1 69 diff --git a/app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a b/app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a-r1 index a277f7535eaf..a277f7535eaf 100644 --- a/app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a +++ b/app-vim/vimoutliner/files/digest-vimoutliner-0.3.3a-r1 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild index d8f75e6fa876..a3f92d137608 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.3a.ebuild,v 1.2 2005/02/22 23:47:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.3a-r1.ebuild,v 1.1 2005/02/24 18:22:54 ciaranm Exp $ inherit vim-plugin @@ -20,6 +20,8 @@ src_unpack() { sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim sed -i -e '/ru .vimoutlinerrc/aru vimoutlinerrc' ftplugin/vo_base.vim sed -i -e '/hi spellErr,SpellErrors,BadWord/d' syntax/vo_base.vim + # weird tarball, bug #83200 + find ${S} -type f | xargs chmod a+r } src_install() { |