[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:26

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Fix building with eg. LINGUAS="es" because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  1.3
+++ xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -15,17 +15,19 @@
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/libxfcegui4-4.8
-   >=xfce-base/xfce4-panel-4.8
+   >=xfce-base/libxfce4util-4.10
+   >=xfce-base/libxfcegui4-4.10
+   >=xfce-base/xfce4-panel-4.10
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
 DEPEND="${RDEPEND}
dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/pkgconfig"
 
 pkg_setup() {
+   PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
+
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)



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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2014 14:00:55 -  1.16
+++ ChangeLog   21 Jun 2014 10:20:26 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.16 2014/04/22 14:00:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen 
+  +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Fix building with eg. LINGUAS="es" because the release tarball doesn't have
+  po/es.po file wrt #508486 by Dominique Michel
 
   22 Apr 2014; Samuli Suominen 
   -xfce4-wmdock-plugin-0.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-03-15 Thread Samuli Suominen (ssuominen)
ssuominen14/03/15 12:51:17

  Modified: ChangeLog
  Added:xfce4-wmdock-plugin-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.13 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Nov 2012 12:44:47 -  1.12
+++ ChangeLog   15 Mar 2014 12:51:17 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.12 2012/11/28 12:44:47 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+
+*xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
+
+  15 Mar 2014; Samuli Suominen 
+  +xfce4-wmdock-plugin-0.6.0.ebuild:
+  Version bump.
 
   28 Nov 2012; Samuli Suominen 
   xfce4-wmdock-plugin-0.3.4.ebuild:
@@ -57,4 +63,3 @@
   23 Aug 2009; Samuli Suominen 
   +xfce4-wmdock-plugin-0.3.0.ebuild, +xfce4-wmdock-plugin-0.3.2.ebuild:
   Rename xfce4-wmdock to xfce4-wmdock-plugin.
-



1.1  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

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

RDEPEND="x11-libs/gtk+:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"

pkg_setup() {
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README TODO )
}

src_prepare() {
echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip
xfconf_src_prepare
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:32:07

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-wmdock-plugin-0.6.0.ebuild15 Mar 2014 12:51:17 -  1.1
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.14 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 Mar 2014 12:51:17 -  1.13
+++ ChangeLog   20 Apr 2014 08:32:07 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for amd64, wrt bug #507432
 
 *xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:50:30

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.15 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Apr 2014 08:32:07 -  1.14
+++ ChangeLog   20 Apr 2014 08:50:30 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.15 2014/04/20 08:50:30 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for x86, wrt bug #507432
 
   20 Apr 2014; Agostino Sarubbo 
   xfce4-wmdock-plugin-0.6.0.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-08-11 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/10 19:54:11

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
+++ xfce4-wmdock-plugin-0.6.0.ebuild10 Aug 2014 19:54:11 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.5 2014/08/10 19:54:11 slyfox Exp $
 
 EAPI=5
 inherit multilib xfconf
 
-DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
+DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 



1.18 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jun 2014 10:20:26 -  1.17
+++ ChangeLog   10 Aug 2014 19:54:11 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.18 2014/08/10 19:54:11 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   21 Jun 2014; Samuli Suominen 
   +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:32:07

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-wmdock-plugin-0.6.0.ebuild15 Mar 2014 12:51:17 -  1.1
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.14 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 Mar 2014 12:51:17 -  1.13
+++ ChangeLog   20 Apr 2014 08:32:07 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for amd64, wrt bug #507432
 
 *xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:50:30

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.15 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Apr 2014 08:32:07 -  1.14
+++ ChangeLog   20 Apr 2014 08:50:30 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.15 2014/04/20 08:50:30 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for x86, wrt bug #507432
 
   20 Apr 2014; Agostino Sarubbo 
   xfce4-wmdock-plugin-0.6.0.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-03-15 Thread Samuli Suominen (ssuominen)
ssuominen14/03/15 12:51:17

  Modified: ChangeLog
  Added:xfce4-wmdock-plugin-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.13 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Nov 2012 12:44:47 -  1.12
+++ ChangeLog   15 Mar 2014 12:51:17 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.12 2012/11/28 12:44:47 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+
+*xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
+
+  15 Mar 2014; Samuli Suominen 
+  +xfce4-wmdock-plugin-0.6.0.ebuild:
+  Version bump.
 
   28 Nov 2012; Samuli Suominen 
   xfce4-wmdock-plugin-0.3.4.ebuild:
@@ -57,4 +63,3 @@
   23 Aug 2009; Samuli Suominen 
   +xfce4-wmdock-plugin-0.3.0.ebuild, +xfce4-wmdock-plugin-0.3.2.ebuild:
   Rename xfce4-wmdock to xfce4-wmdock-plugin.
-



1.1  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

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

RDEPEND="x11-libs/gtk+:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"

pkg_setup() {
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README TODO )
}

src_prepare() {
echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip
xfconf_src_prepare
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:26

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Fix building with eg. LINGUAS="es" because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  1.3
+++ xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -15,17 +15,19 @@
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/libxfcegui4-4.8
-   >=xfce-base/xfce4-panel-4.8
+   >=xfce-base/libxfce4util-4.10
+   >=xfce-base/libxfcegui4-4.10
+   >=xfce-base/xfce4-panel-4.10
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
 DEPEND="${RDEPEND}
dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/pkgconfig"
 
 pkg_setup() {
+   PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
+
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)



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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2014 14:00:55 -  1.16
+++ ChangeLog   21 Jun 2014 10:20:26 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.16 2014/04/22 14:00:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen 
+  +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Fix building with eg. LINGUAS="es" because the release tarball doesn't have
+  po/es.po file wrt #508486 by Dominique Michel
 
   22 Apr 2014; Samuli Suominen 
   -xfce4-wmdock-plugin-0.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-08-11 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/10 19:54:11

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
+++ xfce4-wmdock-plugin-0.6.0.ebuild10 Aug 2014 19:54:11 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.5 2014/08/10 19:54:11 slyfox Exp $
 
 EAPI=5
 inherit multilib xfconf
 
-DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
+DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 



1.18 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jun 2014 10:20:26 -  1.17
+++ ChangeLog   10 Aug 2014 19:54:11 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.18 2014/08/10 19:54:11 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   21 Jun 2014; Samuli Suominen 
   +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:26

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Fix building with eg. LINGUAS="es" because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  1.3
+++ xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -15,17 +15,19 @@
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/libxfcegui4-4.8
-   >=xfce-base/xfce4-panel-4.8
+   >=xfce-base/libxfce4util-4.10
+   >=xfce-base/libxfcegui4-4.10
+   >=xfce-base/xfce4-panel-4.10
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
 DEPEND="${RDEPEND}
dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/pkgconfig"
 
 pkg_setup() {
+   PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
+
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)



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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2014 14:00:55 -  1.16
+++ ChangeLog   21 Jun 2014 10:20:26 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.16 2014/04/22 14:00:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen 
+  +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Fix building with eg. LINGUAS="es" because the release tarball doesn't have
+  po/es.po file wrt #508486 by Dominique Michel
 
   22 Apr 2014; Samuli Suominen 
   -xfce4-wmdock-plugin-0.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-03-15 Thread Samuli Suominen (ssuominen)
ssuominen14/03/15 12:51:17

  Modified: ChangeLog
  Added:xfce4-wmdock-plugin-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.13 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Nov 2012 12:44:47 -  1.12
+++ ChangeLog   15 Mar 2014 12:51:17 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.12 2012/11/28 12:44:47 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+
+*xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
+
+  15 Mar 2014; Samuli Suominen 
+  +xfce4-wmdock-plugin-0.6.0.ebuild:
+  Version bump.
 
   28 Nov 2012; Samuli Suominen 
   xfce4-wmdock-plugin-0.3.4.ebuild:
@@ -57,4 +63,3 @@
   23 Aug 2009; Samuli Suominen 
   +xfce4-wmdock-plugin-0.3.0.ebuild, +xfce4-wmdock-plugin-0.3.2.ebuild:
   Rename xfce4-wmdock to xfce4-wmdock-plugin.
-



1.1  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

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

RDEPEND="x11-libs/gtk+:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"

pkg_setup() {
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README TODO )
}

src_prepare() {
echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip
xfconf_src_prepare
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:32:07

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-wmdock-plugin-0.6.0.ebuild15 Mar 2014 12:51:17 -  1.1
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.14 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 Mar 2014 12:51:17 -  1.13
+++ ChangeLog   20 Apr 2014 08:32:07 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for amd64, wrt bug #507432
 
 *xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:50:30

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.15 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Apr 2014 08:32:07 -  1.14
+++ ChangeLog   20 Apr 2014 08:50:30 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.15 2014/04/20 08:50:30 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for x86, wrt bug #507432
 
   20 Apr 2014; Agostino Sarubbo 
   xfce4-wmdock-plugin-0.6.0.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-08-11 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/10 19:54:11

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
+++ xfce4-wmdock-plugin-0.6.0.ebuild10 Aug 2014 19:54:11 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.5 2014/08/10 19:54:11 slyfox Exp $
 
 EAPI=5
 inherit multilib xfconf
 
-DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
+DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 



1.18 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jun 2014 10:20:26 -  1.17
+++ ChangeLog   10 Aug 2014 19:54:11 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.18 2014/08/10 19:54:11 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   21 Jun 2014; Samuli Suominen 
   +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-03-15 Thread Samuli Suominen (ssuominen)
ssuominen14/03/15 12:51:17

  Modified: ChangeLog
  Added:xfce4-wmdock-plugin-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.13 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Nov 2012 12:44:47 -  1.12
+++ ChangeLog   15 Mar 2014 12:51:17 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.12 2012/11/28 12:44:47 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+
+*xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
+
+  15 Mar 2014; Samuli Suominen 
+  +xfce4-wmdock-plugin-0.6.0.ebuild:
+  Version bump.
 
   28 Nov 2012; Samuli Suominen 
   xfce4-wmdock-plugin-0.3.4.ebuild:
@@ -57,4 +63,3 @@
   23 Aug 2009; Samuli Suominen 
   +xfce4-wmdock-plugin-0.3.0.ebuild, +xfce4-wmdock-plugin-0.3.2.ebuild:
   Rename xfce4-wmdock to xfce4-wmdock-plugin.
-



1.1  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

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

RDEPEND="x11-libs/gtk+:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"

pkg_setup() {
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README TODO )
}

src_prepare() {
echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip
xfconf_src_prepare
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-03-15 Thread Samuli Suominen (ssuominen)
ssuominen14/03/15 12:51:17

  Modified: ChangeLog
  Added:xfce4-wmdock-plugin-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.13 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Nov 2012 12:44:47 -  1.12
+++ ChangeLog   15 Mar 2014 12:51:17 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.12 2012/11/28 12:44:47 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+
+*xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
+
+  15 Mar 2014; Samuli Suominen 
+  +xfce4-wmdock-plugin-0.6.0.ebuild:
+  Version bump.
 
   28 Nov 2012; Samuli Suominen 
   xfce4-wmdock-plugin-0.3.4.ebuild:
@@ -57,4 +63,3 @@
   23 Aug 2009; Samuli Suominen 
   +xfce4-wmdock-plugin-0.3.0.ebuild, +xfce4-wmdock-plugin-0.3.2.ebuild:
   Rename xfce4-wmdock to xfce4-wmdock-plugin.
-



1.1  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

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

RDEPEND="x11-libs/gtk+:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"

pkg_setup() {
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README TODO )
}

src_prepare() {
echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip
xfconf_src_prepare
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:26

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Fix building with eg. LINGUAS="es" because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  1.3
+++ xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -15,17 +15,19 @@
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/libxfcegui4-4.8
-   >=xfce-base/xfce4-panel-4.8
+   >=xfce-base/libxfce4util-4.10
+   >=xfce-base/libxfcegui4-4.10
+   >=xfce-base/xfce4-panel-4.10
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
 DEPEND="${RDEPEND}
dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/pkgconfig"
 
 pkg_setup() {
+   PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
+
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)



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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2014 14:00:55 -  1.16
+++ ChangeLog   21 Jun 2014 10:20:26 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.16 2014/04/22 14:00:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen 
+  +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Fix building with eg. LINGUAS="es" because the release tarball doesn't have
+  po/es.po file wrt #508486 by Dominique Michel
 
   22 Apr 2014; Samuli Suominen 
   -xfce4-wmdock-plugin-0.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:32:07

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-wmdock-plugin-0.6.0.ebuild15 Mar 2014 12:51:17 -  1.1
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.14 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 Mar 2014 12:51:17 -  1.13
+++ ChangeLog   20 Apr 2014 08:32:07 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for amd64, wrt bug #507432
 
 *xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:50:30

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.15 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Apr 2014 08:32:07 -  1.14
+++ ChangeLog   20 Apr 2014 08:50:30 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.15 2014/04/20 08:50:30 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for x86, wrt bug #507432
 
   20 Apr 2014; Agostino Sarubbo 
   xfce4-wmdock-plugin-0.6.0.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-08-11 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/10 19:54:11

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
+++ xfce4-wmdock-plugin-0.6.0.ebuild10 Aug 2014 19:54:11 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.5 2014/08/10 19:54:11 slyfox Exp $
 
 EAPI=5
 inherit multilib xfconf
 
-DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
+DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 



1.18 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jun 2014 10:20:26 -  1.17
+++ ChangeLog   10 Aug 2014 19:54:11 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.18 2014/08/10 19:54:11 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   21 Jun 2014; Samuli Suominen 
   +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:26

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Fix building with eg. LINGUAS="es" because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  1.3
+++ xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -15,17 +15,19 @@
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/libxfcegui4-4.8
-   >=xfce-base/xfce4-panel-4.8
+   >=xfce-base/libxfce4util-4.10
+   >=xfce-base/libxfcegui4-4.10
+   >=xfce-base/xfce4-panel-4.10
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
 DEPEND="${RDEPEND}
dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/pkgconfig"
 
 pkg_setup() {
+   PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
+
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)



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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2014 14:00:55 -  1.16
+++ ChangeLog   21 Jun 2014 10:20:26 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.16 2014/04/22 14:00:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen 
+  +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Fix building with eg. LINGUAS="es" because the release tarball doesn't have
+  po/es.po file wrt #508486 by Dominique Michel
 
   22 Apr 2014; Samuli Suominen 
   -xfce4-wmdock-plugin-0.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-03-15 Thread Samuli Suominen (ssuominen)
ssuominen14/03/15 12:51:17

  Modified: ChangeLog
  Added:xfce4-wmdock-plugin-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.13 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Nov 2012 12:44:47 -  1.12
+++ ChangeLog   15 Mar 2014 12:51:17 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.12 2012/11/28 12:44:47 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+
+*xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
+
+  15 Mar 2014; Samuli Suominen 
+  +xfce4-wmdock-plugin-0.6.0.ebuild:
+  Version bump.
 
   28 Nov 2012; Samuli Suominen 
   xfce4-wmdock-plugin-0.3.4.ebuild:
@@ -57,4 +63,3 @@
   23 Aug 2009; Samuli Suominen 
   +xfce4-wmdock-plugin-0.3.0.ebuild, +xfce4-wmdock-plugin-0.3.2.ebuild:
   Rename xfce4-wmdock to xfce4-wmdock-plugin.
-



1.1  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"

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

RDEPEND="x11-libs/gtk+:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"

pkg_setup() {
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)
)

DOCS=( AUTHORS ChangeLog README TODO )
}

src_prepare() {
echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip
xfconf_src_prepare
}






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:32:07

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-wmdock-plugin-0.6.0.ebuild15 Mar 2014 12:51:17 -  1.1
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.14 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 Mar 2014 12:51:17 -  1.13
+++ ChangeLog   20 Apr 2014 08:32:07 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for amd64, wrt bug #507432
 
 *xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:50:30

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.15 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Apr 2014 08:32:07 -  1.14
+++ ChangeLog   20 Apr 2014 08:50:30 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.15 2014/04/20 08:50:30 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for x86, wrt bug #507432
 
   20 Apr 2014; Agostino Sarubbo 
   xfce4-wmdock-plugin-0.6.0.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-08-11 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/10 19:54:11

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
+++ xfce4-wmdock-plugin-0.6.0.ebuild10 Aug 2014 19:54:11 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.5 2014/08/10 19:54:11 slyfox Exp $
 
 EAPI=5
 inherit multilib xfconf
 
-DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
+DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 



1.18 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jun 2014 10:20:26 -  1.17
+++ ChangeLog   10 Aug 2014 19:54:11 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.18 2014/08/10 19:54:11 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   21 Jun 2014; Samuli Suominen 
   +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-06-21 Thread Samuli Suominen (ssuominen)
ssuominen14/06/21 10:20:26

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Fix building with eg. LINGUAS="es" because the release tarball doesn't have 
po/es.po file wrt #508486 by Dominique Michel
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.4  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  1.3
+++ xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -15,17 +15,19 @@
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/libxfcegui4-4.8
-   >=xfce-base/xfce4-panel-4.8
+   >=xfce-base/libxfce4util-4.10
+   >=xfce-base/libxfcegui4-4.10
+   >=xfce-base/xfce4-panel-4.10
>=x11-libs/libwnck-2.8.1:1
x11-libs/libX11"
 DEPEND="${RDEPEND}
dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/pkgconfig"
 
 pkg_setup() {
+   PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
+
XFCONF=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(xfconf_use_debug)



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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   22 Apr 2014 14:00:55 -  1.16
+++ ChangeLog   21 Jun 2014 10:20:26 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.16 2014/04/22 14:00:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+
+  21 Jun 2014; Samuli Suominen 
+  +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Fix building with eg. LINGUAS="es" because the release tarball doesn't have
+  po/es.po file wrt #508486 by Dominique Michel
 
   22 Apr 2014; Samuli Suominen 
   -xfce4-wmdock-plugin-0.3.4.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:32:07

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-wmdock-plugin-0.6.0.ebuild15 Mar 2014 12:51:17 -  1.1
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
@@ -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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.1 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.14 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 Mar 2014 12:51:17 -  1.13
+++ ChangeLog   20 Apr 2014 08:32:07 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.13 2014/03/15 12:51:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for amd64, wrt bug #507432
 
 *xfce4-wmdock-plugin-0.6.0 (15 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-04-20 Thread Agostino Sarubbo (ago)
ago 14/04/20 08:50:30

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #507432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:32:07 -  1.2
+++ xfce4-wmdock-plugin-0.6.0.ebuild20 Apr 2014 08:50:30 -  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-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.2 2014/04/20 08:32:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.3 2014/04/20 08:50:30 ago Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="debug"
 
 RDEPEND="x11-libs/gtk+:2



1.15 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Apr 2014 08:32:07 -  1.14
+++ ChangeLog   20 Apr 2014 08:50:30 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.14 2014/04/20 08:32:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.15 2014/04/20 08:50:30 ago Exp $
+
+  20 Apr 2014; Agostino Sarubbo 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  Stable for x86, wrt bug #507432
 
   20 Apr 2014; Agostino Sarubbo 
   xfce4-wmdock-plugin-0.6.0.ebuild:






[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-wmdock-plugin: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog

2014-08-11 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/10 19:54:11

  Modified: xfce4-wmdock-plugin-0.6.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  
xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild

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

Index: xfce4-wmdock-plugin-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-wmdock-plugin-0.6.0.ebuild21 Jun 2014 10:20:26 -  1.4
+++ xfce4-wmdock-plugin-0.6.0.ebuild10 Aug 2014 19:54:11 -  1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.4 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.6.0.ebuild,v
 1.5 2014/08/10 19:54:11 slyfox Exp $
 
 EAPI=5
 inherit multilib xfconf
 
-DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
+DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin";
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 



1.18 xfce-extra/xfce4-wmdock-plugin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jun 2014 10:20:26 -  1.17
+++ ChangeLog   10 Aug 2014 19:54:11 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-wmdock-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.17 2014/06/21 10:20:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 
1.18 2014/08/10 19:54:11 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich 
+  xfce4-wmdock-plugin-0.6.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   21 Jun 2014; Samuli Suominen 
   +files/xfce4-wmdock-plugin-0.6.0-LINGUAS.patch,