public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2008-09-03  4:15 Alexis Ballier (aballier)
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-03  4:15 UTC (permalink / raw
  To: gentoo-commits

aballier    08/09/03 04:15:18

  Modified:             ChangeLog
  Added:                envlab-1.2-r1.ebuild
  Log:
  rev bump to install into texmf-site
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.13                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	3 Sep 2008 04:10:03 -0000	1.12
+++ ChangeLog	3 Sep 2008 04:15:18 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.12 2008/09/03 04:10:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.13 2008/09/03 04:15:18 aballier Exp $
+
+*envlab-1.2-r1 (03 Sep 2008)
+
+  03 Sep 2008; Alexis Ballier <aballier@gentoo.org> +envlab-1.2-r1.ebuild:
+  rev bump to install into texmf-site
 
   03 Sep 2008; Alexis Ballier <aballier@gentoo.org> envlab-1.2.ebuild:
   no need to depend on virtual/tetex, latex-package eclass does it for us



1.1                  dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: envlab-1.2-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.1 2008/09/03 04:15:18 aballier Exp $

inherit latex-package

S="${WORKDIR}/${PN}"
LICENSE="LPPL-1.2"
DESCRIPTION="A LaTeX module to format envelopes"
HOMEPAGE="http://planck.psu.edu/~boris/"
# downloaded from
# ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
DEPEND=""
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

TEXMF=/usr/share/texmf-site

src_compile() {
	export VARTEXFONTS="${T}/fonts"
	ebegin "Compiling ${PN}"
	latex envlab.ins || die
	pdflatex elguide.tex || die
	pdflatex elguide.tex || die
	pdflatex envlab.drv || die
	pdflatex envlab.drv || die
	eend
}

src_install() {
	latex-package_src_install

	insinto ${TEXMF}/tex/latex/${PN}
	doins *.cfg

	dodoc readme.v12
}






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-01-07 19:44 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2009-01-07 19:44 UTC (permalink / raw
  To: gentoo-commits

ranger      09/01/07 19:44:42

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  stable ppc64, bug 254082
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.19                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	6 Oct 2008 04:31:03 -0000	1.18
+++ ChangeLog	7 Jan 2009 19:44:42 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.18 2008/10/06 04:31:03 jer Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.19 2009/01/07 19:44:42 ranger Exp $
+
+  07 Jan 2009; Brent Baude <ranger@gentoo.org> envlab-1.2-r1.ebuild:
+  stable ppc64, bug 254082
 
   06 Oct 2008; Jeroen Roovers <jer@gentoo.org> envlab-1.2-r1.ebuild:
   Marked ~hppa (bug #237202).



1.7                  dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.6&r2=1.7

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- envlab-1.2-r1.ebuild	6 Oct 2008 04:31:02 -0000	1.6
+++ envlab-1.2-r1.ebuild	7 Jan 2009 19:44:42 -0000	1.7
@@ -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.6 2008/10/06 04:31:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.7 2009/01/07 19:44:42 ranger Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-01-08 19:27 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-08 19:27 UTC (permalink / raw
  To: gentoo-commits

jer         09/01/08 19:27:34

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  Stable for HPPA (bug #254082).
  (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.20                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	7 Jan 2009 19:44:42 -0000	1.19
+++ ChangeLog	8 Jan 2009 19:27:34 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.19 2009/01/07 19:44:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.20 2009/01/08 19:27:34 jer Exp $
+
+  08 Jan 2009; Jeroen Roovers <jer@gentoo.org> envlab-1.2-r1.ebuild:
+  Stable for HPPA (bug #254082).
 
   07 Jan 2009; Brent Baude <ranger@gentoo.org> envlab-1.2-r1.ebuild:
   stable ppc64, bug 254082



1.8                  dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.7&r2=1.8

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- envlab-1.2-r1.ebuild	7 Jan 2009 19:44:42 -0000	1.7
+++ envlab-1.2-r1.ebuild	8 Jan 2009 19:27:34 -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.7 2009/01/07 19:44:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.8 2009/01/08 19:27:34 jer Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-01-09 18:20 Joseph Jezak (josejx)
  0 siblings, 0 replies; 12+ messages in thread
From: Joseph Jezak (josejx) @ 2009-01-09 18:20 UTC (permalink / raw
  To: gentoo-commits

josejx      09/01/09 18:20:05

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  Marked ppc stable for bug #254082.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)

Revision  Changes    Path
1.21                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Jan 2009 19:27:34 -0000	1.20
+++ ChangeLog	9 Jan 2009 18:20:05 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.20 2009/01/08 19:27:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.21 2009/01/09 18:20:05 josejx Exp $
+
+  09 Jan 2009; Joseph Jezak <josejx@gentoo.org> envlab-1.2-r1.ebuild:
+  Marked ppc stable for bug #254082.
 
   08 Jan 2009; Jeroen Roovers <jer@gentoo.org> envlab-1.2-r1.ebuild:
   Stable for HPPA (bug #254082).



1.9                  dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.8&r2=1.9

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- envlab-1.2-r1.ebuild	8 Jan 2009 19:27:34 -0000	1.8
+++ envlab-1.2-r1.ebuild	9 Jan 2009 18:20:05 -0000	1.9
@@ -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.8 2009/01/08 19:27:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.9 2009/01/09 18:20:05 josejx Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-01-10 14:17 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-01-10 14:17 UTC (permalink / raw
  To: gentoo-commits

klausman    09/01/10 14:17:08

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  Stable on alpha, bug #254082
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.22                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	9 Jan 2009 18:20:05 -0000	1.21
+++ ChangeLog	10 Jan 2009 14:17:08 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.21 2009/01/09 18:20:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.22 2009/01/10 14:17:08 klausman Exp $
+
+  10 Jan 2009; Tobias Klausmann <klausman@gentoo.org> envlab-1.2-r1.ebuild:
+  Stable on alpha, bug #254082
 
   09 Jan 2009; Joseph Jezak <josejx@gentoo.org> envlab-1.2-r1.ebuild:
   Marked ppc stable for bug #254082.



1.10                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.9&r2=1.10

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- envlab-1.2-r1.ebuild	9 Jan 2009 18:20:05 -0000	1.9
+++ envlab-1.2-r1.ebuild	10 Jan 2009 14:17:08 -0000	1.10
@@ -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.9 2009/01/09 18:20:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.10 2009/01/10 14:17:08 klausman Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-01-10 17:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-10 17:03 UTC (permalink / raw
  To: gentoo-commits

armin76     09/01/10 17:03:30

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  ia64/sparc stable wrt #254082
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.23                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	10 Jan 2009 14:17:08 -0000	1.22
+++ ChangeLog	10 Jan 2009 17:03:30 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.22 2009/01/10 14:17:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.23 2009/01/10 17:03:30 armin76 Exp $
+
+  10 Jan 2009; Raúl Porcel <armin76@gentoo.org> envlab-1.2-r1.ebuild:
+  ia64/sparc stable wrt #254082
 
   10 Jan 2009; Tobias Klausmann <klausman@gentoo.org> envlab-1.2-r1.ebuild:
   Stable on alpha, bug #254082



1.11                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.10&r2=1.11

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- envlab-1.2-r1.ebuild	10 Jan 2009 14:17:08 -0000	1.10
+++ envlab-1.2-r1.ebuild	10 Jan 2009 17:03:30 -0000	1.11
@@ -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.10 2009/01/10 14:17:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.11 2009/01/10 17:03:30 armin76 Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-01-10 19:10 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2009-01-10 19:10 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/10 19:10:14

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  amd64/x86 stable, bug #254082
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.24                 dev-tex/envlab/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	10 Jan 2009 17:03:30 -0000	1.23
+++ ChangeLog	10 Jan 2009 19:10:14 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.23 2009/01/10 17:03:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.24 2009/01/10 19:10:14 maekke Exp $
+
+  10 Jan 2009; Markus Meier <maekke@gentoo.org> envlab-1.2-r1.ebuild:
+  amd64/x86 stable, bug #254082
 
   10 Jan 2009; Raúl Porcel <armin76@gentoo.org> envlab-1.2-r1.ebuild:
   ia64/sparc stable wrt #254082



1.12                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.11&r2=1.12

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- envlab-1.2-r1.ebuild	10 Jan 2009 17:03:30 -0000	1.11
+++ envlab-1.2-r1.ebuild	10 Jan 2009 19:10:14 -0000	1.12
@@ -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.11 2009/01/10 17:03:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.12 2009/01/10 19:10:14 maekke Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-03-11 18:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-11 18:08 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/11 18:08:14

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  Add ~arm/~s390/~sh
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.25                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	10 Jan 2009 19:10:14 -0000	1.24
+++ ChangeLog	11 Mar 2009 18:08:14 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.24 2009/01/10 19:10:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.25 2009/03/11 18:08:14 armin76 Exp $
+
+  11 Mar 2009; Raúl Porcel <armin76@gentoo.org> envlab-1.2-r1.ebuild:
+  Add ~arm/~s390/~sh
 
   10 Jan 2009; Markus Meier <maekke@gentoo.org> envlab-1.2-r1.ebuild:
   amd64/x86 stable, bug #254082



1.13                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.12&r2=1.13

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- envlab-1.2-r1.ebuild	10 Jan 2009 19:10:14 -0000	1.12
+++ envlab-1.2-r1.ebuild	11 Mar 2009 18:08:14 -0000	1.13
@@ -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.12 2009/01/10 19:10:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.13 2009/03/11 18:08:14 armin76 Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2009-03-18 19:00 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-18 19:00 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/18 19:00:18

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  arm/s390/sh stable wrt #253551
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.26                 dev-tex/envlab/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	11 Mar 2009 18:08:14 -0000	1.25
+++ ChangeLog	18 Mar 2009 19:00:18 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.25 2009/03/11 18:08:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.26 2009/03/18 19:00:18 armin76 Exp $
+
+  18 Mar 2009; Raúl Porcel <armin76@gentoo.org> envlab-1.2-r1.ebuild:
+  arm/s390/sh stable wrt #253551
 
   11 Mar 2009; Raúl Porcel <armin76@gentoo.org> envlab-1.2-r1.ebuild:
   Add ~arm/~s390/~sh



1.14                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.13&r2=1.14

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- envlab-1.2-r1.ebuild	11 Mar 2009 18:08:14 -0000	1.13
+++ envlab-1.2-r1.ebuild	18 Mar 2009 19:00:18 -0000	1.14
@@ -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/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.13 2009/03/11 18:08:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.14 2009/03/18 19:00:18 armin76 Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2010-01-03 11:29 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-03 11:29 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/03 11:29:59

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.27                 dev-tex/envlab/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	18 Mar 2009 19:00:18 -0000	1.26
+++ ChangeLog	3 Jan 2010 11:29:59 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.26 2009/03/18 19:00:18 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.27 2010/01/03 11:29:59 fauli Exp $
+
+  03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> envlab-1.2-r1.ebuild:
+  Transfer Prefix keywords
 
   18 Mar 2009; Raúl Porcel <armin76@gentoo.org> envlab-1.2-r1.ebuild:
   arm/s390/sh stable wrt #253551



1.15                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.14&r2=1.15

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- envlab-1.2-r1.ebuild	18 Mar 2009 19:00:18 -0000	1.14
+++ envlab-1.2-r1.ebuild	3 Jan 2010 11:29:59 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.14 2009/03/18 19:00:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.15 2010/01/03 11:29:59 fauli Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2011-08-28 16:04 Fabian Groffen (grobian)
  0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen (grobian) @ 2011-08-28 16:04 UTC (permalink / raw
  To: gentoo-commits

grobian     11/08/28 16:04:08

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  Marked ~x64-macos
  
  (Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.29                 dev-tex/envlab/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	27 Jul 2011 13:45:43 -0000	1.28
+++ ChangeLog	28 Aug 2011 16:04:08 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.28 2011/07/27 13:45:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.29 2011/08/28 16:04:08 grobian Exp $
+
+  28 Aug 2011; Fabian Groffen <grobian@gentoo.org> envlab-1.2-r1.ebuild:
+  Marked ~x64-macos
 
   27 Jul 2011; Alexis Ballier <aballier@gentoo.org> -envlab-1.2.ebuild:
   remove old



1.16                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.15&r2=1.16

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- envlab-1.2-r1.ebuild	3 Jan 2010 11:29:59 -0000	1.15
+++ envlab-1.2-r1.ebuild	28 Aug 2011 16:04:08 -0000	1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.15 2010/01/03 11:29:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.16 2011/08/28 16:04:08 grobian Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild
@ 2012-05-09 17:16 Alexis Ballier (aballier)
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 17:16 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 17:16:08

  Modified:             ChangeLog envlab-1.2-r1.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-tex/envlab/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	16 Oct 2011 17:20:48 -0000	1.30
+++ ChangeLog	9 May 2012 17:16:08 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/envlab
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.30 2011/10/16 17:20:48 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.31 2012/05/09 17:16:08 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> envlab-1.2-r1.ebuild:
+  keyword ~amd64-fbsd
 
   16 Oct 2011; Fabian Groffen <grobian@gentoo.org> envlab-1.2-r1.ebuild:
   Marked ~x86-macos



1.18                 dev-tex/envlab/envlab-1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild?r1=1.17&r2=1.18

Index: envlab-1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- envlab-1.2-r1.ebuild	16 Oct 2011 17:20:48 -0000	1.17
+++ envlab-1.2-r1.ebuild	9 May 2012 17:16:08 -0000	1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.17 2011/10/16 17:20:48 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2-r1.ebuild,v 1.18 2012/05/09 17:16:08 aballier Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 SLOT="0"
 DEPEND=""
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 TEXMF=/usr/share/texmf-site






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

end of thread, other threads:[~2012-05-09 17:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 17:03 [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: ChangeLog envlab-1.2-r1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-09 17:16 Alexis Ballier (aballier)
2011-08-28 16:04 Fabian Groffen (grobian)
2010-01-03 11:29 Christian Faulhammer (fauli)
2009-03-18 19:00 Raul Porcel (armin76)
2009-03-11 18:08 Raul Porcel (armin76)
2009-01-10 19:10 Markus Meier (maekke)
2009-01-10 14:17 Tobias Klausmann (klausman)
2009-01-09 18:20 Joseph Jezak (josejx)
2009-01-08 19:27 Jeroen Roovers (jer)
2009-01-07 19:44 Brent Baude (ranger)
2008-09-03  4:15 Alexis Ballier (aballier)

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