voyageur 15/04/17 11:31:20 Modified: ChangeLog Added: wmfsm-0.35.ebuild Log: Version bump with new homepage (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
Revision Changes Path 1.16 x11-plugins/wmfsm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 1 Sep 2014 21:18:24 -0000 1.15 +++ ChangeLog 17 Apr 2015 11:31:20 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmfsm -# 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 $ +# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.16 2015/04/17 11:31:20 voyageur Exp $ + +*wmfsm-0.35 (17 Apr 2015) + + 17 Apr 2015; Bernard Cafarelli <[email protected]> +wmfsm-0.35.ebuild: + Version bump with new homepage *wmfsm-0.34-r2 (01 Sep 2014) 1.1 x11-plugins/wmfsm/wmfsm-0.35.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.35.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.35.ebuild?rev=1.1&content-type=text/plain Index: wmfsm-0.35.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.35.ebuild,v 1.1 2015/04/17 11:31:20 voyageur Exp $ EAPI=5 inherit autotools IUSE="" DESCRIPTION="dockapp for monitoring filesystem usage" HOMEPAGE="http://windowmaker.org/dockapps/?name=wmfsm" # Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${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" S=${WORKDIR}/dockapps src_prepare() { sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed failed" eautoreconf } src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog }
