Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gnome-disk-utility: gnome-disk-utility-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 22:21:32
Message-Id: 20130328222129.8EC302171D@flycatcher.gentoo.org
1 pacho 13/03/28 22:21:29
2
3 Modified: ChangeLog
4 Added: gnome-disk-utility-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.77 sys-apps/gnome-disk-utility/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.77&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.77&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?r1=1.76&r2=1.77
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v
20 retrieving revision 1.76
21 retrieving revision 1.77
22 diff -u -r1.76 -r1.77
23 --- ChangeLog 24 Dec 2012 16:26:33 -0000 1.76
24 +++ ChangeLog 28 Mar 2013 22:21:29 -0000 1.77
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/gnome-disk-utility
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.76 2012/12/24 16:26:33 eva Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.77 2013/03/28 22:21:29 pacho Exp $
31 +
32 +*gnome-disk-utility-3.8.0 (28 Mar 2013)
33 +
34 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +gnome-disk-utility-3.8.0.ebuild:
35 + Version bump for Gnome 3.8
36
37 *gnome-disk-utility-3.6.1 (24 Dec 2012)
38
39
40
41
42 1.1 sys-apps/gnome-disk-utility/gnome-disk-utility-3.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-3.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-3.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-disk-utility-3.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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-3.8.0.ebuild,v 1.1 2013/03/28 22:21:29 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="Disk Utility for GNOME using udisks"
60 HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility"
61
62 LICENSE="GPL-2+"
63 SLOT="0"
64 IUSE="fat +gnome"
65 KEYWORDS="~amd64 ~x86"
66
67 COMMON_DEPEND="
68 >=dev-libs/glib-2.31:2
69 >=sys-fs/udisks-2.1.0:2
70 >=x11-libs/gtk+-3.5.8:3
71 >=app-crypt/libsecret-0.7
72 dev-libs/libpwquality
73 "
74 RDEPEND="${COMMON_DEPEND}
75 >=media-libs/libdvdread-4.2.0
76 >=media-libs/libcanberra-0.1
77 >=x11-libs/libnotify-0.7
78 >=x11-themes/gnome-icon-theme-symbolic-2.91
79 fat? ( sys-fs/dosfstools )
80 gnome? ( >=gnome-base/gnome-settings-daemon-3.6 )
81 "
82 DEPEND="${COMMON_DEPEND}
83 >=dev-util/intltool-0.50
84 dev-libs/libxslt
85 virtual/pkgconfig
86 "
87
88 src_configure() {
89 # TODO: add systemd
90 gnome2_src_configure \
91 $(use_enable gnome gsd-plugin) \
92 --disable-libsystemd-login
93
94 }