voyageur    15/01/13 12:28:22

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

Revision  Changes    Path
1.7                  x11-plugins/wmtime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   5 Nov 2014 13:13:24 -0000       1.6
+++ ChangeLog   13 Jan 2015 12:28:22 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmtime
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.6 
2014/11/05 13:13:24 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.7 
2015/01/13 12:28:22 voyageur Exp $
+
+*wmtime-1.2 (13 Jan 2015)
+
+  13 Jan 2015; Bernard Cafarelli <[email protected]> +wmtime-1.2.ebuild:
+  Version bump
 
   05 Nov 2014; Bernard Cafarelli <[email protected]> wmtime-1.1.ebuild:
   Host tarball on my devspace, bug #527610



1.1                  x11-plugins/wmtime/wmtime-1.2.ebuild

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

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

EAPI=5
inherit toolchain-funcs

DESCRIPTION="applet which displays the date and time in a dockable tile"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmtime";
# 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 ~x86"
IUSE=""

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

S=${WORKDIR}/dockapps

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