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

ssuominen    11/11/09 18:42:49

  Modified:             ChangeLog
  Added:                xfce4-weather-plugin-0.7.4-r1.ebuild
  Log:
  Change PARTNER_ID and LICENSE_KEY wrt upstream http://bugzilla.xfce.org/show_bug.cgi?id=8105
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	3 Feb 2011 22:30:15 -0000	1.13
+++ ChangeLog	9 Nov 2011 18:42:49 -0000	1.14
@@ -1,6 +1,13 @@
 # ChangeLog for xfce-extra/xfce4-weather-plugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.13 2011/02/03 22:30:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.14 2011/11/09 18:42:49 ssuominen Exp $
+
+*xfce4-weather-plugin-0.7.4-r1 (09 Nov 2011)
+
+  09 Nov 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-weather-plugin-0.7.4-r1.ebuild:
+  Change PARTNER_ID and LICENSE_KEY wrt upstream
+  http://bugzilla.xfce.org/show_bug.cgi?id=8105
 
 *xfce4-weather-plugin-0.7.4 (03 Feb 2011)
 



1.1                  xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild

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

Index: xfce4-weather-plugin-0.7.4-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.1 2011/11/09 18:42:49 ssuominen Exp $

EAPI=4
inherit xfconf

DESCRIPTION="A weather plug-in for the Xfce desktop environment"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.7/${P}.tar.bz2"

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

RDEPEND=">=x11-libs/gtk+-2.6:2
	>=xfce-base/libxfce4util-4.8
	>=xfce-base/libxfcegui4-4.8
	>=xfce-base/xfce4-panel-4.8
	>=dev-libs/libxml2-2.4"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-util/pkgconfig"

pkg_setup() {
	XFCONF=( $(xfconf_use_debug) )
	DOCS=( AUTHORS ChangeLog NEWS README TODO )
}

src_prepare() {
	# http://bugzilla.xfce.org/show_bug.cgi?id=8105#c9
	sed -i \
		-e '/PARTNER_ID/s:1121946239:1003666583:' \
		-e '/LICENSE_KEY/s:3c4cd39ee5dec84f:4128909340a9b2fc:' \
		panel-plugin/weather.h || die

	xfconf_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-weather-plugin: ChangeLog xfce4-weather-plugin-0.7.4-r1.ebuild
@ 2012-01-30 16:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-30 16:51 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/30 16:51:07

  Modified:             ChangeLog xfce4-weather-plugin-0.7.4-r1.ebuild
  Log:
  Stable for amd64, wrt bug #401229
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 xfce-extra/xfce4-weather-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	11 Nov 2011 20:14:34 -0000	1.15
+++ ChangeLog	30 Jan 2012 16:51:07 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-weather-plugin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.15 2011/11/11 20:14:34 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.16 2012/01/30 16:51:07 ago Exp $
+
+  30 Jan 2012; Agostino Sarubbo <ago@gentoo.org>
+  xfce4-weather-plugin-0.7.4-r1.ebuild:
+  Stable for amd64, wrt bug #401229
 
   11 Nov 2011; Samuli Suominen <ssuominen@gentoo.org>
   -xfce4-weather-plugin-0.7.4.ebuild:



1.2                  xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild

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

Index: xfce4-weather-plugin-0.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-weather-plugin-0.7.4-r1.ebuild	9 Nov 2011 18:42:49 -0000	1.1
+++ xfce4-weather-plugin-0.7.4-r1.ebuild	30 Jan 2012 16:51:07 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.1 2011/11/09 18:42:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.2 2012/01/30 16:51:07 ago Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 RDEPEND=">=x11-libs/gtk+-2.6:2






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

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

ssuominen    12/02/10 12:28:24

  Modified:             ChangeLog xfce4-weather-plugin-0.7.4-r1.ebuild
  Log:
  x86 stable wrt #401229
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 xfce-extra/xfce4-weather-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	30 Jan 2012 16:51:07 -0000	1.16
+++ ChangeLog	10 Feb 2012 12:28:24 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-weather-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.16 2012/01/30 16:51:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.17 2012/02/10 12:28:24 ssuominen Exp $
+
+  10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-weather-plugin-0.7.4-r1.ebuild:
+  x86 stable wrt #401229
 
   30 Jan 2012; Agostino Sarubbo <ago@gentoo.org>
   xfce4-weather-plugin-0.7.4-r1.ebuild:



1.3                  xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild

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

Index: xfce4-weather-plugin-0.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-weather-plugin-0.7.4-r1.ebuild	30 Jan 2012 16:51:07 -0000	1.2
+++ xfce4-weather-plugin-0.7.4-r1.ebuild	10 Feb 2012 12:28:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.2 2012/01/30 16:51:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.3 2012/02/10 12:28:24 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND=">=x11-libs/gtk+-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-weather-plugin: ChangeLog xfce4-weather-plugin-0.7.4-r1.ebuild
@ 2012-04-09 21:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-09 21:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/09 21:22:32

  Modified:             ChangeLog xfce4-weather-plugin-0.7.4-r1.ebuild
  Log:
  Use libdir instead of libexecdir.
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 xfce-extra/xfce4-weather-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Feb 2012 12:28:24 -0000	1.17
+++ ChangeLog	9 Apr 2012 21:22:32 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-weather-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.17 2012/02/10 12:28:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.18 2012/04/09 21:22:32 ssuominen Exp $
+
+  09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-weather-plugin-0.7.4-r1.ebuild:
+  Use libdir instead of libexecdir.
 
   10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-weather-plugin-0.7.4-r1.ebuild:



1.4                  xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild

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

Index: xfce4-weather-plugin-0.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-weather-plugin-0.7.4-r1.ebuild	10 Feb 2012 12:28:24 -0000	1.3
+++ xfce4-weather-plugin-0.7.4-r1.ebuild	9 Apr 2012 21:22:32 -0000	1.4
@@ -1,30 +1,34 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.3 2012/02/10 12:28:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.4 2012/04/09 21:22:32 ssuominen Exp $
 
 EAPI=4
-inherit xfconf
+inherit multilib xfconf
 
 DESCRIPTION="A weather plug-in for the Xfce desktop environment"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.7/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="debug"
 
-RDEPEND=">=x11-libs/gtk+-2.6:2
+RDEPEND="dev-libs/libxml2
+	x11-libs/gtk+:2
 	>=xfce-base/libxfce4util-4.8
 	>=xfce-base/libxfcegui4-4.8
-	>=xfce-base/xfce4-panel-4.8
-	>=dev-libs/libxml2-2.4"
+	>=xfce-base/xfce4-panel-4.8"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	dev-util/pkgconfig"
 
 pkg_setup() {
-	XFCONF=( $(xfconf_use_debug) )
+	XFCONF=(
+		--libexecdir="${EPREFIX}"/usr/$(get_libdir)
+		$(xfconf_use_debug)
+		)
+
 	DOCS=( AUTHORS ChangeLog NEWS README TODO )
 }
 






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

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

mgorny      12/05/05 07:47:44

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

Revision  Changes    Path
1.19                 xfce-extra/xfce4-weather-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Apr 2012 21:22:32 -0000	1.18
+++ ChangeLog	5 May 2012 07:47:44 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-weather-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.18 2012/04/09 21:22:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.19 2012/05/05 07:47:44 mgorny Exp $
+
+  05 May 2012; Michał Górny <mgorny@gentoo.org>
+  xfce4-weather-plugin-0.7.4-r1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-weather-plugin-0.7.4-r1.ebuild:



1.5                  xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild

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

Index: xfce4-weather-plugin-0.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-weather-plugin-0.7.4-r1.ebuild	9 Apr 2012 21:22:32 -0000	1.4
+++ xfce4-weather-plugin-0.7.4-r1.ebuild	5 May 2012 07:47:44 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.4 2012/04/09 21:22:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r1.ebuild,v 1.5 2012/05/05 07:47:44 mgorny Exp $
 
 EAPI=4
 inherit multilib xfconf
@@ -21,7 +21,7 @@
 	>=xfce-base/xfce4-panel-4.8"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 pkg_setup() {
 	XFCONF=(






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

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

ssuominen    12/11/16 12:29:37

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

Revision  Changes    Path
1.28                 xfce-extra/xfce4-weather-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	15 Nov 2012 19:37:45 -0000	1.27
+++ ChangeLog	16 Nov 2012 12:29:36 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-weather-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.27 2012/11/15 19:37:45 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.28 2012/11/16 12:29:36 ssuominen Exp $
+
+  16 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+  -xfce4-weather-plugin-0.7.4-r1.ebuild:
+  old
 
   16 Nov 2012; Andreas Schuerch <nativemad@gentoo.org>
   xfce4-weather-plugin-0.8.2.ebuild:





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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 16:51 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-weather-plugin: ChangeLog xfce4-weather-plugin-0.7.4-r1.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-16 12:29 Samuli Suominen (ssuominen)
2012-05-05  7:47 Michal Gorny (mgorny)
2012-04-09 21:22 Samuli Suominen (ssuominen)
2012-02-10 12:28 Samuli Suominen (ssuominen)
2011-11-09 18:42 Samuli Suominen (ssuominen)

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