Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-common: gnome-common-2.28.0.ebuild ChangeLog
Date: Wed, 24 Feb 2010 22:30:51
Message-Id: E1NkPkh-0002zx-5q@stork.gentoo.org
1 eva 10/02/24 22:30:43
2
3 Modified: ChangeLog
4 Added: gnome-common-2.28.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.74 gnome-base/gnome-common/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-common/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-common/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-common/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 17 Jan 2010 23:55:49 -0000 1.73
23 +++ ChangeLog 24 Feb 2010 22:30:42 -0000 1.74
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/gnome-common
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.73 2010/01/17 23:55:49 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/ChangeLog,v 1.74 2010/02/24 22:30:42 eva Exp $
29 +
30 +*gnome-common-2.28.0 (24 Feb 2010)
31 +
32 + 24 Feb 2010; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-common-2.28.0.ebuild:
34 + Version bump.
35
36 17 Jan 2010; Jeroen Roovers <jer@g.o> gnome-common-2.26.0.ebuild:
37 Stable for HPPA (bug #281427).
38
39
40
41 1.1 gnome-base/gnome-common/gnome-common-2.28.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-common/gnome-common-2.28.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-common/gnome-common-2.28.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-common-2.28.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.28.0.ebuild,v 1.1 2010/02/24 22:30:42 eva Exp $
51
52 inherit base gnome.org
53
54 DESCRIPTION="Common files for development of Gnome packages"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-3"
58 SLOT="3"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
60 IUSE=""
61
62 RDEPEND=""
63 DEPEND=""
64
65 src_install() {
66 base_src_install
67 mv doc-build/README README.doc-build || die "renaming doc-build/README failed"
68 dodoc ChangeLog README* doc/usage.txt || die "dodoc failed"
69 }