voyageur    14/10/27 10:49:52

  Modified:             ChangeLog
  Added:                wmifs-1.4.ebuild
  Log:
  Version bump with new homepage, ebuild cleanup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.22                 x11-plugins/wmifs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   9 Sep 2010 10:01:48 -0000       1.21
+++ ChangeLog   27 Oct 2014 10:49:52 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmifs
-# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.21 
2010/09/09 10:01:48 s4t4n Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.22 
2014/10/27 10:49:52 voyageur Exp $
+
+*wmifs-1.4 (27 Oct 2014)
+
+  27 Oct 2014; Bernard Cafarelli <[email protected]> +wmifs-1.4.ebuild:
+  Version bump with new homepage, ebuild cleanup
 
   09 Sep 2010; Michele Noberasco <[email protected]>; wmifs-1.3_beta1-r2.ebuild:
   Honour Gentoo LDFLAGS, see bug #336537.



1.1                  x11-plugins/wmifs/wmifs-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/wmifs-1.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmifs/wmifs-1.4.ebuild?rev=1.1&content-type=text/plain

Index: wmifs-1.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.4.ebuild,v 1.1 
2014/10/27 10:49:52 voyageur Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="Network monitoring dockapp"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmtime";
SRC_URI="http://windowmaker.org/dockapps/?download=${P}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
        x11-libs/libXext
        x11-libs/libXpm"
DEPEND="${RDEPEND}
        x11-proto/xextproto"

S=${WORKDIR}/dockapps/${PN}

src_prepare() {
        # Honour Gentoo LDFLAGS, see bug #336537
        sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile || die "sed failed"
}

src_compile() {
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}

src_install() {
        emake DESTDIR="${D}" prefix=/usr install
        dodoc ../BUGS ../CHANGES ../HINTS ../README ../TODO
}




Reply via email to