Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/mount-gtk: mount-gtk-1.4.2.ebuild ChangeLog
Date: Tue, 04 Jun 2013 19:22:31
Message-Id: 20130604192228.74DFA2171D@flycatcher.gentoo.org
1 ssuominen 13/06/04 19:22:28
2
3 Modified: ChangeLog
4 Added: mount-gtk-1.4.2.ebuild
5 Log:
6 Version bump to make use of the new series of c++-gtk-utils >= 2.2.0
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.2 sys-apps/mount-gtk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 11 May 2013 17:38:42 -0000 1.1
24 +++ ChangeLog 4 Jun 2013 19:22:28 -0000 1.2
25 @@ -1,9 +1,13 @@
26 # ChangeLog for sys-apps/mount-gtk
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.1 2013/05/11 17:38:42 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.2 2013/06/04 19:22:28 ssuominen Exp $
30 +
31 +*mount-gtk-1.4.2 (04 Jun 2013)
32 +
33 + 04 Jun 2013; Samuli Suominen <ssuominen@g.o> +mount-gtk-1.4.2.ebuild:
34 + Version bump to make use of the new series of c++-gtk-utils >= 2.2.0
35
36 *mount-gtk-1.4.1 (11 May 2013)
37
38 11 May 2013; Samuli Suominen <ssuominen@g.o> +mount-gtk-1.4.1.ebuild:
39 Initial commit.
40 -
41
42
43
44 1.1 sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mount-gtk-1.4.2.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild,v 1.1 2013/06/04 19:22:28 ssuominen Exp $
54
55 EAPI=5
56 inherit autotools flag-o-matic
57
58 DESCRIPTION="GTK+ based UDisks2 frontend"
59 HOMEPAGE="http://mount-gtk.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2+"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND=">=dev-libs/glib-2.28
68 sys-fs/udisks:2
69 x11-libs/c++-gtk-utils:0
70 x11-libs/libX11
71 x11-libs/libnotify:="
72 DEPEND="${RDEPEND}
73 virtual/pkgconfig"
74
75 DOCS=( AUTHORS BUGS ChangeLog )
76
77 src_prepare() {
78 sed -i -e 's:AC_CONFIG_HEADER:&S:' configure.ac || die
79 eautoreconf
80 }
81
82 src_configure() {
83 append-cxxflags -fexceptions -frtti -fsigned-char -fno-check-new -pthread -std=c++11
84 # unset CXXFLAGS
85 econf --docdir=/usr/share/doc/${PF}
86 }