* [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
@ 2009-07-19 4:21 Victor Ostorga (vostorga)
0 siblings, 0 replies; 7+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-07-19 4:21 UTC (permalink / raw
To: gentoo-commits
vostorga 09/07/19 04:21:34
Modified: ChangeLog
Added: lxlauncher-0.2.1.ebuild
Log:
Version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.2 lxde-base/lxlauncher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 7 Nov 2008 14:59:32 -0000 1.1
+++ ChangeLog 19 Jul 2009 04:21:34 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for lxde-base/lxlauncher
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.1 2008/11/07 14:59:32 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.2 2009/07/19 04:21:34 vostorga Exp $
+
+*lxlauncher-0.2.1 (19 Jul 2009)
+
+ 19 Jul 2009; Víctor Ostorga <vostorga@gentoo.org>
+ +lxlauncher-0.2.1.ebuild, +files/lxlauncher-0.2.1-intltool.patch:
+ Version bump to 0.2.1
*lxlauncher-0.2 (07 Nov 2008)
1.1 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.1&content-type=text/plain
Index: lxlauncher-0.2.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.1 2009/07/19 04:21:34 vostorga Exp $
EAPI="1"
inherit autotools eutils
DESCRIPTION="An open source clone of the Asus launcher for EeePC"
HOMEPAGE="http://lxde.sf.net/"
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/glib:2
x11-libs/gtk+:2
gnome-base/gnome-menus
x11-libs/startup-notification"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext
lxde-base/menu-cache
!lxde-base/lxlauncher-gmenu"
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 "emake install failed"
dodoc AUTHORS ChangeLog README
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
@ 2009-08-27 14:53 Victor Ostorga (vostorga)
0 siblings, 0 replies; 7+ messages in thread
From: Victor Ostorga (vostorga) @ 2009-08-27 14:53 UTC (permalink / raw
To: gentoo-commits
vostorga 09/08/27 14:53:20
Modified: ChangeLog lxlauncher-0.2.1.ebuild
Log:
Adding dev-util/intltool to DEPEND
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.3 lxde-base/lxlauncher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 19 Jul 2009 04:21:34 -0000 1.2
+++ ChangeLog 27 Aug 2009 14:53:20 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for lxde-base/lxlauncher
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.2 2009/07/19 04:21:34 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.3 2009/08/27 14:53:20 vostorga Exp $
+
+ 27 Aug 2009; Víctor Ostorga <vostorga@gentoo.org>
+ lxlauncher-0.2.1.ebuild:
+ Adding dev-util/intltool to DEPEND
*lxlauncher-0.2.1 (19 Jul 2009)
1.2 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?r1=1.1&r2=1.2
Index: lxlauncher-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxlauncher-0.2.1.ebuild 19 Jul 2009 04:21:34 -0000 1.1
+++ lxlauncher-0.2.1.ebuild 27 Aug 2009 14:53:20 -0000 1.2
@@ -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/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.1 2009/07/19 04:21:34 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.2 2009/08/27 14:53:20 vostorga Exp $
EAPI="1"
@@ -21,6 +21,7 @@
x11-libs/startup-notification"
DEPEND="${RDEPEND}
dev-util/pkgconfig
+ dev-util/intltool
sys-devel/gettext
lxde-base/menu-cache
!lxde-base/lxlauncher-gmenu"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
@ 2009-11-20 14:16 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-11-20 14:16 UTC (permalink / raw
To: gentoo-commits
maekke 09/11/20 14:16:40
Modified: ChangeLog lxlauncher-0.2.1.ebuild
Log:
amd64/x86 stable, bug #292698
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Revision Changes Path
1.5 lxde-base/lxlauncher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 5 Nov 2009 17:28:54 -0000 1.4
+++ ChangeLog 20 Nov 2009 14:16:39 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for lxde-base/lxlauncher
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.4 2009/11/05 17:28:54 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.5 2009/11/20 14:16:39 maekke Exp $
+
+ 20 Nov 2009; Markus Meier <maekke@gentoo.org> lxlauncher-0.2.1.ebuild:
+ amd64/x86 stable, bug #292698
05 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> -lxlauncher-0.2.ebuild:
Cleaning out old ebuild
1.3 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?r1=1.2&r2=1.3
Index: lxlauncher-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lxlauncher-0.2.1.ebuild 27 Aug 2009 14:53:20 -0000 1.2
+++ lxlauncher-0.2.1.ebuild 20 Nov 2009 14:16:39 -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/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.2 2009/08/27 14:53:20 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.3 2009/11/20 14:16:39 maekke Exp $
EAPI="1"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-libs/glib:2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
@ 2009-11-30 10:28 Mounir Lamouri (volkmar)
0 siblings, 0 replies; 7+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-11-30 10:28 UTC (permalink / raw
To: gentoo-commits
volkmar 09/11/30 10:28:16
Modified: ChangeLog lxlauncher-0.2.1.ebuild
Log:
Keywording for ppc.
Bug 292698.
(Portage version: 14755-svn/cvs/Linux ppc)
Revision Changes Path
1.6 lxde-base/lxlauncher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 20 Nov 2009 14:16:39 -0000 1.5
+++ ChangeLog 30 Nov 2009 10:28:16 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for lxde-base/lxlauncher
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.5 2009/11/20 14:16:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.6 2009/11/30 10:28:16 volkmar Exp $
+
+ 30 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> lxlauncher-0.2.1.ebuild:
+ Keywording for ppc, bug 292698
20 Nov 2009; Markus Meier <maekke@gentoo.org> lxlauncher-0.2.1.ebuild:
amd64/x86 stable, bug #292698
1.4 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?r1=1.3&r2=1.4
Index: lxlauncher-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lxlauncher-0.2.1.ebuild 20 Nov 2009 14:16:39 -0000 1.3
+++ lxlauncher-0.2.1.ebuild 30 Nov 2009 10:28:16 -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/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.3 2009/11/20 14:16:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.4 2009/11/30 10:28:16 volkmar Exp $
EAPI="1"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-libs/glib:2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
@ 2010-01-01 18:28 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-01 18:28 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/01 18:28:49
Modified: ChangeLog lxlauncher-0.2.1.ebuild
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.7 lxde-base/lxlauncher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 30 Nov 2009 10:28:16 -0000 1.6
+++ ChangeLog 1 Jan 2010 18:28:49 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for lxde-base/lxlauncher
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.6 2009/11/30 10:28:16 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.7 2010/01/01 18:28:49 fauli Exp $
+
+ 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ lxlauncher-0.2.1.ebuild:
+ Transfer Prefix keywords
30 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> lxlauncher-0.2.1.ebuild:
Keywording for ppc, bug 292698
1.5 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?r1=1.4&r2=1.5
Index: lxlauncher-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lxlauncher-0.2.1.ebuild 30 Nov 2009 10:28:16 -0000 1.4
+++ lxlauncher-0.2.1.ebuild 1 Jan 2010 18:28:49 -0000 1.5
@@ -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/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.4 2009/11/30 10:28:16 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.5 2010/01/01 18:28:49 fauli Exp $
EAPI="1"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-libs/glib:2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
@ 2010-01-10 15:30 Mounir Lamouri (volkmar)
0 siblings, 0 replies; 7+ messages in thread
From: Mounir Lamouri (volkmar) @ 2010-01-10 15:30 UTC (permalink / raw
To: gentoo-commits
volkmar 10/01/10 15:30:40
Modified: ChangeLog lxlauncher-0.2.1.ebuild
Log:
Stable for ppc.
Fix bug 292698.
(Portage version: 15143-svn/cvs/Linux ppc)
Revision Changes Path
1.8 lxde-base/lxlauncher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 1 Jan 2010 18:28:49 -0000 1.7
+++ ChangeLog 10 Jan 2010 15:30:40 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for lxde-base/lxlauncher
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.7 2010/01/01 18:28:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.8 2010/01/10 15:30:40 volkmar Exp $
+
+ 10 Jan 2010; Mounir Lamouri <volkmar@gentoo.org> lxlauncher-0.2.1.ebuild:
+ Stable for ppc, bug 292698
01 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
lxlauncher-0.2.1.ebuild:
1.6 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?r1=1.5&r2=1.6
Index: lxlauncher-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxlauncher-0.2.1.ebuild 1 Jan 2010 18:28:49 -0000 1.5
+++ lxlauncher-0.2.1.ebuild 10 Jan 2010 15:30:40 -0000 1.6
@@ -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/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.5 2010/01/01 18:28:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.6 2010/01/10 15:30:40 volkmar Exp $
EAPI="1"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-libs/glib:2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
@ 2011-03-07 20:33 Tobias Klausmann (klausman)
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-03-07 20:33 UTC (permalink / raw
To: gentoo-commits
klausman 11/03/07 20:33:25
Modified: ChangeLog lxlauncher-0.2.1.ebuild
Log:
Keyworded on alpha, bug #330911
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.10 lxde-base/lxlauncher/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 27 Oct 2010 19:42:03 -0000 1.9
+++ ChangeLog 7 Mar 2011 20:33:25 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for lxde-base/lxlauncher
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.9 2010/10/27 19:42:03 vostorga Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.10 2011/03/07 20:33:25 klausman Exp $
+
+ 07 Mar 2011; Tobias Klausmann <klausman@gentoo.org> lxlauncher-0.2.1.ebuild:
+ Keyworded on alpha, bug #330911
*lxlauncher-0.2.1-r1 (27 Oct 2010)
1.7 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?r1=1.6&r2=1.7
Index: lxlauncher-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lxlauncher-0.2.1.ebuild 10 Jan 2010 15:30:40 -0000 1.6
+++ lxlauncher-0.2.1.ebuild 7 Mar 2011 20:33:25 -0000 1.7
@@ -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/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.6 2010/01/10 15:30:40 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.7 2011/03/07 20:33:25 klausman Exp $
EAPI="1"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-libs/glib:2
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-03-07 20:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 10:28 [gentoo-commits] gentoo-x86 commit in lxde-base/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild Mounir Lamouri (volkmar)
-- strict thread matches above, loose matches on Subject: below --
2011-03-07 20:33 Tobias Klausmann (klausman)
2010-01-10 15:30 Mounir Lamouri (volkmar)
2010-01-01 18:28 Christian Faulhammer (fauli)
2009-11-20 14:16 Markus Meier (maekke)
2009-08-27 14:53 Victor Ostorga (vostorga)
2009-07-19 4:21 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