diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 09:49:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 09:49:15 +0000 |
commit | c3c34e362360e6eef24c67fd5f2f53a7bed00223 (patch) | |
tree | 3c0f5d7cc65e2d1d793d6b7134c793c40888d8fa /x11-misc | |
parent | Version bump (diff) | |
download | gentoo-2-c3c34e362360e6eef24c67fd5f2f53a7bed00223.tar.gz gentoo-2-c3c34e362360e6eef24c67fd5f2f53a7bed00223.tar.bz2 gentoo-2-c3c34e362360e6eef24c67fd5f2f53a7bed00223.zip |
Install noisyalert.sh and kittscanner.sh wrt #274730 by Simeon Maryasin.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dzen/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/dzen/dzen-0.8.5.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/x11-misc/dzen/ChangeLog b/x11-misc/dzen/ChangeLog index 761d04e71a44..1342619a6974 100644 --- a/x11-misc/dzen/ChangeLog +++ b/x11-misc/dzen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/dzen -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dzen/ChangeLog,v 1.9 2009/10/25 17:16:50 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dzen/ChangeLog,v 1.10 2010/06/06 09:49:15 ssuominen Exp $ + + 06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> dzen-0.8.5.ebuild: + Install noisyalert.sh and kittscanner.sh wrt #274730 by Simeon Maryasin. 25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml: Remove coldwind from metadata.xml (#181764) diff --git a/x11-misc/dzen/dzen-0.8.5.ebuild b/x11-misc/dzen/dzen-0.8.5.ebuild index 13ef828a3d18..8b271212bdea 100644 --- a/x11-misc/dzen/dzen-0.8.5.ebuild +++ b/x11-misc/dzen/dzen-0.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dzen/dzen-0.8.5.ebuild,v 1.5 2009/09/30 04:45:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dzen/dzen-0.8.5.ebuild,v 1.6 2010/06/06 09:49:15 ssuominen Exp $ inherit toolchain-funcs multilib @@ -27,6 +27,10 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} cd "${S}" + sed -i \ + -e 's:../dzen2:dzen2:' \ + gadgets/kittscanner.sh || die + sed -e "s:/usr/local:/usr:g" \ -e 's:-Os::g' \ -e "s:CFLAGS =:CFLAGS +=:g" \ @@ -64,6 +68,7 @@ src_install() { if ! use minimal ; then cd "${S}"/gadgets emake DESTDIR="${D}" install || die "emake gadgets install failed" + dobin *.sh || die dodoc README* || die fi } |