diff options
author | Michael Weber <xmw@gentoo.org> | 2012-10-08 12:34:30 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-10-08 12:34:30 +0000 |
commit | f003e96aa100fb1543eb25685df7ea3808a99d69 (patch) | |
tree | 1d09f820e5ca321cda218e8757a4277f6dd22589 /x11-wm | |
parent | version bump (diff) | |
download | gentoo-2-f003e96aa100fb1543eb25685df7ea3808a99d69.tar.gz gentoo-2-f003e96aa100fb1543eb25685df7ea3808a99d69.tar.bz2 gentoo-2-f003e96aa100fb1543eb25685df7ea3808a99d69.zip |
Fix install dirs (thanks nordwind, bug 437486), true as stip for cleaner output.
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/notion/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/notion/notion-9999.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-wm/notion/ChangeLog b/x11-wm/notion/ChangeLog index b0b5da07f872..2aeadf245339 100644 --- a/x11-wm/notion/ChangeLog +++ b/x11-wm/notion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/notion # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.3 2012/08/20 10:42:46 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.4 2012/10/08 12:34:30 xmw Exp $ + + 08 Oct 2012; Michael Weber <xmw@gentoo.org> notion-9999.ebuild: + Fix install dirs (thanks nordwind, bug 437486), true as stip for cleaner + output. 20 Aug 2012; Michael Weber <xmw@gentoo.org> metadata.xml, notion-9999.ebuild: Fix live ebuild (thanks Moritz Bellach, bug 430552) diff --git a/x11-wm/notion/notion-9999.ebuild b/x11-wm/notion/notion-9999.ebuild index 10d5e469fb44..2129937d049d 100644 --- a/x11-wm/notion/notion-9999.ebuild +++ b/x11-wm/notion/notion-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.4 2012/08/20 10:42:46 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.5 2012/10/08 12:34:30 xmw Exp $ EAPI="4" @@ -41,9 +41,7 @@ src_prepare() { -e "s:^\(VARDIR=\).*$:\1${ROOT}var/cache/${PN}:" \ -e "s:^\(X11_PREFIX=\).*:\1\$(PREFIX)/usr:" \ -i system-autodetect.mk || die - sed -e "/_install:/,+3s:\(\$(BINDIR)\):\$(DESTDIR)\1:" \ - -i mod_notionflux/notionflux/Makefile || die - export STRIPPROG=cat + export STRIPPROG=true use nls || export DEFINES=" -DCF_NO_LOCALE -DCF_NO_GETTEXT" |