Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/the-board/
Date: Fri, 29 Apr 2011 19:56:18
Message-Id: 10048e6204a99946388e341d52e00ca47da13e1b.eva@gentoo
1 commit: 10048e6204a99946388e341d52e00ca47da13e1b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 19:56:00 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:56:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=10048e62
7
8 app-misc/the-board: QAed, use phases as expected
9
10 ---
11 app-misc/the-board/the-board-0.1.3.ebuild | 7 +++----
12 app-misc/the-board/the-board-9999.ebuild | 7 +++----
13 2 files changed, 6 insertions(+), 8 deletions(-)
14
15 diff --git a/app-misc/the-board/the-board-0.1.3.ebuild b/app-misc/the-board/the-board-0.1.3.ebuild
16 index 1bc7985..546983a 100644
17 --- a/app-misc/the-board/the-board-0.1.3.ebuild
18 +++ b/app-misc/the-board/the-board-0.1.3.ebuild
19 @@ -3,6 +3,7 @@
20 # $Header: $
21
22 EAPI="3"
23 +GCONF_DEBUG="no"
24 GNOME2_LA_PUNT="yes"
25
26 inherit gnome2
27 @@ -47,9 +48,8 @@ DEPEND="${RDEPEND}
28 >=dev-util/pkgconfig-0.22
29 >=dev-util/intltool-0.40"
30
31 -DOCS="AUTHORS NEWS README"
32 -
33 -src_prepare() {
34 +pkg_setup() {
35 + DOCS="AUTHORS NEWS README"
36 G2CONF="${G2CONF}
37 --disable-static
38 --disable-maintainer-mode
39 @@ -57,5 +57,4 @@ src_prepare() {
40 $(use_with libnotify)
41 $(use_with libsoup)
42 $(use_with nautilus)"
43 - gnome2_src_prepare
44 }
45
46 diff --git a/app-misc/the-board/the-board-9999.ebuild b/app-misc/the-board/the-board-9999.ebuild
47 index 1bc7985..546983a 100644
48 --- a/app-misc/the-board/the-board-9999.ebuild
49 +++ b/app-misc/the-board/the-board-9999.ebuild
50 @@ -3,6 +3,7 @@
51 # $Header: $
52
53 EAPI="3"
54 +GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58 @@ -47,9 +48,8 @@ DEPEND="${RDEPEND}
59 >=dev-util/pkgconfig-0.22
60 >=dev-util/intltool-0.40"
61
62 -DOCS="AUTHORS NEWS README"
63 -
64 -src_prepare() {
65 +pkg_setup() {
66 + DOCS="AUTHORS NEWS README"
67 G2CONF="${G2CONF}
68 --disable-static
69 --disable-maintainer-mode
70 @@ -57,5 +57,4 @@ src_prepare() {
71 $(use_with libnotify)
72 $(use_with libsoup)
73 $(use_with nautilus)"
74 - gnome2_src_prepare
75 }