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: metadata.xml linux-wbfs-manager-0.1.10.ebuild ChangeLog
Date: Tue, 01 Sep 2009 13:12:47
Message-Id: E1MiXz3-00084W-0v@stork.gentoo.org
1 vapier 09/09/01 18:21:33
2
3 Added: metadata.xml linux-wbfs-manager-0.1.10.ebuild
4 ChangeLog
5 Log:
6 Initial version by me.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-util/linux-wbfs-manager/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>games</herd>
21 </pkgmetadata>
22
23
24
25 1.1 games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild?rev=1.1&content-type=text/plain
29
30 Index: linux-wbfs-manager-0.1.10.ebuild
31 ===================================================================
32 # Copyright 1999-2009 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $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 $
35
36 EAPI="2"
37
38 inherit toolchain-funcs
39
40 DESCRIPTION="WBFS manager for Linux using GTK+"
41 HOMEPAGE="http://code.google.com/p/linux-wbfs-manage/"
42 SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz"
43
44 LICENSE="GPL-2"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 IUSE=""
48
49 DEPEND="dev-libs/glib:2
50 gnome-base/libglade:2.0"
51
52 S=${WORKDIR}/${PN}
53
54 src_prepare() {
55 sed -i \
56 -e '/^CFLAGS/s:= -O2:+= $(CPPFLAGS):' \
57 -e '/^LDFLAGS/d' \
58 Makefile
59 }
60
61 src_compile() {
62 emake CC="$(tc-getCC)" || die
63 }
64
65 src_install() {
66 dobin wbfs_gtk || die
67 dodoc README
68 }
69
70
71
72 1.1 games-util/linux-wbfs-manager/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog?rev=1.1&content-type=text/plain
76
77 Index: ChangeLog
78 ===================================================================
79 # ChangeLog for games-util/linux-wbfs-manager
80 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
81 # $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.1 2009/09/01 18:21:32 vapier Exp $
82
83 *linux-wbfs-manager-0.1.10 (01 Sep 2009)
84
85 01 Sep 2009; Mike Frysinger <vapier@g.o>
86 +linux-wbfs-manager-0.1.10.ebuild, +metadata.xml:
87 Initial version by me.