From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1REM5I-0007LU-7V for garchives@archives.gentoo.org; Thu, 13 Oct 2011 14:16:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA80C21C116; Thu, 13 Oct 2011 14:16:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A46E21C116 for ; Thu, 13 Oct 2011 14:16:24 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 550DF1B4022 for ; Thu, 13 Oct 2011 14:16:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 1AB742004B; Thu, 13 Oct 2011 14:16:22 +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 xfce-extra/xfce4-timer-plugin: xfce4-timer-plugin-0.6.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xfce4-timer-plugin-0.6.2.ebuild ChangeLog X-VCS-Directories: xfce-extra/xfce4-timer-plugin X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20111013141622.1AB742004B@flycatcher.gentoo.org> Date: Thu, 13 Oct 2011 14:16:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d99775f00183991792cf05e700d880b9 ssuominen 11/10/13 14:16:22 Modified: xfce4-timer-plugin-0.6.2.ebuild ChangeLog Log: Import missing ca.po from git wrt #386973 by Agostino Sarubbo =20 (Portage version: 2.2.0_alpha64/cvs/Linux x86_64) Revision Changes Path 1.2 xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6= .2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-t= imer-plugin/xfce4-timer-plugin-0.6.2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-t= imer-plugin/xfce4-timer-plugin-0.6.2.ebuild?rev=3D1.2&content-type=3Dtext= /plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-t= imer-plugin/xfce4-timer-plugin-0.6.2.ebuild?r1=3D1.1&r2=3D1.2 Index: xfce4-timer-plugin-0.6.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-tim= er-plugin-0.6.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-timer-plugin-0.6.2.ebuild 19 Jun 2011 06:23:02 -0000 1.1 +++ xfce4-timer-plugin-0.6.2.ebuild 13 Oct 2011 14:16:21 -0000 1.2 @@ -1,13 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-t= imer-plugin-0.6.2.ebuild,v 1.1 2011/06/19 06:23:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-t= imer-plugin-0.6.2.ebuild,v 1.2 2011/10/13 14:16:21 ssuominen Exp $ =20 EAPI=3D4 inherit xfconf =20 DESCRIPTION=3D"A simple timer plug-in for the Xfce desktop environment" HOMEPAGE=3D"http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-p= lugin" -SRC_URI=3D"mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2" +SRC_URI=3D"mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2 + http://dev.gentoo.org/~ssuominen/${P}-ca.po.bz2" =20 LICENSE=3D"GPL-2" SLOT=3D"0" @@ -24,3 +25,8 @@ pkg_setup() { DOCS=3D( AUTHORS ChangeLog README TODO ) } + +src_prepare() { + mv -vf "${WORKDIR}"/${P}-ca.po po/ca.po ||=C2=A0die + xfconf_src_prepare +} 1.5 xfce-extra/xfce4-timer-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-t= imer-plugin/ChangeLog?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-t= imer-plugin/ChangeLog?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-t= imer-plugin/ChangeLog?r1=3D1.4&r2=3D1.5 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog= ,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 19 Jun 2011 06:23:02 -0000 1.4 +++ ChangeLog 13 Oct 2011 14:16:21 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-timer-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeL= og,v 1.4 2011/06/19 06:23:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeL= og,v 1.5 2011/10/13 14:16:21 ssuominen Exp $ + + 13 Oct 2011; Samuli Suominen + xfce4-timer-plugin-0.6.2.ebuild: + Import missing ca.po from git wrt #386973 by Agostino Sarubbo =20 *xfce4-timer-plugin-0.6.2 (19 Jun 2011) =20