* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfsm: wmfsm-0.34-r2.ebuild ChangeLog wmfsm-0.34-r1.ebuild
@ 2014-09-01 21:18 99% Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 1+ results
From: Bernard Cafarelli (voyageur) @ 2014-09-01 21:18 UTC (permalink / raw
To: gentoo-commits
voyageur 14/09/01 21:18:24
Modified: ChangeLog wmfsm-0.34-r1.ebuild
Added: wmfsm-0.34-r2.ebuild
Log:
EAPI bump, ebuild cleanup, fix compilation. Replace einstall with emake install, bug #521680
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path
1.15 x11-plugins/wmfsm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 15 Feb 2012 09:48:17 -0000 1.14
+++ ChangeLog 1 Sep 2014 21:18:24 -0000 1.15
@@ -1,6 +1,13 @@
# ChangeLog for x11-plugins/wmfsm
-# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.14 2012/02/15 09:48:17 voyageur Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.15 2014/09/01 21:18:24 voyageur Exp $
+
+*wmfsm-0.34-r2 (01 Sep 2014)
+
+ 01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> wmfsm-0.34-r1.ebuild,
+ +wmfsm-0.34-r2.ebuild, files/wmfsm-0.34.linux-fs.patch:
+ EAPI bump, ebuild cleanup, fix compilation. Replace einstall with emake
+ install, bug #521680
15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmfsm-0.34-r1.ebuild:
Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607
1.11 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild?r1=1.10&r2=1.11
Index: wmfsm-0.34-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wmfsm-0.34-r1.ebuild 15 Feb 2012 09:48:17 -0000 1.10
+++ wmfsm-0.34-r1.ebuild 1 Sep 2014 21:18:24 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.10 2012/02/15 09:48:17 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.11 2014/09/01 21:18:24 voyageur Exp $
inherit eutils
@@ -28,6 +28,6 @@
}
src_install() {
- einstall || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog
}
1.1 x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild?rev=1.1&content-type=text/plain
Index: wmfsm-0.34-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild,v 1.1 2014/09/01 21:18:24 voyageur Exp $
EAPI=5
inherit autotools eutils
IUSE=""
DESCRIPTION="dockapp for monitoring filesystem usage"
HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXt
x11-libs/libXpm"
DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xextproto"
src_prepare() {
epatch "${FILESDIR}"/${P}.linux-fs.patch
sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.in || die "sed failed"
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2014-09-01 21:18 99% [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfsm: wmfsm-0.34-r2.ebuild ChangeLog wmfsm-0.34-r1.ebuild Bernard Cafarelli (voyageur)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox