public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.8.ebuild
@ 2010-12-26 13:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-26 13:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/26 13:01:52

  Modified:             ChangeLog
  Added:                wmudmount-1.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-plugins/wmudmount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Jun 2010 09:34:52 -0000	1.3
+++ ChangeLog	26 Dec 2010 13:01:52 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmudmount
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.3 2010/06/29 09:34:52 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.4 2010/12/26 13:01:52 ssuominen Exp $
+
+*wmudmount-1.8 (26 Dec 2010)
+
+  26 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> +wmudmount-1.8.ebuild:
+  Version bump.
 
 *wmudmount-1.6 (29 Jun 2010)
 



1.1                  x11-plugins/wmudmount/wmudmount-1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.1&content-type=text/plain

Index: wmudmount-1.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.1 2010/12/26 13:01:52 ssuominen Exp $

EAPI=2
inherit gnome2-utils

DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome-keyring libnotify"

RDEPEND=">=x11-libs/gtk+-2.18:2
	dev-libs/dbus-glib
	sys-fs/udisks
	gnome-keyring? ( gnome-base/libgnome-keyring )
	libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_with libnotify) \
		$(use_with gnome-keyring)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog
}

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.8.ebuild
@ 2011-01-29 14:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-29 14:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/29 14:17:33

  Modified:             ChangeLog wmudmount-1.8.ebuild
  Log:
  Fix building with x11-libs/libnotify >= 0.7.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-plugins/wmudmount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	26 Dec 2010 13:01:52 -0000	1.4
+++ ChangeLog	29 Jan 2011 14:17:33 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmudmount
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.4 2010/12/26 13:01:52 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.5 2011/01/29 14:17:33 ssuominen Exp $
+
+  29 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> wmudmount-1.8.ebuild,
+  +files/wmudmount-1.8-libnotify-0.7.patch:
+  Fix building with x11-libs/libnotify >= 0.7.
 
 *wmudmount-1.8 (26 Dec 2010)
 



1.2                  x11-plugins/wmudmount/wmudmount-1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?r1=1.1&r2=1.2

Index: wmudmount-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmudmount-1.8.ebuild	26 Dec 2010 13:01:52 -0000	1.1
+++ wmudmount-1.8.ebuild	29 Jan 2011 14:17:33 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.1 2010/12/26 13:01:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.2 2011/01/29 14:17:33 ssuominen Exp $
 
 EAPI=2
-inherit gnome2-utils
+inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
 HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
@@ -22,7 +22,13 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
+}
+
 src_configure() {
+	has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07
+
 	econf \
 		--disable-dependency-tracking \
 		$(use_with libnotify) \






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.8.ebuild
@ 2012-03-19 20:11 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 5+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2012-03-19 20:11 UTC (permalink / raw
  To: gentoo-commits

voyageur    12/03/19 20:11:21

  Modified:             ChangeLog wmudmount-1.8.ebuild
  Log:
  Requires convert at build time, thanks Piotr Szymaniak in bug #408649
  
  (Portage version: 2.2.0_alpha92/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-plugins/wmudmount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	29 Jan 2011 14:17:33 -0000	1.5
+++ ChangeLog	19 Mar 2012 20:11:21 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmudmount
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.5 2011/01/29 14:17:33 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.6 2012/03/19 20:11:21 voyageur Exp $
+
+  19 Mar 2012; Bernard Cafarelli <voyageur@gentoo.org> wmudmount-1.8.ebuild:
+  Requires convert at build time, thanks Piotr Szymaniak in bug #408649
 
   29 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> wmudmount-1.8.ebuild,
   +files/wmudmount-1.8-libnotify-0.7.patch:



1.3                  x11-plugins/wmudmount/wmudmount-1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?r1=1.2&r2=1.3

Index: wmudmount-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmudmount-1.8.ebuild	29 Jan 2011 14:17:33 -0000	1.2
+++ wmudmount-1.8.ebuild	19 Mar 2012 20:11:21 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.2 2011/01/29 14:17:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.3 2012/03/19 20:11:21 voyageur Exp $
 
 EAPI=2
 inherit flag-o-matic gnome2-utils
@@ -20,7 +20,8 @@
 	gnome-keyring? ( gnome-base/libgnome-keyring )
 	libnotify? ( x11-libs/libnotify )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	dev-util/pkgconfig
+	|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-libnotify-0.7.patch






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.8.ebuild
@ 2012-03-27 18:48 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-27 18:48 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/27 18:48:12

  Modified:             ChangeLog wmudmount-1.8.ebuild
  Log:
  Pin to SLOT="0" of sys-fs/udisks.
  
  (Portage version: 2.2.0_alpha92/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  x11-plugins/wmudmount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Mar 2012 21:01:00 -0000	1.8
+++ ChangeLog	27 Mar 2012 18:48:12 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmudmount
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.8 2012/03/19 21:01:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.9 2012/03/27 18:48:12 ssuominen Exp $
+
+  27 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> wmudmount-1.8.ebuild:
+  Pin to SLOT="0" of sys-fs/udisks.
 
   19 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> wmudmount-1.11.ebuild:
   Remove unused inherit flag-o-matic and duplicate



1.4                  x11-plugins/wmudmount/wmudmount-1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?r1=1.3&r2=1.4

Index: wmudmount-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmudmount-1.8.ebuild	19 Mar 2012 20:11:21 -0000	1.3
+++ wmudmount-1.8.ebuild	27 Mar 2012 18:48:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.3 2012/03/19 20:11:21 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.4 2012/03/27 18:48:12 ssuominen Exp $
 
 EAPI=2
 inherit flag-o-matic gnome2-utils
@@ -16,7 +16,7 @@
 
 RDEPEND=">=x11-libs/gtk+-2.18:2
 	dev-libs/dbus-glib
-	sys-fs/udisks
+	sys-fs/udisks:0
 	gnome-keyring? ( gnome-base/libgnome-keyring )
 	libnotify? ( x11-libs/libnotify )"
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.8.ebuild
@ 2012-07-06  8:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-07-06  8:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/07/06 08:32:14

  Modified:             ChangeLog
  Removed:              wmudmount-1.8.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 x11-plugins/wmudmount/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	6 Jul 2012 08:22:32 -0000	1.12
+++ ChangeLog	6 Jul 2012 08:32:12 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmudmount
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.12 2012/07/06 08:22:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.13 2012/07/06 08:32:12 ssuominen Exp $
+
+  06 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -wmudmount-1.8.ebuild,
+  -files/wmudmount-1.8-libnotify-0.7.patch:
+  old
 
   06 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> wmudmount-1.11.ebuild:
   amd64/x86 stable






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

end of thread, other threads:[~2012-07-06  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 20:11 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.8.ebuild Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-06  8:32 Samuli Suominen (ssuominen)
2012-03-27 18:48 Samuli Suominen (ssuominen)
2011-01-29 14:17 Samuli Suominen (ssuominen)
2010-12-26 13:01 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