public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/dictionary: dictionary-1.10.ebuild ChangeLog
@ 2014-02-18 23:30 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-02-18 23:30 UTC (permalink / raw
  To: gentoo-commits

ulm         14/02/18 23:30:12

  Modified:             ChangeLog
  Added:                dictionary-1.10.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.14                 app-emacs/dictionary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 Dec 2007 05:25:08 -0000	1.13
+++ ChangeLog	18 Feb 2014 23:30:12 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/dictionary
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.13 2007/12/14 05:25:08 opfer Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.14 2014/02/18 23:30:12 ulm Exp $
+
+*dictionary-1.10 (18 Feb 2014)
+
+  18 Feb 2014; Ulrich Müller <ulm@gentoo.org> +dictionary-1.10.ebuild,
+  +files/50dictionary-gentoo-1.10.el:
+  Version bump.
 
   14 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
   dictionary-1.8.7.ebuild:



1.1                  app-emacs/dictionary/dictionary-1.10.ebuild

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

Index: dictionary-1.10.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.1 2014/02/18 23:30:12 ulm Exp $

EAPI=5

inherit elisp

DESCRIPTION="Emacs package for talking to a dictionary server"
HOMEPAGE="http://www.myrkr.in-berlin.de/dictionary/index.html"
SRC_URI="http://www.myrkr.in-berlin.de/${PN}/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

ELISP_REMOVE="install-package.el lpath.el"
SITEFILE="50${PN}-gentoo-${PV}.el"
DOCS="README"





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

* [gentoo-commits] gentoo-x86 commit in app-emacs/dictionary: dictionary-1.10.ebuild ChangeLog
@ 2014-03-29 18:03 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 5+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-03-29 18:03 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/03/29 18:03:26

  Modified:             dictionary-1.10.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #505060
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.2                  app-emacs/dictionary/dictionary-1.10.ebuild

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

Index: dictionary-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dictionary-1.10.ebuild	18 Feb 2014 23:30:12 -0000	1.1
+++ dictionary-1.10.ebuild	29 Mar 2014 18:03:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.1 2014/02/18 23:30:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.2 2014/03/29 18:03:26 nimiux Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 ELISP_REMOVE="install-package.el lpath.el"
 SITEFILE="50${PN}-gentoo-${PV}.el"



1.15                 app-emacs/dictionary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	18 Feb 2014 23:30:12 -0000	1.14
+++ ChangeLog	29 Mar 2014 18:03:26 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/dictionary
 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.14 2014/02/18 23:30:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.15 2014/03/29 18:03:26 nimiux Exp $
+
+  29 Mar 2014; Chema Alonso <nimiux@gentoo.org> dictionary-1.10.ebuild:
+  Stable for amd64 wrt bug #505060
 
 *dictionary-1.10 (18 Feb 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in app-emacs/dictionary: dictionary-1.10.ebuild ChangeLog
@ 2014-04-05 11:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-05 11:09 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/05 11:09:04

  Modified:             dictionary-1.10.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505060
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  app-emacs/dictionary/dictionary-1.10.ebuild

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

Index: dictionary-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dictionary-1.10.ebuild	29 Mar 2014 18:03:26 -0000	1.2
+++ dictionary-1.10.ebuild	5 Apr 2014 11:09:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.2 2014/03/29 18:03:26 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.3 2014/04/05 11:09:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 ELISP_REMOVE="install-package.el lpath.el"
 SITEFILE="50${PN}-gentoo-${PV}.el"



1.16                 app-emacs/dictionary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	29 Mar 2014 18:03:26 -0000	1.15
+++ ChangeLog	5 Apr 2014 11:09:04 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/dictionary
 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.15 2014/03/29 18:03:26 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.16 2014/04/05 11:09:04 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> dictionary-1.10.ebuild:
+  Stable for x86, wrt bug #505060
 
   29 Mar 2014; Chema Alonso <nimiux@gentoo.org> dictionary-1.10.ebuild:
   Stable for amd64 wrt bug #505060





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

* [gentoo-commits] gentoo-x86 commit in app-emacs/dictionary: dictionary-1.10.ebuild ChangeLog
@ 2014-04-13 16:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-13 16:27 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/13 16:27:29

  Modified:             dictionary-1.10.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #505060
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-emacs/dictionary/dictionary-1.10.ebuild

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

Index: dictionary-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dictionary-1.10.ebuild	5 Apr 2014 11:09:04 -0000	1.3
+++ dictionary-1.10.ebuild	13 Apr 2014 16:27:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.3 2014/04/05 11:09:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.4 2014/04/13 16:27:29 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 ELISP_REMOVE="install-package.el lpath.el"
 SITEFILE="50${PN}-gentoo-${PV}.el"



1.17                 app-emacs/dictionary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 Apr 2014 11:09:04 -0000	1.16
+++ ChangeLog	13 Apr 2014 16:27:29 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/dictionary
 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.16 2014/04/05 11:09:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.17 2014/04/13 16:27:29 ago Exp $
+
+  13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> dictionary-1.10.ebuild:
+  Stable for ppc, wrt bug #505060
 
   05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> dictionary-1.10.ebuild:
   Stable for x86, wrt bug #505060





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

* [gentoo-commits] gentoo-x86 commit in app-emacs/dictionary: dictionary-1.10.ebuild ChangeLog
@ 2014-11-15 10:20 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-11-15 10:20 UTC (permalink / raw
  To: gentoo-commits

ulm         14/11/15 10:20:11

  Modified:             dictionary-1.10.ebuild ChangeLog
  Log:
  Supress load message in site-init file.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.5                  app-emacs/dictionary/dictionary-1.10.ebuild

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

Index: dictionary-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dictionary-1.10.ebuild	13 Apr 2014 16:27:29 -0000	1.4
+++ dictionary-1.10.ebuild	15 Nov 2014 10:20:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.4 2014/04/13 16:27:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.5 2014/11/15 10:20:11 ulm Exp $
 
 EAPI=5
 
@@ -15,5 +15,5 @@
 KEYWORDS="amd64 ppc x86"
 
 ELISP_REMOVE="install-package.el lpath.el"
-SITEFILE="50${PN}-gentoo-${PV}.el"
+SITEFILE="50${PN}-gentoo.el"
 DOCS="README"



1.19                 app-emacs/dictionary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	13 Apr 2014 16:42:49 -0000	1.18
+++ ChangeLog	15 Nov 2014 10:20:11 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/dictionary
 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.18 2014/04/13 16:42:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.19 2014/11/15 10:20:11 ulm Exp $
+
+  15 Nov 2014; Ulrich Müller <ulm@gentoo.org> dictionary-1.10.ebuild,
+  -files/50dictionary-gentoo-1.10.el, +files/50dictionary-gentoo.el:
+  Supress load message in site-init file.
 
   13 Apr 2014; Ulrich Müller <ulm@gentoo.org> -dictionary-1.8.7.ebuild,
   -files/50dictionary-gentoo.el:





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

end of thread, other threads:[~2014-11-15 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-29 18:03 [gentoo-commits] gentoo-x86 commit in app-emacs/dictionary: dictionary-1.10.ebuild ChangeLog JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-15 10:20 Ulrich Mueller (ulm)
2014-04-13 16:27 Agostino Sarubbo (ago)
2014-04-05 11:09 Agostino Sarubbo (ago)
2014-02-18 23:30 Ulrich Mueller (ulm)

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