diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-12-10 23:26:57 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-12-10 23:26:57 +0000 |
commit | 0906fa54999718667a18cc4a18518b19c724414f (patch) | |
tree | 2ff6c6ca4a34c863c11b1eee9ada27c6523ceb6b /x11-plugins/wmsmixer | |
parent | Changed ruby18 IUSE flag to ruby16 (diff) | |
download | gentoo-2-0906fa54999718667a18cc4a18518b19c724414f.tar.gz gentoo-2-0906fa54999718667a18cc4a18518b19c724414f.tar.bz2 gentoo-2-0906fa54999718667a18cc4a18518b19c724414f.zip |
fixed permission problem
Diffstat (limited to 'x11-plugins/wmsmixer')
-rw-r--r-- | x11-plugins/wmsmixer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/wmsmixer-0.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmsmixer/ChangeLog b/x11-plugins/wmsmixer/ChangeLog index 671e00bd28c5..4318fe972fde 100644 --- a/x11-plugins/wmsmixer/ChangeLog +++ b/x11-plugins/wmsmixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsmixer # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.4 2003/10/18 01:41:37 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.5 2003/12/10 23:26:52 pyrania Exp $ + + 11 Dec 2003; Markus Nigbur <pyrania@gentoo.org> wmsmixer-0.5.ebuild: + Fixed permission problem. Thanks to Minati jean michel (bug 22983) 17 Oct 2003; Nick hadaway <raker@gentoo.org> wmsmixer-0.5.ebuild: Reworked the ebuild again. :) diff --git a/x11-plugins/wmsmixer/Manifest b/x11-plugins/wmsmixer/Manifest index bbeb0dff1800..2b13953ce94c 100644 --- a/x11-plugins/wmsmixer/Manifest +++ b/x11-plugins/wmsmixer/Manifest @@ -1,5 +1,5 @@ -MD5 f411f85dcdb38785564c40e0aa227441 ChangeLog 665 +MD5 7e3539e0465469e6325f3ed40a10d318 wmsmixer-0.5.ebuild 858 +MD5 9bc3fdc24f78e582186e68d4ef2bf80b ChangeLog 808 MD5 cbcbfa5899b062c064cd902ba13c1f89 metadata.xml 380 -MD5 13847da997114794703f25929547a3c1 wmsmixer-0.5.ebuild 841 MD5 2a88cef104773c371d0b8d96362d47d5 files/digest-wmsmixer-0.5 63 MD5 2888240d41fcb8a0569feba2cb252dfa files/gcc3.diff 398 diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild index 1de82e6e89d7..6e228eaac386 100644 --- a/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild +++ b/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild,v 1.5 2003/10/18 01:41:37 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/wmsmixer-0.5.ebuild,v 1.6 2003/12/10 23:26:52 pyrania Exp $ DESCRIPTION="fork of wmmixer adding scrollwheel support and other features" HOMEPAGE="http://www.hibernaculum.net/wmsmixer.html" @@ -27,7 +27,7 @@ src_compile() { src_install() { insinto /usr/X11R6/bin + insopts -m0655 doins wmsmixer - dodoc README README.wmmixer } |