Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/mm-common: metadata.xml ChangeLog mm-common-0.8.ebuild
Date: Thu, 29 Oct 2009 22:57:24
Message-Id: E1N3dvm-0007EF-PU@stork.gentoo.org
1 eva 09/10/29 22:57:22
2
3 Added: metadata.xml ChangeLog mm-common-0.8.ebuild
4 Log:
5 Initial ebuild for GNOME 2.28.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-cpp/mm-common/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/mm-common/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/mm-common/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>gnome-mm</herd>
20 </pkgmetadata>
21
22
23
24
25 1.1 dev-cpp/mm-common/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/mm-common/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/mm-common/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for dev-cpp/mm-common
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.1 2009/10/29 22:57:21 eva Exp $
35
36 *mm-common-0.8 (29 Oct 2009)
37
38 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> +mm-common-0.8.ebuild,
39 +metadata.xml:
40 Initial ebuild for GNOME 2.28.
41
42
43
44
45 1.1 dev-cpp/mm-common/mm-common-0.8.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/mm-common/mm-common-0.8.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/mm-common/mm-common-0.8.ebuild?rev=1.1&content-type=text/plain
49
50 Index: mm-common-0.8.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/mm-common-0.8.ebuild,v 1.1 2009/10/29 22:57:21 eva Exp $
55
56 EAPI="2"
57 GCONF_DEBUG="no"
58
59 inherit gnome2
60
61 DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"
62 HOMEPAGE="http://www.gtkmm.org/"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 RDEPEND=""
70 DEPEND="${RDEPEND}
71 || (
72 net-misc/wget
73 net-misc/curl )"
74
75 src_install() {
76 gnome2_src_install
77
78 find "${D}" -name ".gitignore" -delete || die "could not delete .gitignore"
79 }