* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild
@ 2011-01-16 16:51 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-16 16:51 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/16 16:51:04
Modified: ChangeLog
Added: exo-0.6.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Revision Changes Path
1.48 xfce-base/exo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 2 Jan 2011 15:11:34 -0000 1.47
+++ ChangeLog 16 Jan 2011 16:51:04 -0000 1.48
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.47 2011/01/02 15:11:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.48 2011/01/16 16:51:04 ssuominen Exp $
+
+*exo-0.6.0 (16 Jan 2011)
+
+ 16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> +exo-0.6.0.ebuild:
+ Version bump.
*exo-0.5.6 (02 Jan 2011)
1.1 xfce-base/exo/exo-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.1&content-type=text/plain
Index: exo-0.6.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.1 2011/01/16 16:51:04 ssuominen Exp $
EAPI=3
PYTHON_DEPEND="python? 2"
inherit python xfconf
DESCRIPTION="Extensions, widgets and framework library with session management support"
HOMEPAGE="http://www.xfce.org/projects/exo/"
SRC_URI="mirror://xfce/src/xfce/exo/0.6/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
dev-perl/URI
>=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.14:2
>=xfce-base/libxfce4util-4.8
python? ( >=dev-python/pygtk-2.4 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool
sys-devel/gettext"
pkg_setup() {
if use python; then
python_set_active_version 2
python_pkg_setup
fi
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
--disable-dependency-tracking
--disable-static
$(use_enable python)
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
}
src_prepare() {
rm -f py-compile
ln -s $(type -P true) py-compile
xfconf_src_prepare
}
pkg_postinst() {
xfconf_pkg_postinst
use python && python_mod_optimize exo-0.6 pyexo.py
}
pkg_postrm() {
xfconf_pkg_postrm
use python && python_mod_cleanup exo-0.6 pyexo.py
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild
@ 2011-01-16 18:43 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-16 18:43 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/16 18:43:52
Modified: ChangeLog exo-0.6.0.ebuild
Log:
amd64/x86 stable wrt #349053
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Revision Changes Path
1.49 xfce-base/exo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 16 Jan 2011 16:51:04 -0000 1.48
+++ ChangeLog 16 Jan 2011 18:43:52 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.48 2011/01/16 16:51:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.49 2011/01/16 18:43:52 ssuominen Exp $
+
+ 16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> exo-0.6.0.ebuild:
+ amd64/x86 stable wrt #349053
*exo-0.6.0 (16 Jan 2011)
1.2 xfce-base/exo/exo-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?r1=1.1&r2=1.2
Index: exo-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exo-0.6.0.ebuild 16 Jan 2011 16:51:04 -0000 1.1
+++ exo-0.6.0.ebuild 16 Jan 2011 18:43:52 -0000 1.2
@@ -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/xfce-base/exo/exo-0.6.0.ebuild,v 1.1 2011/01/16 16:51:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.2 2011/01/16 18:43:52 ssuominen Exp $
EAPI=3
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild
@ 2011-01-17 15:02 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-17 15:02 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/01/17 15:02:00
Modified: ChangeLog exo-0.6.0.ebuild
Log:
ppc/ppc64 stable wrt #349053
(Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)
Revision Changes Path
1.50 xfce-base/exo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 16 Jan 2011 18:43:52 -0000 1.49
+++ ChangeLog 17 Jan 2011 15:02:00 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.49 2011/01/16 18:43:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.50 2011/01/17 15:02:00 xarthisius Exp $
+
+ 17 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> exo-0.6.0.ebuild:
+ ppc/ppc64 stable wrt #349053
16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> exo-0.6.0.ebuild:
amd64/x86 stable wrt #349053
1.3 xfce-base/exo/exo-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?r1=1.2&r2=1.3
Index: exo-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exo-0.6.0.ebuild 16 Jan 2011 18:43:52 -0000 1.2
+++ exo-0.6.0.ebuild 17 Jan 2011 15:02:00 -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/xfce-base/exo/exo-0.6.0.ebuild,v 1.2 2011/01/16 18:43:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.3 2011/01/17 15:02:00 xarthisius Exp $
EAPI=3
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild
@ 2011-01-25 20:25 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-25 20:25 UTC (permalink / raw
To: gentoo-commits
jer 11/01/25 20:25:16
Modified: ChangeLog exo-0.6.0.ebuild
Log:
Stable for HPPA (bug #349053).
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Revision Changes Path
1.51 xfce-base/exo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 17 Jan 2011 15:02:00 -0000 1.50
+++ ChangeLog 25 Jan 2011 20:25:16 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.50 2011/01/17 15:02:00 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.51 2011/01/25 20:25:16 jer Exp $
+
+ 25 Jan 2011; Jeroen Roovers <jer@gentoo.org> exo-0.6.0.ebuild:
+ Stable for HPPA (bug #349053).
17 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> exo-0.6.0.ebuild:
ppc/ppc64 stable wrt #349053
1.4 xfce-base/exo/exo-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?r1=1.3&r2=1.4
Index: exo-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- exo-0.6.0.ebuild 17 Jan 2011 15:02:00 -0000 1.3
+++ exo-0.6.0.ebuild 25 Jan 2011 20:25:16 -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/xfce-base/exo/exo-0.6.0.ebuild,v 1.3 2011/01/17 15:02:00 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.4 2011/01/25 20:25:16 jer Exp $
EAPI=3
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild
@ 2011-02-05 18:17 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-02-05 18:17 UTC (permalink / raw
To: gentoo-commits
maekke 11/02/05 18:17:02
Modified: ChangeLog exo-0.6.0.ebuild
Log:
arm stable, bug #349053
(Portage version: 2.1.9.35/cvs/Linux i686)
Revision Changes Path
1.52 xfce-base/exo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 25 Jan 2011 20:25:16 -0000 1.51
+++ ChangeLog 5 Feb 2011 18:17:02 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.51 2011/01/25 20:25:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.52 2011/02/05 18:17:02 maekke Exp $
+
+ 05 Feb 2011; Markus Meier <maekke@gentoo.org> exo-0.6.0.ebuild:
+ arm stable, bug #349053
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> exo-0.6.0.ebuild:
Stable for HPPA (bug #349053).
1.5 xfce-base/exo/exo-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?r1=1.4&r2=1.5
Index: exo-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exo-0.6.0.ebuild 25 Jan 2011 20:25:16 -0000 1.4
+++ exo-0.6.0.ebuild 5 Feb 2011 18:17:02 -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/xfce-base/exo/exo-0.6.0.ebuild,v 1.4 2011/01/25 20:25:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.5 2011/02/05 18:17:02 maekke Exp $
EAPI=3
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug python"
RDEPEND=">=dev-lang/perl-5.6
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild
@ 2012-01-06 10:22 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-06 10:22 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/01/06 10:22:00
Modified: ChangeLog
Removed: exo-0.6.0.ebuild
Log:
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.67 xfce-base/exo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 6 Jan 2012 10:21:16 -0000 1.66
+++ ChangeLog 6 Jan 2012 10:21:59 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.66 2012/01/06 10:21:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.67 2012/01/06 10:21:59 ssuominen Exp $
+
+ 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -exo-0.6.0.ebuild:
+ old
06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> exo-0.6.2.ebuild:
ppc/ppc64 stable wrt #386963
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-01-06 10:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 15:02 [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild Kacper Kowalik (xarthisius)
-- strict thread matches above, loose matches on Subject: below --
2012-01-06 10:22 Samuli Suominen (ssuominen)
2011-02-05 18:17 Markus Meier (maekke)
2011-01-25 20:25 Jeroen Roovers (jer)
2011-01-16 18:43 Samuli Suominen (ssuominen)
2011-01-16 16:51 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