xmw 15/08/06 08:44:55
Modified: notion-9999.ebuild notion-3_p2015061300.ebuild
ChangeLog
Log:
Fix install location.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
62EEF090)
Revision Changes Path
1.10 x11-wm/notion/notion-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-9999.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-9999.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-9999.ebuild?r1=1.9&r2=1.10
Index: notion-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notion-9999.ebuild 5 Aug 2015 10:09:07 -0000 1.9
+++ notion-9999.ebuild 6 Aug 2015 08:44:55 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.9
2015/08/05 10:09:07 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.10
2015/08/06 08:44:55 xmw Exp $
EAPI=5
@@ -69,7 +69,7 @@
}
src_install() {
- default
+ emake DESTDIR="${D}" PREFIX=/usr install
exeinto /etc/X11/Sessions
doexe "${FILESDIR}"/notion
1.2 x11-wm/notion/notion-3_p2015061300.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-3_p2015061300.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-3_p2015061300.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/notion-3_p2015061300.ebuild?r1=1.1&r2=1.2
Index: notion-3_p2015061300.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2015061300.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notion-3_p2015061300.ebuild 5 Aug 2015 10:09:07 -0000 1.1
+++ notion-3_p2015061300.ebuild 6 Aug 2015 08:44:55 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2015061300.ebuild,v
1.1 2015/08/05 10:09:07 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2015061300.ebuild,v
1.2 2015/08/06 08:44:55 xmw Exp $
EAPI=5
@@ -71,7 +71,7 @@
}
src_install() {
- default
+ emake DESTDIR="${D}" PREFIX=/usr install
exeinto /etc/X11/Sessions
doexe "${FILESDIR}"/notion
1.14 x11-wm/notion/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/ChangeLog?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/ChangeLog?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/notion/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 5 Aug 2015 10:09:07 -0000 1.13
+++ ChangeLog 6 Aug 2015 08:44:55 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/notion
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.13 2015/08/05
10:09:07 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/ChangeLog,v 1.14 2015/08/06
08:44:55 xmw Exp $
+
+ 06 Aug 2015; Michael Weber <[email protected]> notion-3_p2015061300.ebuild,
+ notion-9999.ebuild:
+ Fix install location.
*notion-3_p2015061300 (05 Aug 2015)