public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog
@ 2010-11-05 15:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-05 15:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/05 15:08:52

  Modified:             ChangeLog
  Added:                thunar-shares-plugin-0.2.0_p20101105.ebuild
  Log:
  Snapshot from thunarx-2 branch.
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  xfce-extra/thunar-shares-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 Jan 2010 02:40:14 -0000	1.4
+++ ChangeLog	5 Nov 2010 15:08:52 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/thunar-shares-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.4 2010/01/15 02:40:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.5 2010/11/05 15:08:52 ssuominen Exp $
+
+*thunar-shares-plugin-0.2.0_p20101105 (05 Nov 2010)
+
+  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +thunar-shares-plugin-0.2.0_p20101105.ebuild:
+  Snapshot from thunarx-2 branch.
 
   15 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
   thunar-shares-plugin-0.2.0.ebuild:



1.1                  xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.1&content-type=text/plain

Index: thunar-shares-plugin-0.2.0_p20101105.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.1 2010/11/05 15:08:52 ssuominen Exp $

# git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin

EAPI=3
EAUTORECONF=yes
inherit xfconf

DESCRIPTION="Thunar plugin to share files using Samba"
HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin"
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"

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

RDEPEND=">=dev-libs/glib-2.18:2
	>=x11-libs/gtk+-2.12:2
	>=xfce-base/thunar-1.1.0"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-util/pkgconfig"

pkg_setup() {
	XFCONF=(
			--disable-dependency-tracking
			--disable-static
			$(xfconf_use_debug)
			)

	DOCS="AUTHORS ChangeLog NEWS README TODO"
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog
@ 2011-06-05 13:49 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2011-06-05 13:49 UTC (permalink / raw
  To: gentoo-commits

angelos     11/06/05 13:49:27

  Modified:             thunar-shares-plugin-0.2.0_p20101105.ebuild
                        ChangeLog
  Log:
  Add debug to IUSE (bug #369761)
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?r1=1.4&r2=1.5

Index: thunar-shares-plugin-0.2.0_p20101105.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunar-shares-plugin-0.2.0_p20101105.ebuild	19 May 2011 21:45:14 -0000	1.4
+++ thunar-shares-plugin-0.2.0_p20101105.ebuild	5 Jun 2011 13:49:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.4 2011/05/19 21:45:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.5 2011/06/05 13:49:27 angelos Exp $
 
 # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
+IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.12:2



1.7                  xfce-extra/thunar-shares-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	16 Jan 2011 19:19:08 -0000	1.6
+++ ChangeLog	5 Jun 2011 13:49:27 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-shares-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.6 2011/01/16 19:19:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.7 2011/06/05 13:49:27 angelos Exp $
+
+  05 Jun 2011; Christoph Mende <angelos@gentoo.org>
+  thunar-shares-plugin-0.2.0_p20101105.ebuild:
+  Add debug to IUSE (bug #369761)
 
   16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
   thunar-shares-plugin-0.2.0_p20101105.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog
@ 2012-05-04  7:40 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-04  7:40 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/04 07:40:40

  Modified:             thunar-shares-plugin-0.2.0_p20101105.ebuild
                        ChangeLog
  Log:
  Use virtual/pkgconfig.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?r1=1.5&r2=1.6

Index: thunar-shares-plugin-0.2.0_p20101105.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thunar-shares-plugin-0.2.0_p20101105.ebuild	5 Jun 2011 13:49:27 -0000	1.5
+++ thunar-shares-plugin-0.2.0_p20101105.ebuild	4 May 2012 07:40:40 -0000	1.6
@@ -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/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.5 2011/06/05 13:49:27 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.6 2012/05/04 07:40:40 ssuominen Exp $
 
 # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
 
@@ -17,12 +17,12 @@
 KEYWORDS="amd64 x86"
 IUSE="debug"
 
-RDEPEND=">=dev-libs/glib-2.18:2
+RDEPEND=">=dev-libs/glib-2.18
 	>=x11-libs/gtk+-2.12:2
-	>=xfce-base/thunar-1.1.0"
+	>=xfce-base/thunar-1.2"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 pkg_setup() {
 	XFCONF=(



1.8                  xfce-extra/thunar-shares-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Jun 2011 13:49:27 -0000	1.7
+++ ChangeLog	4 May 2012 07:40:40 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-shares-plugin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.7 2011/06/05 13:49:27 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.8 2012/05/04 07:40:40 ssuominen Exp $
+
+  04 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-shares-plugin-0.2.0_p20101105.ebuild:
+  Use virtual/pkgconfig.
 
   05 Jun 2011; Christoph Mende <angelos@gentoo.org>
   thunar-shares-plugin-0.2.0_p20101105.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog
@ 2012-11-28 12:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-28 12:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/28 12:22:42

  Modified:             thunar-shares-plugin-0.2.0_p20101105.ebuild
                        ChangeLog
  Log:
  EAPI5
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.7                  xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?r1=1.6&r2=1.7

Index: thunar-shares-plugin-0.2.0_p20101105.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- thunar-shares-plugin-0.2.0_p20101105.ebuild	4 May 2012 07:40:40 -0000	1.6
+++ thunar-shares-plugin-0.2.0_p20101105.ebuild	28 Nov 2012 12:22:42 -0000	1.7
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.6 2012/05/04 07:40:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.7 2012/11/28 12:22:42 ssuominen Exp $
 
 # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
 
-EAPI=4
+EAPI=5
 EAUTORECONF=yes
 inherit xfconf
 



1.9                  xfce-extra/thunar-shares-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 May 2012 07:40:40 -0000	1.8
+++ ChangeLog	28 Nov 2012 12:22:42 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-shares-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.8 2012/05/04 07:40:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.9 2012/11/28 12:22:42 ssuominen Exp $
+
+  28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-shares-plugin-0.2.0_p20101105.ebuild:
+  EAPI5
 
   04 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   thunar-shares-plugin-0.2.0_p20101105.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog
@ 2013-04-25  9:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-25  9:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/04/25 09:05:34

  Modified:             thunar-shares-plugin-0.2.0_p20101105.ebuild
                        ChangeLog
  Log:
  Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13 compability.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.8                  xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?r1=1.7&r2=1.8

Index: thunar-shares-plugin-0.2.0_p20101105.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thunar-shares-plugin-0.2.0_p20101105.ebuild	28 Nov 2012 12:22:42 -0000	1.7
+++ thunar-shares-plugin-0.2.0_p20101105.ebuild	25 Apr 2013 09:05:34 -0000	1.8
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.7 2012/11/28 12:22:42 ssuominen Exp $
-
-# git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.8 2013/04/25 09:05:34 ssuominen Exp $
 
 EAPI=5
 EAUTORECONF=yes
 inherit xfconf
 
+# git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
+
 DESCRIPTION="Thunar plugin to share files using Samba"
 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
@@ -32,3 +32,9 @@
 
 	DOCS=( AUTHORS ChangeLog NEWS README TODO )
 }
+
+src_prepare() {
+	# http://bugzilla.xfce.org/show_bug.cgi?id=10032
+	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die
+	xfconf_src_prepare
+}



1.10                 xfce-extra/thunar-shares-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	28 Nov 2012 12:22:42 -0000	1.9
+++ ChangeLog	25 Apr 2013 09:05:34 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/thunar-shares-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.9 2012/11/28 12:22:42 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.10 2013/04/25 09:05:34 ssuominen Exp $
+
+  25 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-shares-plugin-0.2.0_p20101105.ebuild:
+  Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13
+  compability.
 
   28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
   thunar-shares-plugin-0.2.0_p20101105.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog
@ 2013-10-20 14:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-10-20 14:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/10/20 14:09:33

  Modified:             thunar-shares-plugin-0.2.0_p20101105.ebuild
                        ChangeLog
  Log:
  Keyword ~arm wrt #488722 by Michael Kurinnoy
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.9                  xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?r1=1.8&r2=1.9

Index: thunar-shares-plugin-0.2.0_p20101105.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- thunar-shares-plugin-0.2.0_p20101105.ebuild	25 Apr 2013 09:05:34 -0000	1.8
+++ thunar-shares-plugin-0.2.0_p20101105.ebuild	20 Oct 2013 14:09:33 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.8 2013/04/25 09:05:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.9 2013/10/20 14:09:33 ssuominen Exp $
 
 EAPI=5
 EAUTORECONF=yes
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.18



1.11                 xfce-extra/thunar-shares-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 Apr 2013 09:05:34 -0000	1.10
+++ ChangeLog	20 Oct 2013 14:09:33 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-shares-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.10 2013/04/25 09:05:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.11 2013/10/20 14:09:33 ssuominen Exp $
+
+  20 Oct 2013; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-shares-plugin-0.2.0_p20101105.ebuild:
+  Keyword ~arm wrt #488722 by Michael Kurinnoy
 
   25 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
   thunar-shares-plugin-0.2.0_p20101105.ebuild:
@@ -59,4 +63,3 @@
   01 Dec 2008; Christoph Mende <angelos@gentoo.org>
   +thunar-shares-0.16.ebuild:
   Initial import, bug 248265
-





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

end of thread, other threads:[~2013-10-20 14:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-05 13:49 [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-20 14:09 Samuli Suominen (ssuominen)
2013-04-25  9:05 Samuli Suominen (ssuominen)
2012-11-28 12:22 Samuli Suominen (ssuominen)
2012-05-04  7:40 Samuli Suominen (ssuominen)
2010-11-05 15:08 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