public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
@ 2009-08-05  5:24 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 8+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-08-05  5:24 UTC (permalink / raw
  To: gentoo-commits

vostorga    09/08/05 05:24:18

  Modified:             lxshortcut-0.1.1.ebuild ChangeLog
  Log:
  Fixing infinite loop, bug #280399 , Patch thanks to Yuan Ye <yuanyelele@gmail.com>
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

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

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxshortcut-0.1.1.ebuild	4 Aug 2009 19:16:27 -0000	1.1
+++ lxshortcut-0.1.1.ebuild	5 Aug 2009 05:24:18 -0000	1.2
@@ -1,9 +1,11 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.1 2009/08/04 19:16:27 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.2 2009/08/05 05:24:18 vostorga Exp $
 
 EAPI="1"
 
+inherit autotools eutils
+
 DESCRIPTION="LXDE tool to edit desktop entry files"
 HOMEPAGE="http://lxde.sourceforge.net/"
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
@@ -19,6 +21,17 @@
 	sys-devel/gettext
 	dev-util/pkgconfig"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+
+	epatch "${FILESDIR}"/${P}-intltool.patch
+
+	# Rerun autotools
+	einfo "Regenerating autotools files..."
+	eautoreconf
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "make install failed"
 	dodoc ChangeLog README || die "dodoc failed"



1.2                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	4 Aug 2009 19:16:27 -0000	1.1
+++ ChangeLog	5 Aug 2009 05:24:18 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for lxde-base/lxshortcut
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.1 2009/08/04 19:16:27 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.2 2009/08/05 05:24:18 vostorga Exp $
+
+  05 Aug 2009; <vostorga@gentoo.org> lxshortcut-0.1.1.ebuild,
+  +files/lxshortcut-0.1.1-intltool.patch:
+  Fixing infinite loop, bug #280399
+  Patch thanks to Yuan Ye <yuanyelele@gmail.com>
 
 *lxshortcut-0.1.1 (04 Aug 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
@ 2009-08-05 17:57 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 8+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-08-05 17:57 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/08/05 17:57:23

  Modified:             lxshortcut-0.1.1.ebuild ChangeLog
  Log:
  Keywording for ppc.
  Bug 271148.
  (Portage version: 13870-svn/cvs/Linux ppc)

Revision  Changes    Path
1.3                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

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

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lxshortcut-0.1.1.ebuild	5 Aug 2009 05:24:18 -0000	1.2
+++ lxshortcut-0.1.1.ebuild	5 Aug 2009 17:57:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.2 2009/08/05 05:24:18 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.3 2009/08/05 17:57:23 volkmar Exp $
 
 EAPI="1"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.3                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 Aug 2009 05:24:18 -0000	1.2
+++ ChangeLog	5 Aug 2009 17:57:23 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxshortcut
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.2 2009/08/05 05:24:18 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.3 2009/08/05 17:57:23 volkmar Exp $
+
+  05 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> lxshortcut-0.1.1.ebuild:
+  Keywording for ppc, bug 271148
 
   05 Aug 2009; <vostorga@gentoo.org> lxshortcut-0.1.1.ebuild,
   +files/lxshortcut-0.1.1-intltool.patch:






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
@ 2009-08-27 14:58 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 8+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-08-27 14:58 UTC (permalink / raw
  To: gentoo-commits

vostorga    09/08/27 14:58:35

  Modified:             lxshortcut-0.1.1.ebuild ChangeLog
  Log:
  Adding dev-util/intltool to DEPEND
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

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

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lxshortcut-0.1.1.ebuild	5 Aug 2009 17:57:23 -0000	1.3
+++ lxshortcut-0.1.1.ebuild	27 Aug 2009 14:58:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.3 2009/08/05 17:57:23 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.4 2009/08/27 14:58:35 vostorga Exp $
 
 EAPI="1"
 
@@ -19,6 +19,7 @@
 	 dev-libs/glib:2"
 DEPEND="${RDEPEND}
 	sys-devel/gettext
+	dev-util/intltool
 	dev-util/pkgconfig"
 
 src_unpack() {



1.4                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 Aug 2009 17:57:23 -0000	1.3
+++ ChangeLog	27 Aug 2009 14:58:35 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/lxshortcut
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.3 2009/08/05 17:57:23 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.4 2009/08/27 14:58:35 vostorga Exp $
+
+  27 Aug 2009; Víctor Ostorga <vostorga@gentoo.org>
+  lxshortcut-0.1.1.ebuild:
+  Adding dev-util/intltool to DEPEND
 
   05 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> lxshortcut-0.1.1.ebuild:
   Keywording for ppc, bug 271148






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
@ 2009-11-20 14:22 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-11-20 14:22 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/20 14:22:10

  Modified:             lxshortcut-0.1.1.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #292698
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

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

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lxshortcut-0.1.1.ebuild	27 Aug 2009 14:58:35 -0000	1.4
+++ lxshortcut-0.1.1.ebuild	20 Nov 2009 14:22:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.4 2009/08/27 14:58:35 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.5 2009/11/20 14:22:10 maekke Exp $
 
 EAPI="1"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.5                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Aug 2009 14:58:35 -0000	1.4
+++ ChangeLog	20 Nov 2009 14:22:10 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxshortcut
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.4 2009/08/27 14:58:35 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.5 2009/11/20 14:22:10 maekke Exp $
+
+  20 Nov 2009; Markus Meier <maekke@gentoo.org> lxshortcut-0.1.1.ebuild:
+  amd64/x86 stable, bug #292698
 
   27 Aug 2009; Víctor Ostorga <vostorga@gentoo.org>
   lxshortcut-0.1.1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
@ 2009-11-21 18:38 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-21 18:38 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/21 18:38:21

  Modified:             lxshortcut-0.1.1.ebuild ChangeLog
  Log:
  ppc stable #292698
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.6                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

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

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxshortcut-0.1.1.ebuild	20 Nov 2009 14:22:10 -0000	1.5
+++ lxshortcut-0.1.1.ebuild	21 Nov 2009 18:38:21 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.5 2009/11/20 14:22:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.6 2009/11/21 18:38:21 nixnut Exp $
 
 EAPI="1"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.6                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 Nov 2009 14:22:10 -0000	1.5
+++ ChangeLog	21 Nov 2009 18:38:21 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxshortcut
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.5 2009/11/20 14:22:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.6 2009/11/21 18:38:21 nixnut Exp $
+
+  21 Nov 2009; nixnut <nixnut@gentoo.org> lxshortcut-0.1.1.ebuild:
+  ppc stable #292698
 
   20 Nov 2009; Markus Meier <maekke@gentoo.org> lxshortcut-0.1.1.ebuild:
   amd64/x86 stable, bug #292698






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
@ 2010-01-24 18:22 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-24 18:22 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/24 18:22:23

  Modified:             lxshortcut-0.1.1.ebuild ChangeLog
  Log:
  Add ~arm
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.7                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?r1=1.6&r2=1.7

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lxshortcut-0.1.1.ebuild	21 Nov 2009 18:38:21 -0000	1.6
+++ lxshortcut-0.1.1.ebuild	24 Jan 2010 18:22:22 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.6 2009/11/21 18:38:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.7 2010/01/24 18:22:22 armin76 Exp $
 
 EAPI="1"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.7                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	21 Nov 2009 18:38:21 -0000	1.6
+++ ChangeLog	24 Jan 2010 18:22:22 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxshortcut
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.6 2009/11/21 18:38:21 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.7 2010/01/24 18:22:22 armin76 Exp $
+
+  24 Jan 2010; Raúl Porcel <armin76@gentoo.org> lxshortcut-0.1.1.ebuild:
+  Add ~arm
 
   21 Nov 2009; nixnut <nixnut@gentoo.org> lxshortcut-0.1.1.ebuild:
   ppc stable #292698






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

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

armin76     10/02/23 18:42:02

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

Revision  Changes    Path
1.8                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

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

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lxshortcut-0.1.1.ebuild	24 Jan 2010 18:22:22 -0000	1.7
+++ lxshortcut-0.1.1.ebuild	23 Feb 2010 18:42:01 -0000	1.8
@@ -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/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.7 2010/01/24 18:22:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.8 2010/02/23 18:42:01 armin76 Exp $
 
 EAPI="1"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 arm ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.8                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	24 Jan 2010 18:22:22 -0000	1.7
+++ ChangeLog	23 Feb 2010 18:42:01 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxshortcut
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.7 2010/01/24 18:22:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.8 2010/02/23 18:42:01 armin76 Exp $
+
+  23 Feb 2010; Raúl Porcel <armin76@gentoo.org> lxshortcut-0.1.1.ebuild:
+  arm stable wrt #306433
 
   24 Jan 2010; Raúl Porcel <armin76@gentoo.org> lxshortcut-0.1.1.ebuild:
   Add ~arm






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
@ 2011-03-07 20:32 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-03-07 20:32 UTC (permalink / raw
  To: gentoo-commits

klausman    11/03/07 20:32:05

  Modified:             lxshortcut-0.1.1.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #330911
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?r1=1.8&r2=1.9

Index: lxshortcut-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lxshortcut-0.1.1.ebuild	23 Feb 2010 18:42:01 -0000	1.8
+++ lxshortcut-0.1.1.ebuild	7 Mar 2011 20:32:05 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.8 2010/02/23 18:42:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.9 2011/03/07 20:32:05 klausman Exp $
 
 EAPI="1"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="~alpha amd64 arm ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



1.9                  lxde-base/lxshortcut/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	23 Feb 2010 18:42:01 -0000	1.8
+++ ChangeLog	7 Mar 2011 20:32:05 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxshortcut
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.8 2010/02/23 18:42:01 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.9 2011/03/07 20:32:05 klausman Exp $
+
+  07 Mar 2011; Tobias Klausmann <klausman@gentoo.org> lxshortcut-0.1.1.ebuild:
+  Keyworded on alpha, bug #330911
 
   23 Feb 2010; Raúl Porcel <armin76@gentoo.org> lxshortcut-0.1.1.ebuild:
   arm stable wrt #306433






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

end of thread, other threads:[~2011-03-07 20:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05  5:24 [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog Victor Ostorga (vostorga)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-05 17:57 Mounir Lamouri (volkmar)
2009-08-27 14:58 Victor Ostorga (vostorga)
2009-11-20 14:22 Markus Meier (maekke)
2009-11-21 18:38 Gysbert Wassenaar (nixnut)
2010-01-24 18:22 Raul Porcel (armin76)
2010-02-23 18:42 Raul Porcel (armin76)
2011-03-07 20:32 Tobias Klausmann (klausman)

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