public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-common: ChangeLog lxde-common-0.5.0-r1.ebuild
@ 2010-07-29 13:59 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 6+ messages in thread
From: Victor Ostorga (vostorga) @ 2010-07-29 13:59 UTC (permalink / raw
  To: gentoo-commits

vostorga    10/07/29 13:59:53

  Modified:             ChangeLog
  Added:                lxde-common-0.5.0-r1.ebuild
  Log:
  Showing desktop icons as expected, patch thanks to Lucas Paul <reilithion@gmail.com> , bug #327545
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.15                 lxde-base/lxde-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	28 Feb 2010 18:34:40 -0000	1.14
+++ ChangeLog	29 Jul 2010 13:59:53 -0000	1.15
@@ -1,6 +1,14 @@
 # ChangeLog for lxde-base/lxde-common
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.14 2010/02/28 18:34:40 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.15 2010/07/29 13:59:53 vostorga Exp $
+
+*lxde-common-0.5.0-r1 (29 Jul 2010)
+
+  29 Jul 2010; Víctor Ostorga <vostorga@gentoo.org>
+  +lxde-common-0.5.0-r1.ebuild,
+  +files/lxde-common-0.5.0-desktop-icons.patch:
+  Showing desktop icons as expected, patch thanks to Lucas Paul
+  <reilithion@gmail.com> , bug #327545
 
   28 Feb 2010; nixnut <nixnut@gentoo.org> lxde-common-0.5.0.ebuild:
   ppc stable #306433



1.1                  lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: lxde-common-0.5.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.1 2010/07/29 13:59:53 vostorga Exp $

EAPI="1"

inherit eutils

DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
HOMEPAGE="http://lxde.sf.net/"
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"

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

RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"
PDEPEND="lxde-base/lxde-icon-theme"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-session-fix.patch
	epatch "${FILESDIR}"/${P}-desktop-icons.patch
}

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

pkg_postinst() {
	elog "${P} has renamed the configuration file name to"
	elog "/etc/xdg/lxsession/LXDE/desktop.conf"
	elog "Keep in mind you have to migrate your custom settings"
	elog "from /etc/xdg/lxsession/LXDE/config"
}






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-common: ChangeLog lxde-common-0.5.0-r1.ebuild
@ 2011-01-01 21:18 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-01 21:18 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/01 21:18:31

  Modified:             ChangeLog lxde-common-0.5.0-r1.ebuild
  Log:
  Stable on amd64 wrt bug #349762
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 lxde-base/lxde-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	29 Jul 2010 13:59:53 -0000	1.15
+++ ChangeLog	1 Jan 2011 21:18:31 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/lxde-common
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.15 2010/07/29 13:59:53 vostorga Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.16 2011/01/01 21:18:31 hwoarang Exp $
+
+  01 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+  lxde-common-0.5.0-r1.ebuild:
+  Stable on amd64 wrt bug #349762
 
 *lxde-common-0.5.0-r1 (29 Jul 2010)
 



1.2                  lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?r1=1.1&r2=1.2

Index: lxde-common-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxde-common-0.5.0-r1.ebuild	29 Jul 2010 13:59:53 -0000	1.1
+++ lxde-common-0.5.0-r1.ebuild	1 Jan 2011 21:18:31 -0000	1.2
@@ -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/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.1 2010/07/29 13:59:53 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.2 2011/01/01 21:18:31 hwoarang 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"






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-common: ChangeLog lxde-common-0.5.0-r1.ebuild
@ 2011-01-04  8:50 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-01-04  8:50 UTC (permalink / raw
  To: gentoo-commits

fauli       11/01/04 08:50:34

  Modified:             ChangeLog lxde-common-0.5.0-r1.ebuild
  Log:
  stable x86, bug 349762
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.17                 lxde-base/lxde-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Jan 2011 21:18:31 -0000	1.16
+++ ChangeLog	4 Jan 2011 08:50:34 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/lxde-common
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.16 2011/01/01 21:18:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.17 2011/01/04 08:50:34 fauli Exp $
+
+  04 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
+  lxde-common-0.5.0-r1.ebuild:
+  stable x86, bug 349762
 
   01 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
   lxde-common-0.5.0-r1.ebuild:



1.3                  lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?r1=1.2&r2=1.3

Index: lxde-common-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lxde-common-0.5.0-r1.ebuild	1 Jan 2011 21:18:31 -0000	1.2
+++ lxde-common-0.5.0-r1.ebuild	4 Jan 2011 08:50:34 -0000	1.3
@@ -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/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.2 2011/01/01 21:18:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.3 2011/01/04 08:50:34 fauli 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"






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-common: ChangeLog lxde-common-0.5.0-r1.ebuild
@ 2011-01-08 12:36 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-01-08 12:36 UTC (permalink / raw
  To: gentoo-commits

maekke      11/01/08 12:36:36

  Modified:             ChangeLog lxde-common-0.5.0-r1.ebuild
  Log:
  arm stable, bug #349762
  
  (Portage version: 2.1.9.29/cvs/Linux i686)

Revision  Changes    Path
1.18                 lxde-base/lxde-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 Jan 2011 08:50:34 -0000	1.17
+++ ChangeLog	8 Jan 2011 12:36:36 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxde-common
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.17 2011/01/04 08:50:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.18 2011/01/08 12:36:36 maekke Exp $
+
+  08 Jan 2011; Markus Meier <maekke@gentoo.org> lxde-common-0.5.0-r1.ebuild:
+  arm stable, bug #349762
 
   04 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
   lxde-common-0.5.0-r1.ebuild:



1.4                  lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?r1=1.3&r2=1.4

Index: lxde-common-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lxde-common-0.5.0-r1.ebuild	4 Jan 2011 08:50:34 -0000	1.3
+++ lxde-common-0.5.0-r1.ebuild	8 Jan 2011 12:36:36 -0000	1.4
@@ -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/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.3 2011/01/04 08:50:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.4 2011/01/08 12:36:36 maekke 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"






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

* [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-common: ChangeLog lxde-common-0.5.0-r1.ebuild
@ 2011-01-22 14:12 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-22 14:12 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/01/22 14:12:26

  Modified:             ChangeLog lxde-common-0.5.0-r1.ebuild
  Log:
  ppc stable wrt #349762
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.19                 lxde-base/lxde-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	8 Jan 2011 12:36:36 -0000	1.18
+++ ChangeLog	22 Jan 2011 14:12:26 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/lxde-common
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.18 2011/01/08 12:36:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.19 2011/01/22 14:12:26 xarthisius Exp $
+
+  22 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  lxde-common-0.5.0-r1.ebuild:
+  ppc stable wrt #349762
 
   08 Jan 2011; Markus Meier <maekke@gentoo.org> lxde-common-0.5.0-r1.ebuild:
   arm stable, bug #349762



1.5                  lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?r1=1.4&r2=1.5

Index: lxde-common-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lxde-common-0.5.0-r1.ebuild	8 Jan 2011 12:36:36 -0000	1.4
+++ lxde-common-0.5.0-r1.ebuild	22 Jan 2011 14:12:26 -0000	1.5
@@ -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/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.4 2011/01/08 12:36:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.5 2011/01/22 14:12:26 xarthisius 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"






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

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

klausman    11/03/07 20:33:35

  Modified:             ChangeLog lxde-common-0.5.0-r1.ebuild
  Log:
  Keyworded on alpha, bug #330911
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 lxde-base/lxde-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 Jan 2011 14:12:26 -0000	1.19
+++ ChangeLog	7 Mar 2011 20:33:35 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for lxde-base/lxde-common
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.19 2011/01/22 14:12:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.20 2011/03/07 20:33:35 klausman Exp $
+
+  07 Mar 2011; Tobias Klausmann <klausman@gentoo.org>
+  lxde-common-0.5.0-r1.ebuild:
+  Keyworded on alpha, bug #330911
 
   22 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
   lxde-common-0.5.0-r1.ebuild:



1.6                  lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?r1=1.5&r2=1.6

Index: lxde-common-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxde-common-0.5.0-r1.ebuild	22 Jan 2011 14:12:26 -0000	1.5
+++ lxde-common-0.5.0-r1.ebuild	7 Mar 2011 20:33:35 -0000	1.6
@@ -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/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.5 2011/01/22 14:12:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.6 2011/03/07 20:33:35 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"






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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-01 21:18 [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-common: ChangeLog lxde-common-0.5.0-r1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 20:33 Tobias Klausmann (klausman)
2011-01-22 14:12 Kacper Kowalik (xarthisius)
2011-01-08 12:36 Markus Meier (maekke)
2011-01-04  8:50 Christian Faulhammer (fauli)
2010-07-29 13:59 Victor Ostorga (vostorga)

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