Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/mate-backgrounds: mate-backgrounds-1.8.0.ebuild ChangeLog
Date: Thu, 01 May 2014 15:56:39
Message-Id: 20140501155634.96B3C2004C@flycatcher.gentoo.org
1 tomwij 14/05/01 15:56:34
2
3 Modified: ChangeLog
4 Added: mate-backgrounds-1.8.0.ebuild
5 Log:
6 Version bump to 1.8.0.
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.2 x11-themes/mate-backgrounds/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 11 Mar 2014 01:39:53 -0000 1.1
24 +++ ChangeLog 1 May 2014 15:56:34 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-themes/mate-backgrounds
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog,v 1.1 2014/03/11 01:39:53 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/ChangeLog,v 1.2 2014/05/01 15:56:34 tomwij Exp $
30 +
31 +*mate-backgrounds-1.8.0 (01 May 2014)
32 +
33 + 01 May 2014; Tom Wijsman <TomWij@g.o> +mate-backgrounds-1.8.0.ebuild:
34 + Version bump to 1.8.0.
35
36 *mate-backgrounds-1.6.1 (11 Mar 2014)
37
38
39
40
41 1.1 x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mate-backgrounds-1.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/mate-backgrounds/mate-backgrounds-1.8.0.ebuild,v 1.1 2014/05/01 15:56:34 tomwij Exp $
51
52 EAPI="5"
53
54 GCONF_DEBUG="no"
55
56 inherit gnome2 versionator
57
58 MATE_BRANCH="$(get_version_component_range 1-2)"
59
60 SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
61 DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
62 HOMEPAGE="http://mate-desktop.org"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64"
67
68 DEPEND=">=dev-util/intltool-0.35:*
69 sys-devel/gettext:*"
70
71 DOCS="AUTHORS ChangeLog NEWS README"