Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: /, eclass/
Date: Sat, 01 Oct 2011 09:28:25
Message-Id: 4057fd05871a2c905d453a112267abc41e7729b9.tetromino@gentoo
1 commit: 4057fd05871a2c905d453a112267abc41e7729b9
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 1 09:23:01 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 1 09:27:25 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4057fd05
7
8 eclass/gnome2.eclass, README: add warnings that this branch is on hiatus
9
10 The gnome-next branch was merged into master, so gnome-3.2 work will
11 largely be happening in the master branch now. Users who have been using
12 the gnome-next branch to try out gnome-3.2 need to switch to master.
13
14 ---
15 README | 11 ++++++++++-
16 eclass/gnome2.eclass | 18 +++++++++++++++---
17 2 files changed, 25 insertions(+), 4 deletions(-)
18
19 diff --git a/README b/README
20 index 2a4463b..8b155da 100644
21 --- a/README
22 +++ b/README
23 @@ -1,4 +1,13 @@
24 -* This is the experimental gnome overlay, USE AT YOUR OWN RISK.
25 +### ###
26 +# GNOME 3.2 was moved to the master branch of the overlay on Oct 1, 2011 #
27 +# #
28 +# The gnome-next branch is currently on hiatus and is not being updated. #
29 +# #
30 +# Please use the master branch if you want to try out GNOME 3.2 #
31 +### ###
32 +
33 +* This is the experimental branch of the experimental gnome overlay, USE AT YOUR
34 + OWN RISK.
35 * It will probably break your deptree, your system, and your backbone.
36 * For bugs, head over to #gentoo-desktop @ FreeNode, or https://bugs.gentoo.org/
37 * To help, checkout ./status/ and http://tinyurl.com/gnome-overlay-bugs
38
39 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
40 index cc3f8ac..4f40741 100644
41 --- a/eclass/gnome2.eclass
42 +++ b/eclass/gnome2.eclass
43 @@ -234,11 +234,23 @@ gnome2_pkg_postinst() {
44 gnome2_scrollkeeper_update
45 fi
46 # This should only be in the overlay
47 +# ewarn "**************************************************************"
48 +# ewarn "This is the *experimental* Gentoo GNOME Overlay"
49 +# ewarn "Please report bugs at #gentoo-desktop @ FreeNode"
50 +# ewarn "Do NOT go to upstream with bugs without checking with us first"
51 +# ewarn "**************************************************************"
52 ewarn "**************************************************************"
53 - ewarn "This is the *experimental* Gentoo GNOME Overlay"
54 - ewarn "Please report bugs at #gentoo-desktop @ FreeNode"
55 - ewarn "Do NOT go to upstream with bugs without checking with us first"
56 + ewarn "This is the gnome-next branch of the *experimental* Gentoo"
57 + ewarn "GNOME Overlay."
58 + ewarn
59 + ewarn "This branch is currently on hiatus and is not being updated."
60 + ewarn
61 + ewarn "GNOME 3.2 is in the master branch since Oct. 1 2011"
62 + ewarn
63 + ewarn "If you want to try out GNOME 3.2, please use the master branch"
64 + ewarn "of the overlay instead."
65 ewarn "**************************************************************"
66 +
67 }
68
69 # @#FUNCTION: gnome2_pkg_prerm