public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-05-22 15:16 Christoph Mende (angelos)
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-22 15:16 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/22 15:16:00

  Modified:             ChangeLog
  Added:                exo-0.3.107.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	14 Apr 2010 17:42:17 -0000	1.30
+++ ChangeLog	22 May 2010 15:16:00 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.30 2010/04/14 17:42:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.31 2010/05/22 15:16:00 angelos Exp $
+
+*exo-0.3.107 (22 May 2010)
+
+  22 May 2010; Christoph Mende <angelos@gentoo.org> +exo-0.3.107.ebuild:
+  Version bump
 
   14 Apr 2010; Jeroen Roovers <jer@gentoo.org> exo-0.3.106.ebuild:
   Stable for HPPA (bug #305657).



1.1                  xfce-base/exo/exo-0.3.107.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.1&content-type=text/plain

Index: exo-0.3.107.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.1 2010/05/22 15:16:00 angelos Exp $

EAPI=2
inherit xfconf python multilib

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.3/${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 hal libnotify python"

RDEPEND=">=dev-lang/perl-5.6
	dev-perl/URI
	>=dev-libs/glib-2.6:2
	>=x11-libs/gtk+-2.6:2
	>=xfce-base/libxfce4util-4.6.1
	libnotify? ( x11-libs/libnotify )
	hal? ( sys-apps/hal )
	python? ( dev-python/pygtk )"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-util/pkgconfig"

pkg_setup() {
	XFCONF="--disable-static
		$(use_enable hal)
		$(use_enable libnotify notifications)
		$(use_enable python)"
	DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
	PATCHES=( "${FILESDIR}/${PN}-0.3.4-interix.patch" )
}

src_prepare() {
	xfconf_src_prepare
	rm py-compile
	touch py-compile
	chmod +x py-compile

	if [[ ${CHOST} == *-interix* ]] ; then
		# configure detects getmntent, which is false!
		export ac_cv_func_getmntent=no
	fi
}

pkg_postinst() {
	xfconf_pkg_postinst
	python_mod_optimize "$(python_get_sitedir)"
}

pkg_postrm() {
	xfconf_pkg_postrm
	python_mod_cleanup "$(python_get_sitedir)"
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-06-29  6:53 Christoph Mende (angelos)
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-29  6:53 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/29 06:53:31

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #323729
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  xfce-base/exo/exo-0.3.107.ebuild

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

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exo-0.3.107.ebuild	22 May 2010 15:16:00 -0000	1.1
+++ exo-0.3.107.ebuild	29 Jun 2010 06:53:31 -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.1 2010/05/22 15:16:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.2 2010/06/29 06:53:31 angelos Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.32                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	22 May 2010 15:16:00 -0000	1.31
+++ ChangeLog	29 Jun 2010 06:53:31 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.31 2010/05/22 15:16:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.32 2010/06/29 06:53:31 angelos Exp $
+
+  29 Jun 2010; Christoph Mende <angelos@gentoo.org> exo-0.3.107.ebuild:
+  Stable on amd64 wrt bug #323729
 
 *exo-0.3.107 (22 May 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-06-30 15:57 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 11+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-30 15:57 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/30 15:57:42

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  x86 stable, bug 323729
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.3                  xfce-base/exo/exo-0.3.107.ebuild

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

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exo-0.3.107.ebuild	29 Jun 2010 06:53:31 -0000	1.2
+++ exo-0.3.107.ebuild	30 Jun 2010 15:57:42 -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.2 2010/06/29 06:53:31 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.3 2010/06/30 15:57:42 fauli Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.33                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	29 Jun 2010 06:53:31 -0000	1.32
+++ ChangeLog	30 Jun 2010 15:57:42 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.32 2010/06/29 06:53:31 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.33 2010/06/30 15:57:42 fauli Exp $
+
+  30 Jun 2010; Christian Faulhammer <fauli@gentoo.org> exo-0.3.107.ebuild:
+  x86 stable, bug 323729
 
   29 Jun 2010; Christoph Mende <angelos@gentoo.org> exo-0.3.107.ebuild:
   Stable on amd64 wrt bug #323729






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-07-09 16:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-09 16:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/09 16:42:27

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  ppc64 stable wrt #323729
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  xfce-base/exo/exo-0.3.107.ebuild

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

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- exo-0.3.107.ebuild	30 Jun 2010 15:57:42 -0000	1.3
+++ exo-0.3.107.ebuild	9 Jul 2010 16:42:27 -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.3 2010/06/30 15:57:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.4 2010/07/09 16:42:27 ssuominen Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.34                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	30 Jun 2010 15:57:42 -0000	1.33
+++ ChangeLog	9 Jul 2010 16:42:27 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.33 2010/06/30 15:57:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.34 2010/07/09 16:42:27 ssuominen Exp $
+
+  09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> exo-0.3.107.ebuild:
+  ppc64 stable wrt #323729
 
   30 Jun 2010; Christian Faulhammer <fauli@gentoo.org> exo-0.3.107.ebuild:
   x86 stable, bug 323729






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-07-23  7:50 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2010-07-23  7:50 UTC (permalink / raw
  To: gentoo-commits

maekke      10/07/23 07:50:10

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  arm stable, bug #323729
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.5                  xfce-base/exo/exo-0.3.107.ebuild

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

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- exo-0.3.107.ebuild	9 Jul 2010 16:42:27 -0000	1.4
+++ exo-0.3.107.ebuild	23 Jul 2010 07:50:10 -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.4 2010/07/09 16:42:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.5 2010/07/23 07:50:10 maekke Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.35                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	9 Jul 2010 16:42:27 -0000	1.34
+++ ChangeLog	23 Jul 2010 07:50:10 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.34 2010/07/09 16:42:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.35 2010/07/23 07:50:10 maekke Exp $
+
+  23 Jul 2010; Markus Meier <maekke@gentoo.org> exo-0.3.107.ebuild:
+  arm stable, bug #323729
 
   09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> exo-0.3.107.ebuild:
   ppc64 stable wrt #323729






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-08-01 18:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-01 18:40 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/01 18:40:39

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #323729
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.6                  xfce-base/exo/exo-0.3.107.ebuild

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

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- exo-0.3.107.ebuild	23 Jul 2010 07:50:10 -0000	1.5
+++ exo-0.3.107.ebuild	1 Aug 2010 18:40:39 -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.5 2010/07/23 07:50:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.6 2010/08/01 18:40:39 armin76 Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.37                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	26 Jul 2010 15:47:03 -0000	1.36
+++ ChangeLog	1 Aug 2010 18:40:39 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.36 2010/07/26 15:47:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.37 2010/08/01 18:40:39 armin76 Exp $
+
+  01 Aug 2010; Raúl Porcel <armin76@gentoo.org> exo-0.3.107.ebuild:
+  alpha/ia64/sparc stable wrt #323729
 
 *exo-0.5.3 (26 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-08-01 18:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-01 18:55 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/01 18:55:08

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  Revert
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.7                  xfce-base/exo/exo-0.3.107.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?r1=1.6&r2=1.7

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- exo-0.3.107.ebuild	1 Aug 2010 18:40:39 -0000	1.6
+++ exo-0.3.107.ebuild	1 Aug 2010 18:55:08 -0000	1.7
@@ -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.6 2010/08/01 18:40:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.7 2010/08/01 18:55:08 armin76 Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.38                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	1 Aug 2010 18:40:39 -0000	1.37
+++ ChangeLog	1 Aug 2010 18:55:08 -0000	1.38
@@ -1,9 +1,6 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.37 2010/08/01 18:40:39 armin76 Exp $
-
-  01 Aug 2010; Raúl Porcel <armin76@gentoo.org> exo-0.3.107.ebuild:
-  alpha/ia64/sparc stable wrt #323729
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.38 2010/08/01 18:55:08 armin76 Exp $
 
 *exo-0.5.3 (26 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-08-10 15:50 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-10 15:50 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/10 15:50:07

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #323729).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.8                  xfce-base/exo/exo-0.3.107.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?r1=1.7&r2=1.8

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- exo-0.3.107.ebuild	1 Aug 2010 18:55:08 -0000	1.7
+++ exo-0.3.107.ebuild	10 Aug 2010 15:50:07 -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.7 2010/08/01 18:55:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.8 2010/08/10 15:50:07 jer Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.39                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	1 Aug 2010 18:55:08 -0000	1.38
+++ ChangeLog	10 Aug 2010 15:50:07 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.38 2010/08/01 18:55:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.39 2010/08/10 15:50:07 jer Exp $
+
+  10 Aug 2010; Jeroen Roovers <jer@gentoo.org> exo-0.3.107.ebuild:
+  Stable for HPPA (bug #323729).
 
 *exo-0.5.3 (26 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-08-11 20:48 Joseph Jezak (josejx)
  0 siblings, 0 replies; 11+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-11 20:48 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/11 20:48:08

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #323729.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  xfce-base/exo/exo-0.3.107.ebuild

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

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- exo-0.3.107.ebuild	10 Aug 2010 15:50:07 -0000	1.8
+++ exo-0.3.107.ebuild	11 Aug 2010 20:48:08 -0000	1.9
@@ -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.8 2010/08/10 15:50:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.9 2010/08/11 20:48:08 josejx Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.41                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	11 Aug 2010 16:31:48 -0000	1.40
+++ ChangeLog	11 Aug 2010 20:48:08 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.40 2010/08/11 16:31:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.41 2010/08/11 20:48:08 josejx Exp $
+
+  11 Aug 2010; Joseph Jezak <josejx@gentoo.org> exo-0.3.107.ebuild:
+  Marked ppc stable for bug #323729.
 
   11 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> exo-0.5.3.ebuild,
   +files/exo-0.5.3-opera-10_60.patch:






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-08-29 17:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-29 17:55 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/29 17:55:04

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #323729
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.10                 xfce-base/exo/exo-0.3.107.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?r1=1.9&r2=1.10

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- exo-0.3.107.ebuild	11 Aug 2010 20:48:08 -0000	1.9
+++ exo-0.3.107.ebuild	29 Aug 2010 17:55:04 -0000	1.10
@@ -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.9 2010/08/11 20:48:08 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.10 2010/08/29 17:55:04 armin76 Exp $
 
 EAPI=2
 inherit xfconf python multilib
@@ -11,7 +11,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 hal libnotify python"
 
 RDEPEND=">=dev-lang/perl-5.6



1.42                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	11 Aug 2010 20:48:08 -0000	1.41
+++ ChangeLog	29 Aug 2010 17:55:04 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.41 2010/08/11 20:48:08 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.42 2010/08/29 17:55:04 armin76 Exp $
+
+  29 Aug 2010; Raúl Porcel <armin76@gentoo.org> exo-0.3.107.ebuild:
+  alpha/ia64/sparc stable wrt #323729
 
   11 Aug 2010; Joseph Jezak <josejx@gentoo.org> exo-0.3.107.ebuild:
   Marked ppc stable for bug #323729.






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog
@ 2010-09-14 13:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-14 13:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/09/14 13:23:34

  Modified:             exo-0.3.107.ebuild ChangeLog
  Log:
  Fix python_mod_* for EAPI="3" wrt #337009 by Horst Prote and Boris Petersen.
  
  (Portage version: 2.2_rc79/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 xfce-base/exo/exo-0.3.107.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild?r1=1.11&r2=1.12

Index: exo-0.3.107.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- exo-0.3.107.ebuild	6 Sep 2010 17:47:44 -0000	1.11
+++ exo-0.3.107.ebuild	14 Sep 2010 13:23:34 -0000	1.12
@@ -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/xfce-base/exo/exo-0.3.107.ebuild,v 1.11 2010/09/06 17:47:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.12 2010/09/14 13:23:34 ssuominen Exp $
 
 EAPI=3
 inherit xfconf python multilib
@@ -49,10 +49,10 @@
 
 pkg_postinst() {
 	xfconf_pkg_postinst
-	python_mod_optimize "$(python_get_sitedir)"
+	python_mod_optimize exo-0.3 pyexo.py
 }
 
 pkg_postrm() {
 	xfconf_pkg_postrm
-	python_mod_cleanup "$(python_get_sitedir)"
+	python_mod_cleanup exo-0.3 pyexo.py
 }



1.44                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	5 Sep 2010 21:26:01 -0000	1.43
+++ ChangeLog	14 Sep 2010 13:23:34 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.43 2010/09/05 21:26:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.44 2010/09/14 13:23:34 ssuominen Exp $
+
+  14 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> exo-0.3.107.ebuild:
+  Fix python_mod_* for EAPI="3" wrt #337009 by Horst Prote and Boris
+  Petersen.
 
 *exo-0.5.4 (05 Sep 2010)
 






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

end of thread, other threads:[~2010-09-14 13:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 15:16 [gentoo-commits] gentoo-x86 commit in xfce-base/exo: exo-0.3.107.ebuild ChangeLog Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-29  6:53 Christoph Mende (angelos)
2010-06-30 15:57 Christian Faulhammer (fauli)
2010-07-09 16:42 Samuli Suominen (ssuominen)
2010-07-23  7:50 Markus Meier (maekke)
2010-08-01 18:40 Raul Porcel (armin76)
2010-08-01 18:55 Raul Porcel (armin76)
2010-08-10 15:50 Jeroen Roovers (jer)
2010-08-11 20:48 Joseph Jezak (josejx)
2010-08-29 17:55 Raul Porcel (armin76)
2010-09-14 13:23 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