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: ChangeLog linux-wbfs-manager-0.1.11.ebuild
Date: Sat, 05 Sep 2009 04:06:07
Message-Id: E1MjmXN-0003an-Tw@stork.gentoo.org
1 vapier 09/09/05 04:06:05
2
3 Modified: ChangeLog
4 Added: linux-wbfs-manager-0.1.11.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-util/linux-wbfs-manager/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 1 Sep 2009 18:21:32 -0000 1.1
23 +++ ChangeLog 5 Sep 2009 04:06:05 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-util/linux-wbfs-manager
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.1 2009/09/01 18:21:32 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.2 2009/09/05 04:06:05 vapier Exp $
29 +
30 +*linux-wbfs-manager-0.1.11 (05 Sep 2009)
31 +
32 + 05 Sep 2009; Mike Frysinger <vapier@g.o>
33 + +linux-wbfs-manager-0.1.11.ebuild:
34 + Version bump.
35
36 *linux-wbfs-manager-0.1.10 (01 Sep 2009)
37
38
39
40
41 1.1 games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: linux-wbfs-manager-0.1.11.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild,v 1.1 2009/09/05 04:06:05 vapier Exp $
51
52 EAPI="2"
53
54 inherit toolchain-funcs
55
56 DESCRIPTION="WBFS manager for Linux using GTK+"
57 HOMEPAGE="http://code.google.com/p/linux-wbfs-manager/"
58 SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="dev-libs/glib:2
66 gnome-base/libglade:2.0"
67 RDEPEND="${DEPEND}"
68
69 S=${WORKDIR}/${PN}
70
71 src_compile() {
72 emake CC="$(tc-getCC)" || die
73 }
74
75 src_install() {
76 dobin wbfs_gtk || die
77 dodoc README
78 }