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 F2B5B1387FD for ; Mon, 7 Apr 2014 19:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901A5E0AAA; Mon, 7 Apr 2014 19:59:57 +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 10D40E0AAA for ; Mon, 7 Apr 2014 19:59:57 +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 0C44733FE9D for ; Mon, 7 Apr 2014 19:59:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id E84FF20036; Mon, 7 Apr 2014 19:59:53 +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/wmclockmon: wmclockmon-0.8.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wmclockmon-0.8.1.ebuild ChangeLog X-VCS-Directories: x11-plugins/wmclockmon X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140407195953.E84FF20036@flycatcher.gentoo.org> Date: Mon, 7 Apr 2014 19:59:53 +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: b6c1b8a3-8e9b-4d81-8cb8-f49b9ff28a47 X-Archives-Hash: 95308cc32f6a586e00025d981b3c1c60 ssuominen 14/04/07 19:59:53 Modified: wmclockmon-0.8.1.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/wmclockmon/wmclockmon-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild?r1=1.7&r2=1.8 Index: wmclockmon-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wmclockmon-0.8.1.ebuild 5 May 2012 05:12:02 -0000 1.7 +++ wmclockmon-0.8.1.ebuild 7 Apr 2014 19:59:53 -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/wmclockmon/wmclockmon-0.8.1.ebuild,v 1.7 2012/05/05 05:12:02 jdhore Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild,v 1.8 2014/04/07 19:59:53 ssuominen Exp $ +EAPI=5 inherit eutils DESCRIPTION="a nice digital clock with 7 different styles either in LCD or LED style." @@ -25,14 +24,12 @@ x11-proto/xextproto x11-libs/libXt" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gtk.patch } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/sample* newdoc debian/changelog ChangeLog.debian } 1.35 x11-plugins/wmclockmon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmclockmon/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmclockmon/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmclockmon/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 5 May 2012 05:12:02 -0000 1.34 +++ ChangeLog 7 Apr 2014 19:59:53 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmclockmon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.34 2012/05/05 05:12:02 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.35 2014/04/07 19:59:53 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen wmclockmon-0.8.1.ebuild: + Use EAPI5 instead of EAPI1. 05 May 2012; Jeff Horelick wmclockmon-0.8.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -135,5 +138,3 @@ 29 Oct 2002; Brad Cowan wmclockmon-0.1.3.ebuild, ChangeLog, files/digest-wmclockmon-0.1.3 : Initial import thanks to Autobot. - -