public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2012-09-15 12:22 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2012-09-15 12:22 UTC (permalink / raw
  To: gentoo-commits

pacho       12/09/15 12:22:55

  Modified:             ChangeLog
  Added:                dia2code-0.8.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.17/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	30 Jun 2012 17:44:41 -0000	1.20
+++ ChangeLog	15 Sep 2012 12:22:55 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.20 2012/06/30 17:44:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.21 2012/09/15 12:22:55 pacho Exp $
+
+*dia2code-0.8.5 (15 Sep 2012)
+
+  15 Sep 2012; Pacho Ramos <pacho@gentoo.org> +dia2code-0.8.5.ebuild:
+  Version bump.
 
 *dia2code-0.8.4 (30 Jun 2012)
 



1.1                  app-office/dia2code/dia2code-0.8.5.ebuild

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

Index: dia2code-0.8.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.1 2012/09/15 12:22:55 pacho Exp $

EAPI=4
inherit flag-o-matic autotools

DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours."
HOMEPAGE="http://dia2code.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-libs/libxml2"
RDEPEND="${DEPEND}
	>=app-office/dia-0.90.0"

src_prepare() {
	eautoreconf # Needed to prevent maintainer-mode to get activated
}

src_install() {
	default
	doman dia2code.1
}





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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2013-03-25 15:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 15:35 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 15:35:24

  Modified:             dia2code-0.8.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #458984
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  app-office/dia2code/dia2code-0.8.5.ebuild

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

Index: dia2code-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dia2code-0.8.5.ebuild	15 Sep 2012 12:22:55 -0000	1.1
+++ dia2code-0.8.5.ebuild	25 Mar 2013 15:35:24 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.1 2012/09/15 12:22:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.2 2013/03/25 15:35:24 ago Exp $
 
 EAPI=4
 inherit flag-o-matic autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"



1.27                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	5 Mar 2013 22:59:56 -0000	1.26
+++ ChangeLog	25 Mar 2013 15:35:24 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.26 2013/03/05 22:59:56 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.27 2013/03/25 15:35:24 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
+  Stable for amd64, wrt bug #458984
 
   05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -dia2code-0.8.3.ebuild:
   Clean up old revision.





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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2013-03-25 16:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 16:14 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 16:14:29

  Modified:             dia2code-0.8.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #458984
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  app-office/dia2code/dia2code-0.8.5.ebuild

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

Index: dia2code-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dia2code-0.8.5.ebuild	25 Mar 2013 15:35:24 -0000	1.2
+++ dia2code-0.8.5.ebuild	25 Mar 2013 16:14:29 -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-office/dia2code/dia2code-0.8.5.ebuild,v 1.2 2013/03/25 15:35:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.3 2013/03/25 16:14:29 ago Exp $
 
 EAPI=4
 inherit flag-o-matic autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"



1.28                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	25 Mar 2013 15:35:24 -0000	1.27
+++ ChangeLog	25 Mar 2013 16:14:29 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.27 2013/03/25 15:35:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.28 2013/03/25 16:14:29 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
+  Stable for x86, wrt bug #458984
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
   Stable for amd64, wrt bug #458984





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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2013-03-26 16:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 16:47 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/26 16:47:34

  Modified:             dia2code-0.8.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #458984
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-office/dia2code/dia2code-0.8.5.ebuild

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

Index: dia2code-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dia2code-0.8.5.ebuild	25 Mar 2013 16:14:29 -0000	1.3
+++ dia2code-0.8.5.ebuild	26 Mar 2013 16:47:34 -0000	1.4
@@ -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-office/dia2code/dia2code-0.8.5.ebuild,v 1.3 2013/03/25 16:14:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.4 2013/03/26 16:47:34 ago Exp $
 
 EAPI=4
 inherit flag-o-matic autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"



1.29                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	25 Mar 2013 16:14:29 -0000	1.28
+++ ChangeLog	26 Mar 2013 16:47:34 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.28 2013/03/25 16:14:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.29 2013/03/26 16:47:34 ago Exp $
+
+  26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
+  Stable for ppc, wrt bug #458984
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
   Stable for x86, wrt bug #458984





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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2013-03-29 13:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-29 13:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/29 13:21:12

  Modified:             dia2code-0.8.5.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #458984
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-office/dia2code/dia2code-0.8.5.ebuild

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

Index: dia2code-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dia2code-0.8.5.ebuild	26 Mar 2013 16:47:34 -0000	1.4
+++ dia2code-0.8.5.ebuild	29 Mar 2013 13:21:12 -0000	1.5
@@ -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-office/dia2code/dia2code-0.8.5.ebuild,v 1.4 2013/03/26 16:47:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.5 2013/03/29 13:21:12 ago Exp $
 
 EAPI=4
 inherit flag-o-matic autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ia64 ppc ~sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"



1.30                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	26 Mar 2013 16:47:34 -0000	1.29
+++ ChangeLog	29 Mar 2013 13:21:12 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.29 2013/03/26 16:47:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.30 2013/03/29 13:21:12 ago Exp $
+
+  29 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
+  Stable for ia64, wrt bug #458984
 
   26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
   Stable for ppc, wrt bug #458984





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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2013-04-01 18:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 18:23 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/01 18:23:23

  Modified:             dia2code-0.8.5.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #458984
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-office/dia2code/dia2code-0.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?r1=1.5&r2=1.6

Index: dia2code-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dia2code-0.8.5.ebuild	29 Mar 2013 13:21:12 -0000	1.5
+++ dia2code-0.8.5.ebuild	1 Apr 2013 18:23:23 -0000	1.6
@@ -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-office/dia2code/dia2code-0.8.5.ebuild,v 1.5 2013/03/29 13:21:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.6 2013/04/01 18:23:23 ago Exp $
 
 EAPI=4
 inherit flag-o-matic autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ia64 ppc sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"



1.31                 app-office/dia2code/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	29 Mar 2013 13:21:12 -0000	1.30
+++ ChangeLog	1 Apr 2013 18:23:23 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.30 2013/03/29 13:21:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.31 2013/04/01 18:23:23 ago Exp $
+
+  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
+  Stable for sparc, wrt bug #458984
 
   29 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.5.ebuild:
   Stable for ia64, wrt bug #458984





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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2013-09-22 11:30 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2013-09-22 11:30 UTC (permalink / raw
  To: gentoo-commits

pacho       13/09/22 11:30:33

  Modified:             dia2code-0.8.5.ebuild ChangeLog
  Log:
  And fix build with latest automake (#467592)
  
  (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  app-office/dia2code/dia2code-0.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?r1=1.7&r2=1.8

Index: dia2code-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dia2code-0.8.5.ebuild	22 Sep 2013 11:28:46 -0000	1.7
+++ dia2code-0.8.5.ebuild	22 Sep 2013 11:30:33 -0000	1.8
@@ -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-office/dia2code/dia2code-0.8.5.ebuild,v 1.7 2013/09/22 11:28:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.8 2013/09/22 11:30:33 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG="no"
@@ -25,6 +25,8 @@
 	# Respect AR, bug #462968
 	epatch "${FILESDIR}/${PN}-0.8.5-ar.patch"
 
+	sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
+
 	eautoreconf # Needed to prevent maintainer-mode to get activated
 	gnome2_src_prepare
 }



1.33                 app-office/dia2code/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	22 Sep 2013 11:28:46 -0000	1.32
+++ ChangeLog	22 Sep 2013 11:30:33 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.32 2013/09/22 11:28:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.33 2013/09/22 11:30:33 pacho Exp $
+
+  22 Sep 2013; Pacho Ramos <pacho@gentoo.org> dia2code-0.8.5.ebuild:
+  And fix build with latest automake (#467592)
 
   22 Sep 2013; Pacho Ramos <pacho@gentoo.org> +files/dia2code-0.8.5-ar.patch,
   -dia2code-0.8.4.ebuild, dia2code-0.8.5.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog
@ 2014-04-17  7:44 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2014-04-17  7:44 UTC (permalink / raw
  To: gentoo-commits

pacho       14/04/17 07:44:55

  Modified:             dia2code-0.8.5.ebuild ChangeLog
  Log:
  Drop stable keywords after the discussion caused by Gnome 3.8/3.10 stabilization on this arches
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.9                  app-office/dia2code/dia2code-0.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild?r1=1.8&r2=1.9

Index: dia2code-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dia2code-0.8.5.ebuild	22 Sep 2013 11:30:33 -0000	1.8
+++ dia2code-0.8.5.ebuild	17 Apr 2014 07:44:55 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.8 2013/09/22 11:30:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.9 2014/04/17 07:44:55 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"



1.34                 app-office/dia2code/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	22 Sep 2013 11:30:33 -0000	1.33
+++ ChangeLog	17 Apr 2014 07:44:55 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/dia2code
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.33 2013/09/22 11:30:33 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.34 2014/04/17 07:44:55 pacho Exp $
+
+  17 Apr 2014; Pacho Ramos <pacho@gentoo.org> dia2code-0.8.5.ebuild:
+  Drop stable keywords after the discussion caused by Gnome 3.8/3.10
+  stabilization on this arches
 
   22 Sep 2013; Pacho Ramos <pacho@gentoo.org> dia2code-0.8.5.ebuild:
   And fix build with latest automake (#467592)





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

end of thread, other threads:[~2014-04-17  7:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-15 12:22 [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.5.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-25 15:35 Agostino Sarubbo (ago)
2013-03-25 16:14 Agostino Sarubbo (ago)
2013-03-26 16:47 Agostino Sarubbo (ago)
2013-03-29 13:21 Agostino Sarubbo (ago)
2013-04-01 18:23 Agostino Sarubbo (ago)
2013-09-22 11:30 Pacho Ramos (pacho)
2014-04-17  7:44 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