voyageur    15/01/12 10:57:51

  Modified:             ChangeLog
  Added:                wmclock-1.0.15.ebuild
  Removed:              wmclock-1.0.12.2.ebuild
  Log:
  Version bump with new homepage, ebuild cleanup. Remove old version
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.17                 x11-plugins/wmclock/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   21 Aug 2012 08:52:16 -0000      1.16
+++ ChangeLog   12 Jan 2015 10:57:51 -0000      1.17
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmclock
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.16 
2012/08/21 08:52:16 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.17 
2015/01/12 10:57:51 voyageur Exp $
+
+*wmclock-1.0.15 (12 Jan 2015)
+
+  12 Jan 2015; Bernard Cafarelli <[email protected]>
+  -wmclock-1.0.12.2.ebuild, +wmclock-1.0.15.ebuild:
+  Version bump with new homepage, ebuild cleanup. Remove old version
 
 *wmclock-1.0.14 (21 Aug 2012)
 



1.1                  x11-plugins/wmclock/wmclock-1.0.15.ebuild

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

Index: wmclock-1.0.15.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.15.ebuild,v 
1.1 2015/01/12 10:57:51 voyageur Exp $

EAPI=5
inherit autotools

DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) 
operating systems)"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmclock";
# 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_prepare() {
        eautoreconf
}

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

        dodoc ChangeLog README
}




Reply via email to