public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild
@ 2008-12-05 15:57 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2008-12-05 15:57 UTC (permalink / raw
  To: gentoo-commits

angelos     08/12/05 15:57:26

  Modified:             ChangeLog
  Added:                xfce4-dict-0.5.2.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc7 x86_64)

Revision  Changes    Path
1.24                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	23 Nov 2008 14:23:31 -0000	1.23
+++ ChangeLog	5 Dec 2008 15:57:26 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-dict
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.23 2008/11/23 14:23:31 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.24 2008/12/05 15:57:26 angelos Exp $
+
+*xfce4-dict-0.5.2 (05 Dec 2008)
+
+  05 Dec 2008; Christoph Mende <angelos@gentoo.org>
+  +xfce4-dict-0.5.2.ebuild:
+  Version bump
 
 *xfce4-dict-0.5.1 (23 Nov 2008)
 



1.1                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-dict-0.5.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.1 2008/12/05 15:57:26 angelos Exp $

EAPI=1

inherit fdo-mime gnome2-utils

DESCRIPTION="plugin and stand-alone application to query dict.org"
HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict"
SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=dev-libs/glib-2.6:2
	>=x11-libs/gtk+-2.6:2
	>=xfce-base/libxfcegui4-4.4
	>=xfce-base/libxfce4util-4.4
	>=xfce-base/xfce4-panel-4.4"
DEPEND="${RDEPEND}
	dev-util/intltool"

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

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild
@ 2009-01-12  0:07 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-01-12  0:07 UTC (permalink / raw
  To: gentoo-commits

darkside    09/01/12 00:07:43

  Modified:             ChangeLog xfce4-dict-0.5.2.ebuild
  Log:
  amd64 stable, bug 254440
  (Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.27                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	22 Dec 2008 17:15:18 -0000	1.26
+++ ChangeLog	12 Jan 2009 00:07:43 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-dict
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.26 2008/12/22 17:15:18 angelos Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.27 2009/01/12 00:07:43 darkside Exp $
+
+  12 Jan 2009; Jeremy Olexa <darkside@gentoo.org> xfce4-dict-0.5.2.ebuild:
+  amd64 stable, bug 254440
 
   22 Dec 2008; Christoph Mende <angelos@gentoo.org>
   -xfce4-dict-0.4.1.ebuild, -xfce4-dict-0.5.0.ebuild:



1.3                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.2&r2=1.3

Index: xfce4-dict-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-dict-0.5.2.ebuild	5 Dec 2008 16:20:27 -0000	1.2
+++ xfce4-dict-0.5.2.ebuild	12 Jan 2009 00:07:43 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.3 2009/01/12 00:07:43 darkside Exp $
 
 EAPI=1
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild
@ 2009-01-13 15:36 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-01-13 15:36 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/13 15:36:41

  Modified:             ChangeLog xfce4-dict-0.5.2.ebuild
  Log:
  Marking xfce4-dict-0.5.2 ppc64 and ppc for bug 254440
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.28                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	12 Jan 2009 00:07:43 -0000	1.27
+++ ChangeLog	13 Jan 2009 15:36:41 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-dict
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.27 2009/01/12 00:07:43 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.28 2009/01/13 15:36:41 ranger Exp $
+
+  13 Jan 2009; Brent Baude <ranger@gentoo.org> xfce4-dict-0.5.2.ebuild:
+  Marking xfce4-dict-0.5.2 ppc64 and ppc for bug 254440
 
   12 Jan 2009; Jeremy Olexa <darkside@gentoo.org> xfce4-dict-0.5.2.ebuild:
   amd64 stable, bug 254440



1.4                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.3&r2=1.4

Index: xfce4-dict-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-dict-0.5.2.ebuild	12 Jan 2009 00:07:43 -0000	1.3
+++ xfce4-dict-0.5.2.ebuild	13 Jan 2009 15:36:41 -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/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.3 2009/01/12 00:07:43 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.4 2009/01/13 15:36:41 ranger Exp $
 
 EAPI=1
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild
@ 2009-01-18 16:20 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-01-18 16:20 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/18 16:20:28

  Modified:             ChangeLog xfce4-dict-0.5.2.ebuild
  Log:
  x86 stable, bug #254440
  (Portage version: 2.1.6.6/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.29                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	13 Jan 2009 15:36:41 -0000	1.28
+++ ChangeLog	18 Jan 2009 16:20:28 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-dict
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.28 2009/01/13 15:36:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.29 2009/01/18 16:20:28 maekke Exp $
+
+  18 Jan 2009; Markus Meier <maekke@gentoo.org> xfce4-dict-0.5.2.ebuild:
+  x86 stable, bug #254440
 
   13 Jan 2009; Brent Baude <ranger@gentoo.org> xfce4-dict-0.5.2.ebuild:
   Marking xfce4-dict-0.5.2 ppc64 and ppc for bug 254440



1.5                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.4&r2=1.5

Index: xfce4-dict-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-dict-0.5.2.ebuild	13 Jan 2009 15:36:41 -0000	1.4
+++ xfce4-dict-0.5.2.ebuild	18 Jan 2009 16:20:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.4 2009/01/13 15:36:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.5 2009/01/18 16:20:28 maekke Exp $
 
 EAPI=1
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild
@ 2009-01-21 19:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-21 19:44 UTC (permalink / raw
  To: gentoo-commits

jer         09/01/21 19:44:22

  Modified:             ChangeLog xfce4-dict-0.5.2.ebuild
  Log:
  Stable for HPPA (bug #254440).
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.30                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	18 Jan 2009 16:20:28 -0000	1.29
+++ ChangeLog	21 Jan 2009 19:44:22 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-dict
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.29 2009/01/18 16:20:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.30 2009/01/21 19:44:22 jer Exp $
+
+  21 Jan 2009; Jeroen Roovers <jer@gentoo.org> xfce4-dict-0.5.2.ebuild:
+  Stable for HPPA (bug #254440).
 
   18 Jan 2009; Markus Meier <maekke@gentoo.org> xfce4-dict-0.5.2.ebuild:
   x86 stable, bug #254440



1.6                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.5&r2=1.6

Index: xfce4-dict-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-dict-0.5.2.ebuild	18 Jan 2009 16:20:28 -0000	1.5
+++ xfce4-dict-0.5.2.ebuild	21 Jan 2009 19:44:22 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.5 2009/01/18 16:20:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.6 2009/01/21 19:44:22 jer Exp $
 
 EAPI=1
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild
@ 2009-01-25 16:38 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-01-25 16:38 UTC (permalink / raw
  To: gentoo-commits

klausman    09/01/25 16:38:26

  Modified:             ChangeLog xfce4-dict-0.5.2.ebuild
  Log:
  Stable on alpha, bug #254440
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	21 Jan 2009 19:44:22 -0000	1.30
+++ ChangeLog	25 Jan 2009 16:38:26 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-dict
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.30 2009/01/21 19:44:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.31 2009/01/25 16:38:26 klausman Exp $
+
+  25 Jan 2009; Tobias Klausmann <klausman@gentoo.org>
+  xfce4-dict-0.5.2.ebuild:
+  Stable on alpha, bug #254440
 
   21 Jan 2009; Jeroen Roovers <jer@gentoo.org> xfce4-dict-0.5.2.ebuild:
   Stable for HPPA (bug #254440).



1.7                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.6&r2=1.7

Index: xfce4-dict-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-dict-0.5.2.ebuild	21 Jan 2009 19:44:22 -0000	1.6
+++ xfce4-dict-0.5.2.ebuild	25 Jan 2009 16:38:26 -0000	1.7
@@ -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/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.6 2009/01/21 19:44:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.7 2009/01/25 16:38:26 klausman Exp $
 
 EAPI=1
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild
@ 2009-02-04 21:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-04 21:17 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/04 21:17:43

  Modified:             ChangeLog xfce4-dict-0.5.2.ebuild
  Log:
  arm/ia64/sparc stable wrt #254440
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.32                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	25 Jan 2009 16:38:26 -0000	1.31
+++ ChangeLog	4 Feb 2009 21:17:43 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/xfce4-dict
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.31 2009/01/25 16:38:26 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.32 2009/02/04 21:17:43 armin76 Exp $
+
+  04 Feb 2009; Raúl Porcel <armin76@gentoo.org> xfce4-dict-0.5.2.ebuild:
+  arm/ia64/sparc stable wrt #254440
 
   25 Jan 2009; Tobias Klausmann <klausman@gentoo.org>
   xfce4-dict-0.5.2.ebuild:



1.8                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.7&r2=1.8

Index: xfce4-dict-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-dict-0.5.2.ebuild	25 Jan 2009 16:38:26 -0000	1.7
+++ xfce4-dict-0.5.2.ebuild	4 Feb 2009 21:17:43 -0000	1.8
@@ -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/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.7 2009/01/25 16:38:26 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.8 2009/02/04 21:17:43 armin76 Exp $
 
 EAPI=1
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.6:2






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

end of thread, other threads:[~2009-02-04 21:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 15:57 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: ChangeLog xfce4-dict-0.5.2.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-12  0:07 Jeremy Olexa (darkside)
2009-01-13 15:36 Brent Baude (ranger)
2009-01-18 16:20 Markus Meier (maekke)
2009-01-21 19:44 Jeroen Roovers (jer)
2009-01-25 16:38 Tobias Klausmann (klausman)
2009-02-04 21:17 Raul Porcel (armin76)

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