Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/traydevice: traydevice-1.5.ebuild
Date: Sat, 21 Aug 2010 07:13:44
Message-Id: 20100821071340.628DE2004C@flycatcher.gentoo.org
1 ssuominen 10/08/21 07:13:40
2
3 Modified: traydevice-1.5.ebuild
4 Log:
5 fix src_uri too
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-fs/traydevice/traydevice-1.5.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild?r1=1.2&r2=1.3
14
15 Index: traydevice-1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- traydevice-1.5.ebuild 21 Aug 2010 07:12:05 -0000 1.2
22 +++ traydevice-1.5.ebuild 21 Aug 2010 07:13:40 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v 1.2 2010/08/21 07:12:05 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v 1.3 2010/08/21 07:13:40 ssuominen Exp $
28
29 EAPI=3
30
31 @@ -12,7 +12,7 @@
32
33 DESCRIPTION="A little desktop application displaying systray icon for UDisks"
34 HOMEPAGE="http://savannah.nongnu.org/projects/traydevice/"
35 -SRC_URI="mirror://nongnu/traydevice/traydevice-1.5.tar.gz"
36 +SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
37
38 LICENSE="GPL-3"
39 SLOT="0"