public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-02-18 21:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-18 21:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/18 21:42:57

  Modified:             ChangeLog
  Added:                xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  Missing X-XFCE-Module-Path entry in quicklauncher.desktop wrt #301524.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Oct 2009 17:41:06 -0000	1.2
+++ ChangeLog	18 Feb 2010 21:42:57 -0000	1.3
@@ -1,6 +1,13 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.2 2009/10/08 17:41:06 darkside Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.3 2010/02/18 21:42:57 ssuominen Exp $
+
+*xfce4-quicklauncher-plugin-1.9.4-r1 (18 Feb 2010)
+
+  18 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,
+  +files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch:
+  Missing X-XFCE-Module-Path entry in quicklauncher.desktop wrt #301524.
 
   08 Oct 2009; Jeremy Olexa <darkside@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4.ebuild:



1.1                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.1 2010/02/18 21:42:57 ssuominen Exp $

EAUTORECONF=yes
EINTLTOOLIZE=yes
EAPI=2
inherit xfconf

DESCRIPTION="Xfce4 panel quicklauncher plugin"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.9/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="debug"

RDEPEND=">=xfce-base/xfce4-panel-4.3.20
	>=xfce-base/libxfcegui4-4.3.20"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool"

pkg_setup() {
	DOCS="AUTHORS ChangeLog TODO"
	XFCONF="--disable-dependency-tracking
		$(use_enable debug)"
	PATCHES=( "${FILESDIR}/${P}-X-XFCE-Module-Path.patch" )
}

src_prepare() {
	sed -i \
		-e "/^AC_INIT/s/quicklauncher_version()/quicklauncher_version/" \
		configure.ac || die
	xfconf_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-06-29  7:21 Christoph Mende (angelos)
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-29  7:21 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/29 07:21:24

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  Stable on amd64 wrt bug #323729
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	18 Feb 2010 21:42:57 -0000	1.3
+++ ChangeLog	29 Jun 2010 07:21:23 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.3 2010/02/18 21:42:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.4 2010/06/29 07:21:23 angelos Exp $
+
+  29 Jun 2010; Christoph Mende <angelos@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  Stable on amd64 wrt bug #323729
 
 *xfce4-quicklauncher-plugin-1.9.4-r1 (18 Feb 2010)
 



1.2                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.1&r2=1.2

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	18 Feb 2010 21:42:57 -0000	1.1
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	29 Jun 2010 07:21:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.1 2010/02/18 21:42:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.2 2010/06/29 07:21:23 angelos Exp $
 
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.3.20






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-06-30 16:14 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-30 16:14 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/30 16:14:48

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  x86 stable, bug 323729
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.5                  xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	29 Jun 2010 07:21:23 -0000	1.4
+++ ChangeLog	30 Jun 2010 16:14:48 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.4 2010/06/29 07:21:23 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.5 2010/06/30 16:14:48 fauli Exp $
+
+  30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  x86 stable, bug 323729
 
   29 Jun 2010; Christoph Mende <angelos@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.3                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.2&r2=1.3

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	29 Jun 2010 07:21:23 -0000	1.2
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	30 Jun 2010 16:14:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.2 2010/06/29 07:21:23 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.3 2010/06/30 16:14:48 fauli Exp $
 
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.3.20






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-07-09 16:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-09 16:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/09 16:58:56

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  ppc64 stable wrt #323729
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 Jun 2010 16:14:48 -0000	1.5
+++ ChangeLog	9 Jul 2010 16:58:56 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.5 2010/06/30 16:14:48 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.6 2010/07/09 16:58:56 ssuominen Exp $
+
+  09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  ppc64 stable wrt #323729
 
   30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.4                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.3&r2=1.4

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	30 Jun 2010 16:14:48 -0000	1.3
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	9 Jul 2010 16:58:56 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.3 2010/06/30 16:14:48 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.4 2010/07/09 16:58:56 ssuominen Exp $
 
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.3.20






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-07-23  7:57 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2010-07-23  7:57 UTC (permalink / raw
  To: gentoo-commits

maekke      10/07/23 07:57:35

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  arm stable, bug #323729
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.7                  xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	9 Jul 2010 16:58:56 -0000	1.6
+++ ChangeLog	23 Jul 2010 07:57:35 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.6 2010/07/09 16:58:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.7 2010/07/23 07:57:35 maekke Exp $
+
+  23 Jul 2010; Markus Meier <maekke@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  arm stable, bug #323729
 
   09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.5                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

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

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	9 Jul 2010 16:58:56 -0000	1.4
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	23 Jul 2010 07:57:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.4 2010/07/09 16:58:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.5 2010/07/23 07:57:35 maekke Exp $
 
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.3.20






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-08-10 15:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-10 15:59 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/10 15:59:37

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  Stable for HPPA (bug #323729).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.8                  xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	23 Jul 2010 07:57:35 -0000	1.7
+++ ChangeLog	10 Aug 2010 15:59:37 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.7 2010/07/23 07:57:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.8 2010/08/10 15:59:37 jer Exp $
+
+  10 Aug 2010; Jeroen Roovers <jer@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  Stable for HPPA (bug #323729).
 
   23 Jul 2010; Markus Meier <maekke@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.6                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

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

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	23 Jul 2010 07:57:35 -0000	1.5
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	10 Aug 2010 15:59:37 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.5 2010/07/23 07:57:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.6 2010/08/10 15:59:37 jer Exp $
 
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.3.20






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-08-11 20:50 Joseph Jezak (josejx)
  0 siblings, 0 replies; 12+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-11 20:50 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/11 20:50:10

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  Marked ppc stable for bug #323729.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Aug 2010 15:59:37 -0000	1.8
+++ ChangeLog	11 Aug 2010 20:50:10 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.8 2010/08/10 15:59:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.9 2010/08/11 20:50:10 josejx Exp $
+
+  11 Aug 2010; Joseph Jezak <josejx@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  Marked ppc stable for bug #323729.
 
   10 Aug 2010; Jeroen Roovers <jer@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.7                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

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

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	10 Aug 2010 15:59:37 -0000	1.6
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	11 Aug 2010 20:50:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.6 2010/08/10 15:59:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.7 2010/08/11 20:50:10 josejx Exp $
 
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.3.20






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2010-08-29 18:06 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-29 18:06 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/29 18:06:30

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #323729
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.10                 xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 Aug 2010 20:50:10 -0000	1.9
+++ ChangeLog	29 Aug 2010 18:06:30 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.9 2010/08/11 20:50:10 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.10 2010/08/29 18:06:30 armin76 Exp $
+
+  29 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  alpha/ia64/sparc stable wrt #323729
 
   11 Aug 2010; Joseph Jezak <josejx@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.8                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

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

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	11 Aug 2010 20:50:10 -0000	1.7
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	29 Aug 2010 18:06:30 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.7 2010/08/11 20:50:10 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.8 2010/08/29 18:06:30 armin76 Exp $
 
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.3.20






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2012-05-05  7:20 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05  7:20 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/05 07:20:03

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	29 Aug 2010 18:06:30 -0000	1.10
+++ ChangeLog	5 May 2012 07:20:03 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.10 2010/08/29 18:06:30 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.11 2012/05/05 07:20:03 mgorny Exp $
+
+  05 May 2012; Michał Górny <mgorny@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   29 Aug 2010; Raúl Porcel <armin76@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.11                 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

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

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	19 May 2011 20:29:18 -0000	1.10
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	5 May 2012 07:20:03 -0000	1.11
@@ -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/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.10 2011/05/19 20:29:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.11 2012/05/05 07:20:03 mgorny Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -19,7 +19,7 @@
 RDEPEND=">=xfce-base/xfce4-panel-4.8
 	>=xfce-base/libxfcegui4-4.8"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	dev-util/intltool"
 
 pkg_setup() {






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2012-05-22 10:52 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-22 10:52 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/22 10:52:14

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  Remove call to intltoolize within xfconf.eclass because autotools.eclass has the support now.
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 May 2012 07:20:03 -0000	1.11
+++ ChangeLog	22 May 2012 10:52:14 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.11 2012/05/05 07:20:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.12 2012/05/22 10:52:14 ssuominen Exp $
+
+  22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  Remove call to intltoolize within xfconf.eclass because autotools.eclass has
+  the support now.
 
   05 May 2012; Michał Górny <mgorny@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.12                 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.11&r2=1.12

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	5 May 2012 07:20:03 -0000	1.11
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	22 May 2012 10:52:14 -0000	1.12
@@ -1,15 +1,14 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.11 2012/05/05 07:20:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.12 2012/05/22 10:52:14 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
-EINTLTOOLIZE=yes
 inherit xfconf
 
 DESCRIPTION="A quicklauncher plug-in for the Xfce panel"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.9/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -19,12 +18,16 @@
 RDEPEND=">=xfce-base/xfce4-panel-4.8
 	>=xfce-base/libxfcegui4-4.8"
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/intltool"
+	dev-util/intltool
+	virtual/pkgconfig"
 
 pkg_setup() {
 	PATCHES=( "${FILESDIR}"/${P}-X-XFCE-Module-Path.patch )
-	XFCONF=( $(use_enable debug) )
+
+	XFCONF=(
+		$(use_enable debug)
+		)
+
 	DOCS=( AUTHORS ChangeLog TODO )
 }
 
@@ -32,5 +35,6 @@
 	sed -i \
 		-e "/^AC_INIT/s/quicklauncher_version()/quicklauncher_version/" \
 		configure.ac || die
+
 	xfconf_src_prepare
 }






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2012-07-02 17:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-07-02 17:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/07/02 17:42:17

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  Stop using eautoreconf to avoid glib-gettextize and call intltoolize, _elibtoolize, eaclocal, eautoconf, eautoheader and eautomake by hand wrt #424531
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	22 May 2012 10:52:14 -0000	1.12
+++ ChangeLog	2 Jul 2012 17:42:17 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.12 2012/05/22 10:52:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.13 2012/07/02 17:42:17 ssuominen Exp $
+
+  02 Jul 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  Stop using eautoreconf to avoid glib-gettextize and call intltoolize,
+  _elibtoolize, eaclocal, eautoconf, eautoheader and eautomake by hand wrt
+  #424531
 
   22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.13                 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.12&r2=1.13

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	22 May 2012 10:52:14 -0000	1.12
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	2 Jul 2012 17:42:17 -0000	1.13
@@ -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/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.12 2012/05/22 10:52:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.13 2012/07/02 17:42:17 ssuominen Exp $
 
 EAPI=4
-EAUTORECONF=yes
-inherit xfconf
+#EAUTORECONF=yes
+inherit autotools xfconf
 
 DESCRIPTION="A quicklauncher plug-in for the Xfce panel"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin"
@@ -19,6 +19,7 @@
 	>=xfce-base/libxfcegui4-4.8"
 DEPEND="${RDEPEND}
 	dev-util/intltool
+	>=dev-util/xfce4-dev-tools-4.8
 	virtual/pkgconfig"
 
 pkg_setup() {
@@ -36,5 +37,14 @@
 		-e "/^AC_INIT/s/quicklauncher_version()/quicklauncher_version/" \
 		configure.ac || die
 
+	# Prevent glib-gettextize from running wrt #423115
+	intltoolize --automake --copy --force
+	_elibtoolize --copy --force --install
+	AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros
+	eaclocal
+	eautoconf
+	eautoheader
+	eautomake
+
 	xfconf_src_prepare
 }






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

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

ssuominen    12/11/28 12:22:24

  Modified:             ChangeLog
                        xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  EAPI5
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.14                 xfce-extra/xfce4-quicklauncher-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Jul 2012 17:42:17 -0000	1.13
+++ ChangeLog	28 Nov 2012 12:22:24 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.13 2012/07/02 17:42:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.14 2012/11/28 12:22:24 ssuominen Exp $
+
+  28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:
+  EAPI5
 
   02 Jul 2012; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-quicklauncher-plugin-1.9.4-r1.ebuild:



1.16                 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.15&r2=1.16

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	2 Jul 2012 18:31:51 -0000	1.15
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	28 Nov 2012 12:22:24 -0000	1.16
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.15 2012/07/02 18:31:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.16 2012/11/28 12:22:24 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 #EAUTORECONF=yes
 inherit autotools xfconf
 





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

end of thread, other threads:[~2012-11-28 12:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-10 15:59 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-28 12:22 Samuli Suominen (ssuominen)
2012-07-02 17:42 Samuli Suominen (ssuominen)
2012-05-22 10:52 Samuli Suominen (ssuominen)
2012-05-05  7:20 Michal Gorny (mgorny)
2010-08-29 18:06 Raul Porcel (armin76)
2010-08-11 20:50 Joseph Jezak (josejx)
2010-07-23  7:57 Markus Meier (maekke)
2010-07-09 16:58 Samuli Suominen (ssuominen)
2010-06-30 16:14 Christian Faulhammer (fauli)
2010-06-29  7:21 Christoph Mende (angelos)
2010-02-18 21:42 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