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

ssuominen    10/09/22 14:18:12

  Modified:             ChangeLog
  Added:                xfce4-linelight-plugin-0.1.6-r1.ebuild
  Log:
  Port from ThunarVFS to GIO by Lionel Le Folgoc (patch snatched from upstream bug tracking system).
  
  (Portage version: 2.2_rc84/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Sep 2010 11:51:49 -0000	1.4
+++ ChangeLog	22 Sep 2010 14:18:12 -0000	1.5
@@ -1,6 +1,14 @@
 # ChangeLog for xfce-extra/xfce4-linelight-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.4 2010/09/22 11:51:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.5 2010/09/22 14:18:12 ssuominen Exp $
+
+*xfce4-linelight-plugin-0.1.6-r1 (22 Sep 2010)
+
+  22 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-linelight-plugin-0.1.6-r1.ebuild,
+  +files/xfce4-linelight-plugin-0.1.6-port-to-gio.patch:
+  Port from ThunarVFS to GIO by Lionel Le Folgoc (patch snatched from
+  upstream bug tracking system).
 
   22 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-linelight-plugin-0.1.6.ebuild,



1.1                  xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild

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

Index: xfce4-linelight-plugin-0.1.6-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.1 2010/09/22 14:18:12 ssuominen Exp $

EAPI=2
EAUTORECONF=yes
inherit xfconf

DESCRIPTION="a simple frontend for the locate search"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin/"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.1/${P}.tar.bz2"

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

RDEPEND=">=xfce-base/xfce4-panel-4.4
	>=xfce-base/libxfcegui4-4.4
	>=x11-libs/gtk+-2.12:2
	>=dev-libs/glib-2.18:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"

pkg_setup() {
	PATCHES=(
		"${FILESDIR}"/${P}-libxfce4panel_h.patch
		"${FILESDIR}"/${P}-port-to-gio.patch
		)
	XFCONF="--disable-dependency-tracking"
	DOCS="AUTHORS ChangeLog NEWS"
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-linelight-plugin: ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild
@ 2010-11-05 11:42 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-11-05 11:42 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/11/05 11:42:54

  Modified:             ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild
  Log:
  keyworded ~x86 wrt bug #343985
  (Portage version: 2.1.8.3/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Sep 2010 14:18:12 -0000	1.5
+++ ChangeLog	5 Nov 2010 11:42:54 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-linelight-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.5 2010/09/22 14:18:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.6 2010/11/05 11:42:54 phajdan.jr Exp $
+
+  05 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  xfce4-linelight-plugin-0.1.6-r1.ebuild:
+  keyworded ~x86 wrt bug #343985
 
 *xfce4-linelight-plugin-0.1.6-r1 (22 Sep 2010)
 



1.2                  xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild

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

Index: xfce4-linelight-plugin-0.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-linelight-plugin-0.1.6-r1.ebuild	22 Sep 2010 14:18:12 -0000	1.1
+++ xfce4-linelight-plugin-0.1.6-r1.ebuild	5 Nov 2010 11:42:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.1 2010/09/22 14:18:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.2 2010/11/05 11:42:54 phajdan.jr Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=xfce-base/xfce4-panel-4.4






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-linelight-plugin: ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild
@ 2010-11-05 13:56 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-11-05 13:56 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/11/05 13:56:24

  Modified:             ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild
  Log:
  Stable on amd64 wrt bug #343985
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 Nov 2010 11:42:54 -0000	1.6
+++ ChangeLog	5 Nov 2010 13:56:24 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-linelight-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.6 2010/11/05 11:42:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.7 2010/11/05 13:56:24 hwoarang Exp $
+
+  05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
+  xfce4-linelight-plugin-0.1.6-r1.ebuild:
+  Stable on amd64 wrt bug #343985
 
   05 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   xfce4-linelight-plugin-0.1.6-r1.ebuild:



1.3                  xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild

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

Index: xfce4-linelight-plugin-0.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-linelight-plugin-0.1.6-r1.ebuild	5 Nov 2010 11:42:54 -0000	1.2
+++ xfce4-linelight-plugin-0.1.6-r1.ebuild	5 Nov 2010 13:56:24 -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-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.2 2010/11/05 11:42:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.3 2010/11/05 13:56:24 hwoarang Exp $
 
 EAPI=2
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=xfce-base/xfce4-panel-4.4






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-linelight-plugin: ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild
@ 2011-05-19 20:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 20:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/19 20:37:31

  Modified:             ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild
  Log:
  EAPI4. x86 stable. missing locate rdep
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Nov 2010 13:56:24 -0000	1.7
+++ ChangeLog	19 May 2011 20:37:31 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-linelight-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.7 2010/11/05 13:56:24 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.8 2011/05/19 20:37:31 ssuominen Exp $
+
+  19 May 2011; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-linelight-plugin-0.1.6-r1.ebuild:
+  Missing locate RDEPEND. Mark stable for x86.
 
   05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
   xfce4-linelight-plugin-0.1.6-r1.ebuild:



1.5                  xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild

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

Index: xfce4-linelight-plugin-0.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-linelight-plugin-0.1.6-r1.ebuild	29 Jan 2011 20:58:14 -0000	1.4
+++ xfce4-linelight-plugin-0.1.6-r1.ebuild	19 May 2011 20:37:31 -0000	1.5
@@ -1,25 +1,27 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.4 2011/01/29 20:58:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.5 2011/05/19 20:37:31 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 EAUTORECONF=yes
 inherit xfconf
 
-DESCRIPTION="a simple frontend for the locate search"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin/"
+DESCRIPTION="A simple locate based search plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin"
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.1/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND=">=xfce-base/xfce4-panel-4.4
-	>=xfce-base/libxfcegui4-4.4
+COMMON_DEPEND=">=xfce-base/xfce4-panel-4.8
+	>=xfce-base/libxfcegui4-4.8
 	>=x11-libs/gtk+-2.12:2
 	>=dev-libs/glib-2.18:2"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+	sys-apps/mlocate"
+DEPEND="${COMMON_DEPEND}
 	dev-util/pkgconfig
 	sys-devel/gettext"
 
@@ -29,9 +31,5 @@
 		"${FILESDIR}"/${P}-port-to-gio.patch
 		)
 
-	XFCONF=(
-		--disable-dependency-tracking
-		)
-
-	DOCS="AUTHORS ChangeLog NEWS"
+	DOCS=( AUTHORS ChangeLog NEWS )
 }






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

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

ssuominen    12/04/20 11:26:39

  Modified:             ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild
  Log:
  Pin old version to old libraries to allow unmasking
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	20 Apr 2012 11:24:58 -0000	1.9
+++ ChangeLog	20 Apr 2012 11:26:39 -0000	1.10
@@ -1,13 +1,13 @@
 # ChangeLog for xfce-extra/xfce4-linelight-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.9 2012/04/20 11:24:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.10 2012/04/20 11:26:39 ssuominen Exp $
 
 *xfce4-linelight-plugin-0.1.7 (20 Apr 2012)
 
   20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
   +xfce4-linelight-plugin-0.1.7.ebuild,
   +files/xfce4-linelight-plugin-0.1.7-port-to-xfcerc.patch:
-  Version bump (to unofficial .orig.tar.gz from Debian) with patch for
+  Version bump (to unofficial tarball from Debian) with patch for
   libxfce4util >= 4.9.0 compability wrt #411949
 
   19 May 2011; Samuli Suominen <ssuominen@gentoo.org>



1.6                  xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild

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

Index: xfce4-linelight-plugin-0.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-linelight-plugin-0.1.6-r1.ebuild	19 May 2011 20:37:31 -0000	1.5
+++ xfce4-linelight-plugin-0.1.6-r1.ebuild	20 Apr 2012 11:26:39 -0000	1.6
@@ -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-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.5 2011/05/19 20:37:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6-r1.ebuild,v 1.6 2012/04/20 11:26:39 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -8,7 +8,7 @@
 
 DESCRIPTION="A simple locate based search plug-in for the Xfce panel"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.1/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -16,7 +16,8 @@
 IUSE=""
 
 COMMON_DEPEND=">=xfce-base/xfce4-panel-4.8
-	>=xfce-base/libxfcegui4-4.8
+	=xfce-base/libxfcegui4-4.8*
+	=xfce-base/libxfce4util-4.8*
 	>=x11-libs/gtk+-2.12:2
 	>=dev-libs/glib-2.18:2"
 RDEPEND="${COMMON_DEPEND}






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

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

ssuominen    12/05/22 06:43:50

  Modified:             ChangeLog
  Removed:              xfce4-linelight-plugin-0.1.6-r1.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	22 May 2012 05:16:35 -0000	1.15
+++ ChangeLog	22 May 2012 06:43:50 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-linelight-plugin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.15 2012/05/22 05:16:35 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.16 2012/05/22 06:43:50 ssuominen Exp $
+
+  22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  -xfce4-linelight-plugin-0.1.6-r1.ebuild,
+  -files/xfce4-linelight-plugin-0.1.6-libxfce4panel_h.patch,
+  -files/xfce4-linelight-plugin-0.1.6-port-to-gio.patch:
+  old
 
   22 May 2012; Jeff Horelick <jdhore@gentoo.org>
   xfce4-linelight-plugin-0.1.7.ebuild:






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

end of thread, other threads:[~2012-05-22  6:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 13:56 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-linelight-plugin: ChangeLog xfce4-linelight-plugin-0.1.6-r1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-22  6:43 Samuli Suominen (ssuominen)
2012-04-20 11:26 Samuli Suominen (ssuominen)
2011-05-19 20:37 Samuli Suominen (ssuominen)
2010-11-05 11:42 PaweA Hajdan (phajdan.jr)
2010-09-22 14:18 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