public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/mount-gtk: mount-gtk-1.4.2.ebuild ChangeLog
@ 2013-06-04 19:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-06-04 19:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/06/04 19:22:28

  Modified:             ChangeLog
  Added:                mount-gtk-1.4.2.ebuild
  Log:
  Version bump to make use of the new series of c++-gtk-utils >= 2.2.0
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.2                  sys-apps/mount-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 May 2013 17:38:42 -0000	1.1
+++ ChangeLog	4 Jun 2013 19:22:28 -0000	1.2
@@ -1,9 +1,13 @@
 # ChangeLog for sys-apps/mount-gtk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.1 2013/05/11 17:38:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.2 2013/06/04 19:22:28 ssuominen Exp $
+
+*mount-gtk-1.4.2 (04 Jun 2013)
+
+  04 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> +mount-gtk-1.4.2.ebuild:
+  Version bump to make use of the new series of c++-gtk-utils >= 2.2.0
 
 *mount-gtk-1.4.1 (11 May 2013)
 
   11 May 2013; Samuli Suominen <ssuominen@gentoo.org> +mount-gtk-1.4.1.ebuild:
   Initial commit.
-



1.1                  sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild?rev=1.1&view=markup
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

Index: mount-gtk-1.4.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=5
inherit autotools flag-o-matic

DESCRIPTION="GTK+ based UDisks2 frontend"
HOMEPAGE="http://mount-gtk.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/glib-2.28
	sys-fs/udisks:2
	x11-libs/c++-gtk-utils:0
	x11-libs/libX11
	x11-libs/libnotify:="
DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS=( AUTHORS BUGS ChangeLog )

src_prepare() {
	sed -i -e 's:AC_CONFIG_HEADER:&S:' configure.ac || die
	eautoreconf
}

src_configure() {
	append-cxxflags -fexceptions -frtti -fsigned-char -fno-check-new -pthread -std=c++11
#	unset CXXFLAGS
	econf --docdir=/usr/share/doc/${PF}
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/mount-gtk: mount-gtk-1.4.2.ebuild ChangeLog
@ 2014-06-22 10:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-06-22 10:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/06/22 10:13:14

  Modified:             mount-gtk-1.4.2.ebuild ChangeLog
  Log:
  Include patch from upstream forums that checks if -std=c++11 is supported or not wrt #484264 by Marc Joliet
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.2                  sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild?r1=1.1&r2=1.2

Index: mount-gtk-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mount-gtk-1.4.2.ebuild	4 Jun 2013 19:22:28 -0000	1.1
+++ mount-gtk-1.4.2.ebuild	22 Jun 2014 10:13:14 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.2.ebuild,v 1.2 2014/06/22 10:13:14 ssuominen Exp $
 
 EAPI=5
-inherit autotools flag-o-matic
+inherit autotools eutils flag-o-matic
 
 DESCRIPTION="GTK+ based UDisks2 frontend"
 HOMEPAGE="http://mount-gtk.sourceforge.net/"
@@ -25,12 +25,13 @@
 DOCS=( AUTHORS BUGS ChangeLog )
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-c++11.patch
 	sed -i -e 's:AC_CONFIG_HEADER:&S:' configure.ac || die
 	eautoreconf
 }
 
 src_configure() {
-	append-cxxflags -fexceptions -frtti -fsigned-char -fno-check-new -pthread -std=c++11
-#	unset CXXFLAGS
+	# acinclude.m4 is broken and environment flags override these:
+	append-cxxflags -fexceptions -frtti -fsigned-char -fno-check-new -pthread
 	econf --docdir=/usr/share/doc/${PF}
 }



1.4                  sys-apps/mount-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mount-gtk/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	4 Jun 2013 19:23:35 -0000	1.3
+++ ChangeLog	22 Jun 2014 10:13:14 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/mount-gtk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.3 2013/06/04 19:23:35 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.4 2014/06/22 10:13:14 ssuominen Exp $
+
+  22 Jun 2014; Samuli Suominen <ssuominen@gentoo.org>
+  +files/mount-gtk-1.4.2-c++11.patch, mount-gtk-1.4.2.ebuild:
+  Include patch from upstream forums that checks if -std=c++11 is supported or
+  not wrt #484264 by Marc Joliet
 
   04 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> -mount-gtk-1.4.1.ebuild:
   old





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-22 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 19:22 [gentoo-commits] gentoo-x86 commit in sys-apps/mount-gtk: mount-gtk-1.4.2.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-22 10:13 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox