Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-stopwatch-plugin: xfce4-stopwatch-plugin-0.2.0.ebuild
Date: Fri, 02 Oct 2009 11:50:28
Message-Id: E1MtgeY-0000VR-5A@stork.gentoo.org
1 ssuominen 09/10/02 11:50:26
2
3 Modified: xfce4-stopwatch-plugin-0.2.0.ebuild
4 Log:
5 Fix SRC_URI to use thirdpartymirrors.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: xfce4-stopwatch-plugin-0.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xfce4-stopwatch-plugin-0.2.0.ebuild 24 Aug 2009 14:13:37 -0000 1.2
22 +++ xfce4-stopwatch-plugin-0.2.0.ebuild 2 Oct 2009 11:50:25 -0000 1.3
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.2 2009/08/24 14:13:37 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.3 2009/10/02 11:50:25 ssuominen Exp $
28
29 EAPI=2
30 inherit xfconf
31
32 DESCRIPTION="panel plugin that keeps track of elapsed time"
33 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin"
34 -SRC_URI="http://archive.xfce.org/src/panel-plugins/${PN}/0.2/${P}.tar.bz2"
35 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.2/${P}.tar.bz2"
36
37 LICENSE="BSD"
38 SLOT="0"