voyageur    14/10/10 20:23:43

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

Revision  Changes    Path
1.22                 x11-plugins/wmmemload/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   10 Aug 2014 20:07:47 -0000      1.21
+++ ChangeLog   10 Oct 2014 20:23:43 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmmemload
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v 1.21 
2014/08/10 20:07:47 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v 1.22 
2014/10/10 20:23:43 voyageur Exp $
+
+*wmmemload-0.1.7 (10 Oct 2014)
+
+  10 Oct 2014; Bernard Cafarelli <[email protected]> +wmmemload-0.1.7.ebuild:
+  Version bump with new homepage
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> 
wmmemload-0.1.6-r1.ebuild,
   wmmemload-0.1.6.ebuild:



1.1                  x11-plugins/wmmemload/wmmemload-0.1.7.ebuild

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

Index: wmmemload-0.1.7.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmmemload/wmmemload-0.1.7.ebuild,v 1.1 
2014/10/10 20:23:43 voyageur Exp $

EAPI=5
inherit autotools eutils

DESCRIPTION="dockapp that displays memory and swap space usage"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmmemload";
SRC_URI="http://windowmaker.org/dockapps/?download=${P}.tar.gz -> ${P}.tar.gz"

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

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

S=${WORKDIR}/dockapps

src_prepare() {
        eautoreconf
}

src_install() {
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog THANKS
}




Reply via email to