voyageur    15/01/12 13:59:58

  Modified:             ChangeLog
  Added:                wmitime-0.4.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.16                 x11-plugins/wmitime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   2 Sep 2010 10:36:36 -0000       1.15
+++ ChangeLog   12 Jan 2015 13:59:58 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmitime
-# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.15 
2010/09/02 10:36:36 s4t4n Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.16 
2015/01/12 13:59:58 voyageur Exp $
+
+*wmitime-0.4 (12 Jan 2015)
+
+  12 Jan 2015; Bernard Cafarelli <voyag...@gentoo.org> +wmitime-0.4.ebuild:
+  Version bump with new homepage
 
   02 Sep 2010; Michele Noberasco <s4...@gentoo.org> makefile.diff:
   Honour Gentoo LDFLAGS. Closes bug #335607.



1.1                  x11-plugins/wmitime/wmitime-0.4.ebuild

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

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

EAPI=5
inherit toolchain-funcs

DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmitime";
# 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 ~ppc64 ~sparc ~x86"
IUSE=""

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

S=${WORKDIR}/dockapps

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

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

        dodoc BUGS CHANGES README
}




Reply via email to