public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2011-05-19 21:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 21:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/19 21:26:46

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  Fix HTML documentation install path. EAPI4.
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

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

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-clipman-plugin-1.1.3.ebuild	28 Mar 2011 14:39:20 -0000	1.10
+++ xfce4-clipman-plugin-1.1.3.ebuild	19 May 2011 21:26:46 -0000	1.11
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.10 2011/03/28 14:39:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.11 2011/05/19 21:26:46 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 EAUTORECONF=yes
 inherit xfconf
 
-DESCRIPTION="a simple cliboard history manager for Xfce4 Panel"
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.1/${P}.tar.bz2"
 
@@ -19,11 +19,11 @@
 	dev-libs/libunique:1
 	>=gnome-base/libglade-2.6:2.0
 	>=x11-libs/gtk+-2.10:2
-	>=xfce-base/libxfce4util-4.4
-	>=xfce-base/libxfcegui4-4.4
-	>=xfce-base/xfce4-panel-4.4
-	>=xfce-base/xfconf-4.6
-	>=xfce-base/exo-0.3"
+	>=xfce-base/libxfce4util-4.8
+	>=xfce-base/libxfcegui4-4.8
+	>=xfce-base/xfce4-panel-4.8
+	>=xfce-base/xfconf-4.8
+	>=xfce-base/exo-0.6"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	dev-util/pkgconfig
@@ -31,11 +31,15 @@
 
 pkg_setup() {
 	PATCHES=( "${FILESDIR}"/${PN}-1.1.1-exo.patch )
+	XFCONF=( $(use_enable debug) )
+	DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}
 
-	XFCONF=(
-		--disable-dependency-tracking
-		$(use_enable debug)
-		)
+src_prepare() {
+	sed -i \
+		-e "/imagesdir/s:xfce4/doc:doc/${PF}/html:" \
+		-e "/TARGET_DIR/s:xfce4/doc:doc/${PF}/html:" \
+		docs/manual/*/{,images/}Makefile.am || die
 
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	xfconf_src_prepare
 }



1.29                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	28 Mar 2011 14:39:20 -0000	1.28
+++ ChangeLog	19 May 2011 21:26:46 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.28 2011/03/28 14:39:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.29 2011/05/19 21:26:46 ssuominen Exp $
+
+  19 May 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-clipman-plugin-1.1.3.ebuild:
+  Fix HTML documentation install path.
 
   28 Mar 2011; Christoph Mende <angelos@gentoo.org>
   xfce4-clipman-plugin-1.1.3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2011-03-28 14:39 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-28 14:39 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/28 14:39:20

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  Fixed libunique dep
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

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

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-clipman-plugin-1.1.3.ebuild	9 Feb 2011 21:18:44 -0000	1.9
+++ xfce4-clipman-plugin-1.1.3.ebuild	28 Mar 2011 14:39:20 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.9 2011/02/09 21:18:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.10 2011/03/28 14:39:20 angelos Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -16,7 +16,7 @@
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2
-	=dev-libs/libunique-1*
+	dev-libs/libunique:1
 	>=gnome-base/libglade-2.6:2.0
 	>=x11-libs/gtk+-2.10:2
 	>=xfce-base/libxfce4util-4.4



1.28                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	9 Feb 2011 21:18:44 -0000	1.27
+++ ChangeLog	28 Mar 2011 14:39:20 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.27 2011/02/09 21:18:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.28 2011/03/28 14:39:20 angelos Exp $
+
+  28 Mar 2011; Christoph Mende <angelos@gentoo.org>
+  xfce4-clipman-plugin-1.1.3.ebuild:
+  Fixed libunique dep
 
   09 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-clipman-plugin-1.1.3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2011-02-09 21:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-09 21:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/09 21:18:44

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  Pin dev-libs/libunique to 1.x.
  
  (Portage version: 2.2.0_alpha20/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

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

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-clipman-plugin-1.1.3.ebuild	4 Feb 2011 17:58:22 -0000	1.8
+++ xfce4-clipman-plugin-1.1.3.ebuild	9 Feb 2011 21:18:44 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.8 2011/02/04 17:58:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.9 2011/02/09 21:18:44 ssuominen Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -16,7 +16,7 @@
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2
-	>=dev-libs/libunique-1.0
+	=dev-libs/libunique-1*
 	>=gnome-base/libglade-2.6:2.0
 	>=x11-libs/gtk+-2.10:2
 	>=xfce-base/libxfce4util-4.4
@@ -26,14 +26,16 @@
 	>=xfce-base/exo-0.3"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	sys-devel/gettext
-	dev-util/pkgconfig"
+	dev-util/pkgconfig
+	sys-devel/gettext"
 
 pkg_setup() {
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	PATCHES=( "${FILESDIR}"/${PN}-1.1.1-exo.patch )
+
 	XFCONF=(
 		--disable-dependency-tracking
 		$(use_enable debug)
 		)
-	PATCHES=( "${FILESDIR}/${PN}-1.1.1-exo.patch" )
+
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
 }



1.27                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	14 Apr 2010 17:44:21 -0000	1.26
+++ ChangeLog	9 Feb 2011 21:18:44 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.26 2010/04/14 17:44:21 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.27 2011/02/09 21:18:44 ssuominen Exp $
+
+  09 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-clipman-plugin-1.1.3.ebuild:
+  Pin dev-libs/libunique to 1.x.
 
   14 Apr 2010; Jeroen Roovers <jer@gentoo.org>
   xfce4-clipman-plugin-1.1.3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2010-04-14 17:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-04-14 17:44 UTC (permalink / raw
  To: gentoo-commits

jer         10/04/14 17:44:22

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #305657).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.7                  xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?r1=1.6&r2=1.7

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-clipman-plugin-1.1.3.ebuild	11 Mar 2010 21:11:19 -0000	1.6
+++ xfce4-clipman-plugin-1.1.3.ebuild	14 Apr 2010 17:44:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.6 2010/03/11 21:11:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.7 2010/04/14 17:44:21 jer Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2



1.26                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	11 Mar 2010 21:11:19 -0000	1.25
+++ ChangeLog	14 Apr 2010 17:44:21 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.25 2010/03/11 21:11:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.26 2010/04/14 17:44:21 jer Exp $
+
+  14 Apr 2010; Jeroen Roovers <jer@gentoo.org>
+  xfce4-clipman-plugin-1.1.3.ebuild:
+  Stable for HPPA (bug #305657).
 
   11 Mar 2010; Brent Baude <ranger@gentoo.org>
   xfce4-clipman-plugin-1.1.3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2010-03-11 21:11 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-03-11 21:11 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/11 21:11:20

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  Marking xfce4-clipman-plugin-1.1.3 ppc64 for bug 305657
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?r1=1.5&r2=1.6

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-clipman-plugin-1.1.3.ebuild	1 Mar 2010 19:49:52 -0000	1.5
+++ xfce4-clipman-plugin-1.1.3.ebuild	11 Mar 2010 21:11:19 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.5 2010/03/01 19:49:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.6 2010/03/11 21:11:19 ranger Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2



1.25                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Mar 2010 19:49:52 -0000	1.24
+++ ChangeLog	11 Mar 2010 21:11:19 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.24 2010/03/01 19:49:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.25 2010/03/11 21:11:19 ranger Exp $
+
+  11 Mar 2010; Brent Baude <ranger@gentoo.org>
+  xfce4-clipman-plugin-1.1.3.ebuild:
+  Marking xfce4-clipman-plugin-1.1.3 ppc64 stable for bug 305657
 
   01 Mar 2010; Raúl Porcel <armin76@gentoo.org>
   xfce4-clipman-plugin-1.1.3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2010-03-01 19:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-01 19:49 UTC (permalink / raw
  To: gentoo-commits

armin76     10/03/01 19:49:52

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  alpha/arm/ia64/sparc stable wrt #305657
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.5                  xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild?r1=1.4&r2=1.5

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-clipman-plugin-1.1.3.ebuild	28 Feb 2010 18:46:26 -0000	1.4
+++ xfce4-clipman-plugin-1.1.3.ebuild	1 Mar 2010 19:49:52 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.4 2010/02/28 18:46:26 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.5 2010/03/01 19:49:52 armin76 Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2



1.24                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	28 Feb 2010 18:46:26 -0000	1.23
+++ ChangeLog	1 Mar 2010 19:49:52 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.23 2010/02/28 18:46:26 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.24 2010/03/01 19:49:52 armin76 Exp $
+
+  01 Mar 2010; Raúl Porcel <armin76@gentoo.org>
+  xfce4-clipman-plugin-1.1.3.ebuild:
+  alpha/arm/ia64/sparc stable wrt #305657
 
   28 Feb 2010; nixnut <nixnut@gentoo.org> xfce4-clipman-plugin-1.1.3.ebuild:
   ppc stable #305657






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2010-02-28 18:46 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-02-28 18:46 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/02/28 18:46:27

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  ppc stable #305657
  (Portage version: 2.1.7.17/cvs/Linux ppc)

Revision  Changes    Path
1.4                  xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

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

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-clipman-plugin-1.1.3.ebuild	22 Feb 2010 18:38:55 -0000	1.3
+++ xfce4-clipman-plugin-1.1.3.ebuild	28 Feb 2010 18:46:26 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.3 2010/02/22 18:38:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.4 2010/02/28 18:46:26 nixnut Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2



1.23                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 Feb 2010 18:38:55 -0000	1.22
+++ ChangeLog	28 Feb 2010 18:46:26 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.22 2010/02/22 18:38:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.23 2010/02/28 18:46:26 nixnut Exp $
+
+  28 Feb 2010; nixnut <nixnut@gentoo.org> xfce4-clipman-plugin-1.1.3.ebuild:
+  ppc stable #305657
 
   22 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
   xfce4-clipman-plugin-1.1.3.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
@ 2010-02-22 18:38 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-22 18:38 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/22 18:38:56

  Modified:             xfce4-clipman-plugin-1.1.3.ebuild ChangeLog
  Log:
  stable x86, bug 305657
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.3                  xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild

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

Index: xfce4-clipman-plugin-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-clipman-plugin-1.1.3.ebuild	19 Feb 2010 20:07:06 -0000	1.2
+++ xfce4-clipman-plugin-1.1.3.ebuild	22 Feb 2010 18:38:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.2 2010/02/19 20:07:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.3 2010/02/22 18:38:55 fauli Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.16:2



1.22                 xfce-extra/xfce4-clipman-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	19 Feb 2010 20:07:06 -0000	1.21
+++ ChangeLog	22 Feb 2010 18:38:55 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-clipman-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.21 2010/02/19 20:07:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.22 2010/02/22 18:38:55 fauli Exp $
+
+  22 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  xfce4-clipman-plugin-1.1.3.ebuild:
+  stable x86, bug 305657
 
   19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-clipman-plugin-1.1.3.ebuild:






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

end of thread, other threads:[~2011-05-19 21:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 21:26 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-clipman-plugin: xfce4-clipman-plugin-1.1.3.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-28 14:39 Christoph Mende (angelos)
2011-02-09 21:18 Samuli Suominen (ssuominen)
2010-04-14 17:44 Jeroen Roovers (jer)
2010-03-11 21:11 Brent Baude (ranger)
2010-03-01 19:49 Raul Porcel (armin76)
2010-02-28 18:46 Gysbert Wassenaar (nixnut)
2010-02-22 18:38 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox