Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gnome-disk-utility: ChangeLog gnome-disk-utility-2.28.1.ebuild
Date: Wed, 04 Nov 2009 21:27:48
Message-Id: E1N5nOH-0004Ad-6J@stork.gentoo.org
1 eva 09/11/04 21:27:41
2
3 Modified: ChangeLog
4 Added: gnome-disk-utility-2.28.1.ebuild
5 Log:
6 Version bump. Add missing gnome-doc-utils and libnotify dependency, bug #291880. Fix a crash in nautilus extension. Translation updates.
7 (Portage version: 2.2_rc48/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-apps/gnome-disk-utility/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 29 Oct 2009 21:50:37 -0000 1.1
23 +++ ChangeLog 4 Nov 2009 21:27:40 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-apps/gnome-disk-utility
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.1 2009/10/29 21:50:37 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.2 2009/11/04 21:27:40 eva Exp $
29 +
30 +*gnome-disk-utility-2.28.1 (04 Nov 2009)
31 +
32 + 04 Nov 2009; Gilles Dartiguelongue <eva@g.o>
33 + +gnome-disk-utility-2.28.1.ebuild:
34 + Version bump. Add missing gnome-doc-utils and libnotify dependency, bug
35 + #291880. Fix a crash in nautilus extension. Translation updates.
36
37 *gnome-disk-utility-2.28.0 (29 Oct 2009)
38
39
40
41
42 1.1 sys-apps/gnome-disk-utility/gnome-disk-utility-2.28.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.28.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.28.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-disk-utility-2.28.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.28.1.ebuild,v 1.1 2009/11/04 21:27:40 eva Exp $
52
53 EAPI="2"
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="Disk Utility for GNOME using devicekit-disks"
59 HOMEPAGE="http://git.gnome.org/cgit/gnome-disk-utility/"
60 SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.bz2"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="doc +nautilus"
66
67 RDEPEND="
68 >=dev-libs/glib-2.16
69 >=dev-libs/dbus-glib-0.71
70 >=dev-libs/libunique-1.0
71 >=x11-libs/gtk+-2.17
72 >=sys-apps/devicekit-disks-007
73 >=dev-libs/libatasmart-0.14
74 >=gnome-base/gnome-keyring-2.22
75 >=x11-libs/libnotify-0.3
76
77 nautilus? ( >=gnome-base/nautilus-2.24 )"
78 DEPEND="${RDEPEND}
79 sys-devel/gettext
80 app-text/scrollkeeper
81 app-text/gnome-doc-utils
82 >=dev-util/pkgconfig-0.9
83 >=dev-util/intltool-0.35
84 doc? ( >=dev-util/gtk-doc-1.3 )"
85 DOCS="AUTHORS NEWS README TODO"
86
87 pkg_setup() {
88 G2CONF="${G2CONF}
89 --disable-static
90 $(use_enable nautilus)"
91 }
92
93 src_install() {
94 gnome2_src_install
95 find "${D}" -name "*.la" -delete || die "remove of la files failed"
96 }