From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B71981387FD for ; Mon, 7 Apr 2014 19:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B4CE0A60; Mon, 7 Apr 2014 19:48:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E616FE0A60 for ; Mon, 7 Apr 2014 19:48:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5F1933F894 for ; Mon, 7 Apr 2014 19:47:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 77B372004B; Mon, 7 Apr 2014 19:47:57 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcalendar: wmcalendar-0.5.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wmcalendar-0.5.2.ebuild ChangeLog X-VCS-Directories: x11-plugins/wmcalendar X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140407194757.77B372004B@flycatcher.gentoo.org> Date: Mon, 7 Apr 2014 19:47:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aa300405-243b-4dfb-a8d7-fac54774c987 X-Archives-Hash: a7f1837c85c9665ff6939c033c112000 ssuominen 14/04/07 19:47:57 Modified: wmcalendar-0.5.2.ebuild ChangeLog Log: Use EAPI5 instead of EAPI1. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision Changes Path 1.8 x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?r1=1.7&r2=1.8 Index: wmcalendar-0.5.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wmcalendar-0.5.2.ebuild 5 May 2012 05:12:02 -0000 1.7 +++ wmcalendar-0.5.2.ebuild 7 Apr 2014 19:47:57 -0000 1.8 @@ -1,9 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.7 2012/05/05 05:12:02 jdhore Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.8 2014/04/07 19:47:57 ssuominen Exp $ +EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="a calendar dockapp" @@ -25,19 +24,18 @@ S=${WORKDIR}/${P}/Src -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-exit-sin-and-cos.patch - epatch "${FILESDIR}"/${P}-rename_kill_func.patch +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-exit-sin-and-cos.patch \ + "${FILESDIR}"/${P}-rename_kill_func.patch } src_compile() { tc-export CC - emake || die "emake failed." + emake } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install dodoc ../{BUGS,CHANGES,HINTS,README,TODO} } 1.27 x11-plugins/wmcalendar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 24 Dec 2013 12:52:30 -0000 1.26 +++ ChangeLog 7 Apr 2014 19:47:57 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcalendar -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.26 2013/12/24 12:52:30 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.27 2014/04/07 19:47:57 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen wmcalendar-0.5.2.ebuild: + Use EAPI5 instead of EAPI1. 24 Dec 2013; Agostino Sarubbo wmcalendar-0.5.2-r1.ebuild: Stable for x86, wrt bug #491570