Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mate-base/mate-common: metadata.xml mate-common-1.6.2.ebuild ChangeLog
Date: Wed, 26 Feb 2014 21:52:26
Message-Id: 20140226215222.7D8202004C@flycatcher.gentoo.org
1 tomwij 14/02/26 21:52:22
2
3 Added: metadata.xml mate-common-1.6.2.ebuild ChangeLog
4 Log:
5 New ebuild for mate-base/mate-common, common files for development of MATE packages; imported from the mate-overlay, reviewed and adjusted.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 mate-base/mate-common/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-common/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-common/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>mate</herd>
21 </pkgmetadata>
22
23
24
25 1.1 mate-base/mate-common/mate-common-1.6.2.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-common/mate-common-1.6.2.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-common/mate-common-1.6.2.ebuild?rev=1.1&content-type=text/plain
29
30 Index: mate-common-1.6.2.ebuild
31 ===================================================================
32 # Copyright 1999-2014 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/mate-base/mate-common/mate-common-1.6.2.ebuild,v 1.1 2014/02/26 21:52:22 tomwij Exp $
35
36 EAPI="5"
37
38 inherit versionator
39
40 MATE_BRANCH="$(get_version_component_range 1-2)"
41
42 SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
43 DESCRIPTION="Common files for development of MATE packages"
44 HOMEPAGE="http://mate-desktop.org"
45
46 LICENSE="GPL-3"
47 SLOT="0"
48 KEYWORDS="~amd64"
49
50 src_install() {
51 mv doc-build/README README.doc-build \
52 || die "Failed to rename doc-build/README."
53
54 default
55
56 dodoc doc/usage.txt
57 }
58
59
60
61 1.1 mate-base/mate-common/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-common/ChangeLog?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-common/ChangeLog?rev=1.1&content-type=text/plain
65
66 Index: ChangeLog
67 ===================================================================
68 # ChangeLog for mate-base/mate-common
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 # $Header: /var/cvsroot/gentoo-x86/mate-base/mate-common/ChangeLog,v 1.1 2014/02/26 21:52:22 tomwij Exp $
71
72 *mate-common-1.6.2 (26 Feb 2014)
73
74 26 Feb 2014; Tom Wijsman <TomWij@g.o> +mate-common-1.6.2.ebuild,
75 +metadata.xml:
76 New ebuild for mate-base/mate-common, common files for development of MATE
77 packages; imported from the mate-overlay, reviewed and adjusted.