public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in lxde-base/menu-cache: ChangeLog menu-cache-0.3.1.ebuild
@ 2010-02-18  1:51 Ben de Groot (yngwin)
  0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot (yngwin) @ 2010-02-18  1:51 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/02/18 01:51:03

  Modified:             ChangeLog
  Added:                menu-cache-0.3.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  lxde-base/menu-cache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	24 Jan 2010 18:28:21 -0000	1.7
+++ ChangeLog	18 Feb 2010 01:51:02 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for lxde-base/menu-cache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.7 2010/01/24 18:28:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.8 2010/02/18 01:51:02 yngwin Exp $
+
+*menu-cache-0.3.1 (18 Feb 2010)
+
+  18 Feb 2010; Ben de Groot <yngwin@gentoo.org> +menu-cache-0.3.1.ebuild:
+  Version bump
 
   24 Jan 2010; Raúl Porcel <armin76@gentoo.org> menu-cache-0.2.6.ebuild:
   Add ~arm



1.1                  lxde-base/menu-cache/menu-cache-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.1&content-type=text/plain

Index: menu-cache-0.3.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.1 2010/02/18 01:51:02 yngwin Exp $

EAPI="2"

DESCRIPTION="A library creating and utilizing caches to speed up freedesktop.org application menus"
HOMEPAGE="http://lxde.sourceforge.net/"
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/pkgconfig"

src_install() {
	make DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS README || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/menu-cache: ChangeLog menu-cache-0.3.1.ebuild
@ 2010-02-23 18:08 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-23 18:08 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/23 18:08:46

  Modified:             ChangeLog menu-cache-0.3.1.ebuild
  Log:
  Stable on amd64 wrt bug #306433
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  lxde-base/menu-cache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	18 Feb 2010 01:51:02 -0000	1.8
+++ ChangeLog	23 Feb 2010 18:08:45 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/menu-cache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.8 2010/02/18 01:51:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.9 2010/02/23 18:08:45 hwoarang Exp $
+
+  23 Feb 2010; Markos Chandras <hwoarang@gentoo.org>
+  menu-cache-0.3.1.ebuild:
+  Stable on amd64 wrt bug #306433
 
 *menu-cache-0.3.1 (18 Feb 2010)
 



1.2                  lxde-base/menu-cache/menu-cache-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?r1=1.1&r2=1.2

Index: menu-cache-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menu-cache-0.3.1.ebuild	18 Feb 2010 01:51:02 -0000	1.1
+++ menu-cache-0.3.1.ebuild	23 Feb 2010 18:08:45 -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/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.1 2010/02/18 01:51:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.2 2010/02/23 18:08:45 hwoarang Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/glib:2"






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/menu-cache: ChangeLog menu-cache-0.3.1.ebuild
@ 2010-02-23 18:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-23 18:44 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/23 18:44:30

  Modified:             ChangeLog menu-cache-0.3.1.ebuild
  Log:
  arm stable wrt #306433
  (Portage version: 2.1.7.16/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.10                 lxde-base/menu-cache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Feb 2010 18:08:45 -0000	1.9
+++ ChangeLog	23 Feb 2010 18:44:30 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/menu-cache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.9 2010/02/23 18:08:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.10 2010/02/23 18:44:30 armin76 Exp $
+
+  23 Feb 2010; Raúl Porcel <armin76@gentoo.org> menu-cache-0.3.1.ebuild:
+  arm stable wrt #306433
 
   23 Feb 2010; Markos Chandras <hwoarang@gentoo.org>
   menu-cache-0.3.1.ebuild:



1.3                  lxde-base/menu-cache/menu-cache-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?r1=1.2&r2=1.3

Index: menu-cache-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- menu-cache-0.3.1.ebuild	23 Feb 2010 18:08:45 -0000	1.2
+++ menu-cache-0.3.1.ebuild	23 Feb 2010 18:44:30 -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/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.2 2010/02/23 18:08:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.3 2010/02/23 18:44:30 armin76 Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/glib:2"






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/menu-cache: ChangeLog menu-cache-0.3.1.ebuild
@ 2010-02-25 10:15 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-25 10:15 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/25 10:15:05

  Modified:             ChangeLog menu-cache-0.3.1.ebuild
  Log:
  stable x86, bug 306433
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.11                 lxde-base/menu-cache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	23 Feb 2010 18:44:30 -0000	1.10
+++ ChangeLog	25 Feb 2010 10:15:05 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/menu-cache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.10 2010/02/23 18:44:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.11 2010/02/25 10:15:05 fauli Exp $
+
+  25 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  menu-cache-0.3.1.ebuild:
+  stable x86, bug 306433
 
   23 Feb 2010; Raúl Porcel <armin76@gentoo.org> menu-cache-0.3.1.ebuild:
   arm stable wrt #306433



1.4                  lxde-base/menu-cache/menu-cache-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?r1=1.3&r2=1.4

Index: menu-cache-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- menu-cache-0.3.1.ebuild	23 Feb 2010 18:44:30 -0000	1.3
+++ menu-cache-0.3.1.ebuild	25 Feb 2010 10:15:05 -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/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.3 2010/02/23 18:44:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.4 2010/02/25 10:15:05 fauli Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/glib:2"






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/menu-cache: ChangeLog menu-cache-0.3.1.ebuild
@ 2010-02-28 18:36 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-02-28 18:36 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/02/28 18:36:49

  Modified:             ChangeLog menu-cache-0.3.1.ebuild
  Log:
  ppc stable #306433
  (Portage version: 2.1.7.17/cvs/Linux ppc)

Revision  Changes    Path
1.13                 lxde-base/menu-cache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Feb 2010 20:09:36 -0000	1.12
+++ ChangeLog	28 Feb 2010 18:36:48 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/menu-cache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.12 2010/02/27 20:09:36 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.13 2010/02/28 18:36:48 nixnut Exp $
+
+  28 Feb 2010; nixnut <nixnut@gentoo.org> menu-cache-0.3.1.ebuild:
+  ppc stable #306433
 
 *menu-cache-0.3.2 (27 Feb 2010)
 



1.5                  lxde-base/menu-cache/menu-cache-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild?r1=1.4&r2=1.5

Index: menu-cache-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- menu-cache-0.3.1.ebuild	25 Feb 2010 10:15:05 -0000	1.4
+++ menu-cache-0.3.1.ebuild	28 Feb 2010 18:36:48 -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/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.4 2010/02/25 10:15:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.3.1.ebuild,v 1.5 2010/02/28 18:36:48 nixnut Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/glib:2"






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

end of thread, other threads:[~2010-02-28 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18  1:51 [gentoo-commits] gentoo-x86 commit in lxde-base/menu-cache: ChangeLog menu-cache-0.3.1.ebuild Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-23 18:08 Markos Chandras (hwoarang)
2010-02-23 18:44 Raul Porcel (armin76)
2010-02-25 10:15 Christian Faulhammer (fauli)
2010-02-28 18:36 Gysbert Wassenaar (nixnut)

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