summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-08-20 10:42:46 +0000
committerMichael Weber <xmw@gentoo.org>2012-08-20 10:42:46 +0000
commitbdcf62b7df9efca122df9db957fcdecff7142be6 (patch)
tree7842dce720cf6da35fcbf2c58dc74a5e2481372c /x11-wm/notion
parentDrop old (diff)
downloadgentoo-2-bdcf62b7df9efca122df9db957fcdecff7142be6.tar.gz
gentoo-2-bdcf62b7df9efca122df9db957fcdecff7142be6.tar.bz2
gentoo-2-bdcf62b7df9efca122df9db957fcdecff7142be6.zip
Fix live ebuild (thanks Moritz Bellach, bug 430552)
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/notion')
-rw-r--r--x11-wm/notion/ChangeLog5
-rw-r--r--x11-wm/notion/metadata.xml1
-rw-r--r--x11-wm/notion/notion-9999.ebuild4
3 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/notion/ChangeLog b/x11-wm/notion/ChangeLog
index 1207d4739d5e..b0b5da07f872 100644
--- a/x11-wm/notion/ChangeLog
+++ b/x11-wm/notion/ChangeLog
@@ -1,6 +1,9 @@
# 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.2 2012/07/02 07:15:59 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.3 2012/08/20 10:42:46 xmw Exp $
+
+ 20 Aug 2012; Michael Weber <xmw@gentoo.org> metadata.xml, notion-9999.ebuild:
+ Fix live ebuild (thanks Moritz Bellach, bug 430552)
02 Jul 2012; Jeff Horelick <jdhore@gentoo.org> notion-9999.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/x11-wm/notion/metadata.xml b/x11-wm/notion/metadata.xml
index 5b72bd06f9c2..9d3099899e9c 100644
--- a/x11-wm/notion/metadata.xml
+++ b/x11-wm/notion/metadata.xml
@@ -8,7 +8,6 @@
<maintainer>
<email>xmw@gentoo.org</email>
<name>Michael Weber</name>
- <description>Proxy maintainer</description>
</maintainer>
<use>
<flag name="xrandr">Add support for xrandr</flag>
diff --git a/x11-wm/notion/notion-9999.ebuild b/x11-wm/notion/notion-9999.ebuild
index 7c53fa020cfa..10d5e469fb44 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.3 2012/07/02 07:15:59 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.4 2012/08/20 10:42:46 xmw Exp $
EAPI="4"
@@ -40,7 +40,7 @@ src_prepare() {
-e "s:^\(LUA_DIR=\).*$:\1\$(PREFIX)/usr:" \
-e "s:^\(VARDIR=\).*$:\1${ROOT}var/cache/${PN}:" \
-e "s:^\(X11_PREFIX=\).*:\1\$(PREFIX)/usr:" \
- -i system.mk || die
+ -i system-autodetect.mk || die
sed -e "/_install:/,+3s:\(\$(BINDIR)\):\$(DESTDIR)\1:" \
-i mod_notionflux/notionflux/Makefile || die
export STRIPPROG=cat