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/gnome-vfsmm: ChangeLog gnome-vfsmm-2.20.0.ebuild
Date: Thu, 03 Jan 2008 20:33:17
Message-Id: E1JAWkU-0007XD-PP@stork.gentoo.org
1 eva 08/01/03 20:33:06
2
3 Modified: ChangeLog
4 Added: gnome-vfsmm-2.20.0.ebuild
5 Log:
6 bump to 2.20.0, nothing new
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.52 dev-cpp/gnome-vfsmm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 25 Dec 2007 14:36:12 -0000 1.51
23 +++ ChangeLog 3 Jan 2008 20:33:06 -0000 1.52
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-cpp/gnome-vfsmm
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.51 2007/12/25 14:36:12 phreak Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.52 2008/01/03 20:33:06 eva Exp $
30 +
31 +*gnome-vfsmm-2.20.0 (03 Jan 2008)
32 +
33 + 03 Jan 2008; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-vfsmm-2.20.0.ebuild:
35 + bump to 2.20.0
36
37 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing pyrania from metadata.xml as per #26352.
39
40
41
42 1.1 dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-vfsmm-2.20.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-2.20.0.ebuild,v 1.1 2008/01/03 20:33:06 eva Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="C++ bindings for gnome-vfs"
56 HOMEPAGE="http://gtkmm.sourceforge.net/"
57
58 LICENSE="LGPL-2.1"
59 SLOT="1.1"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="doc examples"
62
63 # glibmm dep is because build fails with older versions...
64 RDEPEND=">=gnome-base/gnome-vfs-2.8.1
65 >=dev-cpp/glibmm-2.12"
66 DEPEND=">=dev-util/pkgconfig-0.12.0
67 ${RDEPEND}"
68
69 DOCS="AUTHORS ChangeLog NEWS README INSTALL"
70
71 src_unpack() {
72 gnome2_src_unpack
73
74 if ! use examples; then
75 # don't waste time building the examples
76 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
77 die "sed Makefile.in failed"
78 fi
79 }
80
81 src_compile() {
82 gnome2_src_compile
83
84 if use doc; then
85 cd "${S}"/docs/reference
86 make all
87 fi
88 }
89
90 src_install() {
91 gnome2_src_install
92
93 if use doc ; then
94 dohtml -r docs/reference/html/* docs/images/*
95 fi
96
97 if use examples; then
98 find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
99 cp -R examples "${D}"/usr/share/doc/${PF}
100 fi
101 }
102
103
104
105 --
106 gentoo-commits@g.o mailing list