Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/linux-wbfs-manager: linux-wbfs-manager-0.1.10.ebuild
Date: Wed, 02 Sep 2009 06:29:20
Message-Id: E1MioA6-0001Aj-5m@stork.gentoo.org
1 vapier 09/09/02 11:38:02
2
3 Modified: linux-wbfs-manager-0.1.10.ebuild
4 Log:
5 fix stupid typo in HOMEPAGE
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild?r1=1.1&r2=1.2
14
15 Index: linux-wbfs-manager-0.1.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- linux-wbfs-manager-0.1.10.ebuild 1 Sep 2009 18:21:32 -0000 1.1
22 +++ linux-wbfs-manager-0.1.10.ebuild 2 Sep 2009 11:38:02 -0000 1.2
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/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild,v 1.1 2009/09/01 18:21:32 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild,v 1.2 2009/09/02 11:38:02 vapier Exp $
28
29 EAPI="2"
30
31 inherit toolchain-funcs
32
33 DESCRIPTION="WBFS manager for Linux using GTK+"
34 -HOMEPAGE="http://code.google.com/p/linux-wbfs-manage/"
35 +HOMEPAGE="http://code.google.com/p/linux-wbfs-manager/"
36 SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz"
37
38 LICENSE="GPL-2"