diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-07-18 08:55:32 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-07-18 08:55:32 +0000 |
commit | 8236ee1bd3ed1077bc298abb923629ff532eae7b (patch) | |
tree | ab224e692f6c39c3c231586bbd5897027628d1f7 /x11-plugins | |
parent | Enable symlink useflag by default. (diff) | |
download | gentoo-2-8236ee1bd3ed1077bc298abb923629ff532eae7b.tar.gz gentoo-2-8236ee1bd3ed1077bc298abb923629ff532eae7b.tar.bz2 gentoo-2-8236ee1bd3ed1077bc298abb923629ff532eae7b.zip |
Added some magic sed to fix bug #140857.
(Portage version: 2.1-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpasman/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1 | 2 | ||||
-rw-r--r-- | x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild | 18 |
3 files changed, 22 insertions, 5 deletions
diff --git a/x11-plugins/wmpasman/ChangeLog b/x11-plugins/wmpasman/ChangeLog index 532d151e3490..c936e8fe69fb 100644 --- a/x11-plugins/wmpasman/ChangeLog +++ b/x11-plugins/wmpasman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpasman -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.9 2004/12/13 08:36:40 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.10 2006/07/18 08:55:32 s4t4n Exp $ + + 18 Jul 2006; Michele Noberasco <s4t4n@gentoo.org> wmpasman-0.8.4.1.ebuild: + Added some magic sed to fix bug #140857. 13 Dec 2004; Michele Noberasco <s4t4n@gentoo.org> wmpasman-0.8.3.ebuild: Removed old ebuild. diff --git a/x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1 b/x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1 index 28468517498a..148d5f3e16c0 100644 --- a/x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1 +++ b/x11-plugins/wmpasman/files/digest-wmpasman-0.8.4.1 @@ -1 +1,3 @@ MD5 3ec70311741be17c659cfcabc112d7e2 wmpasman-0.8.4.1.tar.gz 226277 +RMD160 789580e2e82fab602a39e26d5a9cba2ae4829f50 wmpasman-0.8.4.1.tar.gz 226277 +SHA256 79be58cad5d4e6c5e15969e3d5a4fa1dfe59687b59e81c5802426c900aecd733 wmpasman-0.8.4.1.tar.gz 226277 diff --git a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild index e194b009d1dd..84e5d3f7ed39 100644 --- a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild +++ b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.6 2004/12/12 18:10:39 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.7 2006/07/18 08:55:32 s4t4n Exp $ IUSE="" @@ -12,10 +12,22 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND=">=x11-libs/gtk+-2.4.1 +RDEPEND=">=x11-libs/gtk+-2.4.1 >=app-crypt/mhash-0.9.1 >=app-crypt/mcrypt-2.6.4" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() +{ + unpack ${A} + cd ${S} + + # Solves compile error about undefined exit - Bug 140857 + sed -i -e '/#include <stdio.h>/ { p ; s/stdio/stdlib/ }' wmgeneral/wmgeneral-gtk.c +} + src_install() { einstall |