public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-embed-plugin: xfce4-embed-plugin-1.4.0.ebuild ChangeLog
@ 2013-06-01 14:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-06-01 14:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/06/01 14:11:36

  Modified:             ChangeLog
  Added:                xfce4-embed-plugin-1.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.15                 xfce-extra/xfce4-embed-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	5 May 2013 17:07:23 -0000	1.14
+++ ChangeLog	1 Jun 2013 14:11:35 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-embed-plugin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.14 2013/05/05 17:07:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.15 2013/06/01 14:11:35 ssuominen Exp $
+
+*xfce4-embed-plugin-1.4.0 (01 Jun 2013)
+
+  01 Jun 2013; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-embed-plugin-1.4.0.ebuild:
+  Version bump.
 
   05 May 2013; Samuli Suominen <ssuominen@gentoo.org>
   -xfce4-embed-plugin-1.0.0.ebuild:



1.1                  xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-embed-plugin-1.4.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild,v 1.1 2013/06/01 14:11:35 ssuominen Exp $

EAPI=5
inherit xfconf

DESCRIPTION="A plug-in for embedding arbitrary application windows into the Xfce panel"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

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

RDEPEND=">=x11-libs/gtk+-2.20:2
	x11-libs/libX11
	>=xfce-base/libxfce4ui-4.10
	>=xfce-base/libxfce4util-4.10
	>=xfce-base/xfce4-panel-4.10"
DEPEND="${RDEPEND}
	dev-util/intltool
	sys-devel/gettext
	virtual/pkgconfig"

pkg_setup() {
	XFCONF=(
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS README THANKS )
}





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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-embed-plugin: xfce4-embed-plugin-1.4.0.ebuild ChangeLog
@ 2014-01-19 19:02 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-19 19:02 UTC (permalink / raw
  To: gentoo-commits

pacho       14/01/19 19:02:11

  Modified:             xfce4-embed-plugin-1.4.0.ebuild ChangeLog
  Log:
  amd64 stable, bug 496018
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild

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

Index: xfce4-embed-plugin-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-embed-plugin-1.4.0.ebuild	1 Jun 2013 14:11:35 -0000	1.1
+++ xfce4-embed-plugin-1.4.0.ebuild	19 Jan 2014 19:02:11 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild,v 1.1 2013/06/01 14:11:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild,v 1.2 2014/01/19 19:02:11 pacho Exp $
 
 EAPI=5
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2



1.16                 xfce-extra/xfce4-embed-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 Jun 2013 14:11:35 -0000	1.15
+++ ChangeLog	19 Jan 2014 19:02:11 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-embed-plugin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.15 2013/06/01 14:11:35 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.16 2014/01/19 19:02:11 pacho Exp $
+
+  19 Jan 2014; Pacho Ramos <pacho@gentoo.org> xfce4-embed-plugin-1.4.0.ebuild:
+  amd64 stable, bug 496018
 
 *xfce4-embed-plugin-1.4.0 (01 Jun 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-embed-plugin: xfce4-embed-plugin-1.4.0.ebuild ChangeLog
@ 2014-01-28 14:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:17 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/28 14:17:41

  Modified:             xfce4-embed-plugin-1.4.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #496018
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild

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

Index: xfce4-embed-plugin-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-embed-plugin-1.4.0.ebuild	19 Jan 2014 19:02:11 -0000	1.2
+++ xfce4-embed-plugin-1.4.0.ebuild	28 Jan 2014 14:17:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild,v 1.2 2014/01/19 19:02:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.4.0.ebuild,v 1.3 2014/01/28 14:17:41 ago Exp $
 
 EAPI=5
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2



1.17                 xfce-extra/xfce4-embed-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Jan 2014 19:02:11 -0000	1.16
+++ ChangeLog	28 Jan 2014 14:17:41 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-embed-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.16 2014/01/19 19:02:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.17 2014/01/28 14:17:41 ago Exp $
+
+  28 Jan 2014; Agostino Sarubbo <ago@gentoo.org>
+  xfce4-embed-plugin-1.4.0.ebuild:
+  Stable for x86, wrt bug #496018
 
   19 Jan 2014; Pacho Ramos <pacho@gentoo.org> xfce4-embed-plugin-1.4.0.ebuild:
   amd64 stable, bug 496018





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

end of thread, other threads:[~2014-01-28 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 19:02 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-embed-plugin: xfce4-embed-plugin-1.4.0.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-28 14:17 Agostino Sarubbo (ago)
2013-06-01 14:11 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