public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/gnome-dictionary: gnome-dictionary-3.8.0.ebuild ChangeLog
@ 2013-07-24 19:28 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2013-07-24 19:28 UTC (permalink / raw
  To: gentoo-commits

pacho       13/07/24 19:28:00

  Modified:             ChangeLog
  Added:                gnome-dictionary-3.8.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  app-dicts/gnome-dictionary/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Mar 2013 22:55:24 -0000	1.4
+++ ChangeLog	24 Jul 2013 19:28:00 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-dicts/gnome-dictionary
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.4 2013/03/05 22:55:24 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.5 2013/07/24 19:28:00 pacho Exp $
+
+*gnome-dictionary-3.8.0 (24 Jul 2013)
+
+  24 Jul 2013; Pacho Ramos <pacho@gentoo.org> +gnome-dictionary-3.8.0.ebuild:
+  Version bump
 
   05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
   -gnome-dictionary-3.4.0.ebuild:
@@ -22,4 +27,3 @@
   +gnome-dictionary-3.4.0.ebuild, +metadata.xml:
   New separate gnome dictionary utility package, formerly part of
   gnome-extra/gnome-utils.
-



1.1                  app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?rev=1.1&content-type=text/plain

Index: gnome-dictionary-3.8.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild,v 1.1 2013/07/24 19:28:00 pacho Exp $

EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="Dictionary utility for GNOME"
HOMEPAGE="https://live.gnome.org/GnomeUtils"

LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
SLOT="0/6" # subslot = suffix of libgdict-1.0.so
IUSE="ipv6"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"

COMMON_DEPEND="
	>=dev-libs/glib-2.28:2
	x11-libs/cairo:=
	>=x11-libs/gtk+-3:3
	x11-libs/pango
"
RDEPEND="${COMMON_DEPEND}
	gnome-base/gsettings-desktop-schemas
	!<gnome-extra/gnome-utils-3.4
"
# ${PN} was part of gnome-utils before 3.4
DEPEND="${COMMON_DEPEND}
	>=dev-util/gtk-doc-am-1.15
	>=dev-util/intltool-0.40
	>=sys-devel/gettext-0.17
	virtual/pkgconfig
"

src_configure() {
	gnome2_src_configure \
		$(use_enable ipv6) \
		ITSTOOL=$(type -P true)
}





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

* [gentoo-commits] gentoo-x86 commit in app-dicts/gnome-dictionary: gnome-dictionary-3.8.0.ebuild ChangeLog
@ 2013-11-30 18:35 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-30 18:35 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/30 18:35:03

  Modified:             gnome-dictionary-3.8.0.ebuild ChangeLog
  Log:
  amd64 stable, bug #478252
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?r1=1.1&r2=1.2

Index: gnome-dictionary-3.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-dictionary-3.8.0.ebuild	24 Jul 2013 19:28:00 -0000	1.1
+++ gnome-dictionary-3.8.0.ebuild	30 Nov 2013 18:35:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild,v 1.1 2013/07/24 19:28:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild,v 1.2 2013/11/30 18:35:03 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -14,7 +14,7 @@
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="0/6" # subslot = suffix of libgdict-1.0.so
 IUSE="ipv6"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.28:2



1.6                  app-dicts/gnome-dictionary/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Jul 2013 19:28:00 -0000	1.5
+++ ChangeLog	30 Nov 2013 18:35:03 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/gnome-dictionary
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.5 2013/07/24 19:28:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.6 2013/11/30 18:35:03 pacho Exp $
+
+  30 Nov 2013; Pacho Ramos <pacho@gentoo.org> gnome-dictionary-3.8.0.ebuild:
+  amd64 stable, bug #478252
 
 *gnome-dictionary-3.8.0 (24 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-dicts/gnome-dictionary: gnome-dictionary-3.8.0.ebuild ChangeLog
@ 2013-12-08 17:40 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-08 17:40 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/08 17:40:01

  Modified:             gnome-dictionary-3.8.0.ebuild ChangeLog
  Log:
  x86 stable, bug #478252
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild?r1=1.2&r2=1.3

Index: gnome-dictionary-3.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-dictionary-3.8.0.ebuild	30 Nov 2013 18:35:03 -0000	1.2
+++ gnome-dictionary-3.8.0.ebuild	8 Dec 2013 17:40:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild,v 1.2 2013/11/30 18:35:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.8.0.ebuild,v 1.3 2013/12/08 17:40:01 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -14,7 +14,7 @@
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="0/6" # subslot = suffix of libgdict-1.0.so
 IUSE="ipv6"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="
 	>=dev-libs/glib-2.28:2



1.7                  app-dicts/gnome-dictionary/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 Nov 2013 18:35:03 -0000	1.6
+++ ChangeLog	8 Dec 2013 17:40:01 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/gnome-dictionary
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.6 2013/11/30 18:35:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.7 2013/12/08 17:40:01 pacho Exp $
+
+  08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnome-dictionary-3.8.0.ebuild:
+  x86 stable, bug #478252
 
   30 Nov 2013; Pacho Ramos <pacho@gentoo.org> gnome-dictionary-3.8.0.ebuild:
   amd64 stable, bug #478252





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

end of thread, other threads:[~2013-12-08 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30 18:35 [gentoo-commits] gentoo-x86 commit in app-dicts/gnome-dictionary: gnome-dictionary-3.8.0.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-08 17:40 Pacho Ramos (pacho)
2013-07-24 19:28 Pacho Ramos (pacho)

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