public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild ChangeLog
Date: Thu, 25 Apr 2013 09:05:34 +0000 (UTC)	[thread overview]
Message-ID: <20130425090534.6C1F72171D@flycatcher.gentoo.org> (raw)

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:





             reply	other threads:[~2013-04-25  9:05 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130425090534.6C1F72171D@flycatcher.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox