voyageur    15/01/12 13:48:27

  Modified:             ChangeLog
  Added:                wmifinfo-0.10.ebuild
  Log:
  Version bump with new homepage
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.22                 x11-plugins/wmifinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   10 Aug 2014 20:06:57 -0000      1.21
+++ ChangeLog   12 Jan 2015 13:48:27 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmifinfo
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.21 
2014/08/10 20:06:57 slyfox Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/ChangeLog,v 1.22 
2015/01/12 13:48:27 voyageur Exp $
+
+*wmifinfo-0.10 (12 Jan 2015)
+
+  12 Jan 2015; Bernard Cafarelli <voyag...@gentoo.org> +wmifinfo-0.10.ebuild:
+  Version bump with new homepage
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> wmifinfo-0.09.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  x11-plugins/wmifinfo/wmifinfo-0.10.ebuild

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

Index: wmifinfo-0.10.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifinfo/wmifinfo-0.10.ebuild,v 
1.1 2015/01/12 13:48:27 voyageur Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="a dockapp for monitoring network interfaces"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmcliphist";
# 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"
IUSE=""

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

S=${WORKDIR}/dockapps

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

src_install() {
        emake DESTDIR="${D}" PREFIX=/usr install

        dodoc README Changelog
}




Reply via email to