public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog
@ 2014-12-22 15:35 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-12-22 15:35 UTC (permalink / raw
  To: gentoo-commits

hwoarang    14/12/22 15:35:47

  Modified:             ChangeLog
  Added:                antiword-0.37-r1.ebuild
  Log:
  Revbump to apply security patch. Thanks to Corentin LABBE
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.49                 app-text/antiword/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	17 Mar 2013 15:46:40 -0000	1.48
+++ ChangeLog	22 Dec 2014 15:35:47 -0000	1.49
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/antiword
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.48 2013/03/17 15:46:40 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.49 2014/12/22 15:35:47 hwoarang Exp $
+
+*antiword-0.37-r1 (22 Dec 2014)
+
+  22 Dec 2014; Markos Chandras <hwoarang@gentoo.org> +antiword-0.37-r1.ebuild,
+  +files/antiword-0.37-CVE-2014-8123.patch:
+  Revbump to apply security patch. Thanks to Corentin LABBE
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml



1.1                  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.1 2014/12/22 15:35:47 hwoarang Exp $

EAPI="5"

inherit eutils toolchain-funcs

IUSE="kde"
PATCHVER="r2"
DESCRIPTION="free MS Word reader"
HOMEPAGE="http://www.winfield.demon.nl"
SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz
	http://dev.gentoo.org/~grobian/distfiles/${PN}-gentoo-patches-${PATCHVER}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"

src_prepare() {
	# Makefile is a symlink to Makefile.Linux, avoid that we patch it by
	# accident using patch <2.7, see bug #435492
	rm Makefile || die

	EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PN}-gentoo-patches-${PATCHVER}"

	# Re-add convenience symlink, see above
	ln -s Makefile.Linux Makefile

	epatch "${FILESDIR}"/${P}-CVE-2014-8123.patch
}

src_configure() { :; }

src_compile() {
	emake PREFIX="${EPREFIX}" OPT="${CFLAGS}" CC="$(tc-getCC)" LD="$(tc-getCC)" \
		LDFLAGS="${LDFLAGS}" || die "emake failed"
}

src_install() {
	emake -j1 PREFIX="${EPREFIX}" DESTDIR="${D}" global_install || die

	use kde || rm -f "${ED}"/usr/bin/kantiword

	insinto /usr/share/${PN}/examples
	doins Docs/testdoc.doc Docs/antiword.php || die

	cd Docs
	doman antiword.1 || die
	dodoc ChangeLog Exmh Emacs FAQ History Netscape QandA ReadMe Mozilla Mutt || die
}





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

* [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog
@ 2014-12-23  9:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-23  9:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/23 09:02:25

  Modified:             antiword-0.37-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #531404
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- antiword-0.37-r1.ebuild	22 Dec 2014 15:35:47 -0000	1.1
+++ antiword-0.37-r1.ebuild	23 Dec 2014 09:02:25 -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-text/antiword/antiword-0.37-r1.ebuild,v 1.1 2014/12/22 15:35:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.2 2014/12/23 09:02:25 ago Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 src_prepare() {
 	# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.50                 app-text/antiword/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	22 Dec 2014 15:35:47 -0000	1.49
+++ ChangeLog	23 Dec 2014 09:02:25 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.49 2014/12/22 15:35:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.50 2014/12/23 09:02:25 ago Exp $
+
+  23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
+  Stable for amd64, wrt bug #531404
 
 *antiword-0.37-r1 (22 Dec 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog
@ 2014-12-23  9:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-23  9:03 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/23 09:03:42

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

Revision  Changes    Path
1.3                  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- antiword-0.37-r1.ebuild	23 Dec 2014 09:02:25 -0000	1.2
+++ antiword-0.37-r1.ebuild	23 Dec 2014 09:03:42 -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-text/antiword/antiword-0.37-r1.ebuild,v 1.2 2014/12/23 09:02:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.3 2014/12/23 09:03:42 ago Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 src_prepare() {
 	# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.51                 app-text/antiword/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	23 Dec 2014 09:02:25 -0000	1.50
+++ ChangeLog	23 Dec 2014 09:03:42 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.50 2014/12/23 09:02:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.51 2014/12/23 09:03:42 ago Exp $
+
+  23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
+  Stable for x86, wrt bug #531404
 
   23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
   Stable for amd64, wrt bug #531404





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

* [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog
@ 2014-12-24 14:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-24 14:35 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/24 14:35:21

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

Revision  Changes    Path
1.4                  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- antiword-0.37-r1.ebuild	23 Dec 2014 09:03:42 -0000	1.3
+++ antiword-0.37-r1.ebuild	24 Dec 2014 14:35:21 -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-text/antiword/antiword-0.37-r1.ebuild,v 1.3 2014/12/23 09:03:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.4 2014/12/24 14:35:21 ago Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 src_prepare() {
 	# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.53                 app-text/antiword/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	23 Dec 2014 09:50:41 -0000	1.52
+++ ChangeLog	24 Dec 2014 14:35:21 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.52 2014/12/23 09:50:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.53 2014/12/24 14:35:21 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
+  Stable for ppc, wrt bug #531404
 
   23 Dec 2014; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add cpe entry for the latest CVE





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

* [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog
@ 2014-12-24 14:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-24 14:45 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/24 14:45:32

  Modified:             antiword-0.37-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #531404
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- antiword-0.37-r1.ebuild	24 Dec 2014 14:35:21 -0000	1.4
+++ antiword-0.37-r1.ebuild	24 Dec 2014 14:45:32 -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-text/antiword/antiword-0.37-r1.ebuild,v 1.4 2014/12/24 14:35:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.5 2014/12/24 14:45:32 ago Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 src_prepare() {
 	# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.54                 app-text/antiword/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	24 Dec 2014 14:35:21 -0000	1.53
+++ ChangeLog	24 Dec 2014 14:45:32 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.53 2014/12/24 14:35:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.54 2014/12/24 14:45:32 ago Exp $
+
+  24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
+  Stable for ppc64, wrt bug #531404
 
   24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
   Stable for ppc, wrt bug #531404





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

* [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog
@ 2014-12-26  9:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-26  9:18 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/26 09:18:13

  Modified:             antiword-0.37-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #531404
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- antiword-0.37-r1.ebuild	24 Dec 2014 14:45:32 -0000	1.5
+++ antiword-0.37-r1.ebuild	26 Dec 2014 09:18:13 -0000	1.6
@@ -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-text/antiword/antiword-0.37-r1.ebuild,v 1.5 2014/12/24 14:45:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.6 2014/12/26 09:18:13 ago Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 src_prepare() {
 	# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.55                 app-text/antiword/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	24 Dec 2014 14:45:32 -0000	1.54
+++ ChangeLog	26 Dec 2014 09:18:13 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.54 2014/12/24 14:45:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.55 2014/12/26 09:18:13 ago Exp $
+
+  26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
+  Stable for sparc, wrt bug #531404
 
   24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
   Stable for ppc64, wrt bug #531404





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

* [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog
@ 2015-01-09 14:17 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2015-01-09 14:17 UTC (permalink / raw
  To: gentoo-commits

klausman    15/01/09 14:17:32

  Modified:             antiword-0.37-r1.ebuild ChangeLog
  Log:
  Stable on alpha, bug 531404
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.7                  app-text/antiword/antiword-0.37-r1.ebuild

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

Index: antiword-0.37-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- antiword-0.37-r1.ebuild	26 Dec 2014 09:18:13 -0000	1.6
+++ antiword-0.37-r1.ebuild	9 Jan 2015 14:17:32 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.6 2014/12/26 09:18:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/antiword-0.37-r1.ebuild,v 1.7 2015/01/09 14:17:32 klausman Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 src_prepare() {
 	# Makefile is a symlink to Makefile.Linux, avoid that we patch it by



1.56                 app-text/antiword/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/antiword/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	26 Dec 2014 09:18:13 -0000	1.55
+++ ChangeLog	9 Jan 2015 14:17:32 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/antiword
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.55 2014/12/26 09:18:13 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/antiword/ChangeLog,v 1.56 2015/01/09 14:17:32 klausman Exp $
+
+  09 Jan 2015; Tobias Klausmann <klausman@gentoo.org> antiword-0.37-r1.ebuild:
+  Stable on alpha, bug 531404
 
   26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> antiword-0.37-r1.ebuild:
   Stable for sparc, wrt bug #531404





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

end of thread, other threads:[~2015-01-09 14:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23  9:02 [gentoo-commits] gentoo-x86 commit in app-text/antiword: antiword-0.37-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-09 14:17 Tobias Klausmann (klausman)
2014-12-26  9:18 Agostino Sarubbo (ago)
2014-12-24 14:45 Agostino Sarubbo (ago)
2014-12-24 14:35 Agostino Sarubbo (ago)
2014-12-23  9:03 Agostino Sarubbo (ago)
2014-12-22 15:35 Markos Chandras (hwoarang)

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