public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2011-07-27 13:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-27 13:43 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/27 13:43:29

  Modified:             ChangeLog
  Added:                glossaries-3.01.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	1 Apr 2011 22:54:30 -0000	1.37
+++ ChangeLog	27 Jul 2011 13:43:28 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.37 2011/04/01 22:54:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.38 2011/07/27 13:43:28 aballier Exp $
+
+*glossaries-3.01 (27 Jul 2011)
+
+  27 Jul 2011; Alexis Ballier <aballier@gentoo.org> +glossaries-3.01.ebuild:
+  version bump
 
   01 Apr 2011; Alexis Ballier <aballier@gentoo.org> -glossaries-1.16.ebuild,
   -glossaries-2.01.ebuild, -glossaries-2.02.ebuild, -glossaries-2.05.ebuild:



1.1                  dev-tex/glossaries/glossaries-3.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.1&content-type=text/plain

Index: glossaries-3.01.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.1 2011/07/27 13:43:28 aballier Exp $

inherit latex-package

DESCRIPTION="Create glossaries and lists of acronyms."
HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/glossaries.html"
SRC_URI="mirror://gentoo/${P}.zip"

# Taken from :
# ftp://tug.ctan.org/tex-archive/macros/latex/contrib/${PN}.zip"

LICENSE="LPPL-1.2"
SLOT="0"
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="doc examples"

RDEPEND="dev-lang/perl
	dev-texlive/texlive-latexrecommended
	>=dev-texlive/texlive-latexextra-2008"
DEPEND="${RDEPEND}
	app-arch/unzip"

TEXMF="/usr/share/texmf-site"
S=${WORKDIR}/${PN}

src_install() {
	latex-package_src_doinstall styles

	dobin makeglossaries || die

	dodoc CHANGES README || die
	insinto "${TEXMF}/tex/latex/${PN}/dict"
	doins *.dict || die
	if use doc ; then
		latex-package_src_doinstall pdf
	fi
	if use examples ; then
		insinto /usr/share/doc/${PF}/examples
		doins *.tex || die
	fi
}






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

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

grobian     11/08/28 16:50:48

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

Revision  Changes    Path
1.39                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	27 Jul 2011 13:43:28 -0000	1.38
+++ ChangeLog	28 Aug 2011 16:50:48 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.38 2011/07/27 13:43:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.39 2011/08/28 16:50:48 grobian Exp $
+
+  28 Aug 2011; Fabian Groffen <grobian@gentoo.org> glossaries-3.01.ebuild:
+  Marked ~x64-macos
 
 *glossaries-3.01 (27 Jul 2011)
 



1.2                  dev-tex/glossaries/glossaries-3.01.ebuild

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

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glossaries-3.01.ebuild	27 Jul 2011 13:43:28 -0000	1.1
+++ glossaries-3.01.ebuild	28 Aug 2011 16:50:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.1 2011/07/27 13:43:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.2 2011/08/28 16:50:48 grobian Exp $
 
 inherit latex-package
 
@@ -13,7 +13,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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="doc examples"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2011-10-18 18:04 Tim Harder (radhermit)
  0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder (radhermit) @ 2011-10-18 18:04 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/10/18 18:04:43

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  Update to EAPI 4.
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	16 Oct 2011 17:19:16 -0000	1.40
+++ ChangeLog	18 Oct 2011 18:04:42 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.40 2011/10/16 17:19:16 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.41 2011/10/18 18:04:42 radhermit Exp $
+
+  18 Oct 2011; Tim Harder <radhermit@gentoo.org> glossaries-3.01.ebuild:
+  Update to EAPI 4.
 
   16 Oct 2011; Fabian Groffen <grobian@gentoo.org> glossaries-3.01.ebuild:
   Marked ~x86-macos



1.4                  dev-tex/glossaries/glossaries-3.01.ebuild

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

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glossaries-3.01.ebuild	16 Oct 2011 17:19:16 -0000	1.3
+++ glossaries-3.01.ebuild	18 Oct 2011 18:04:42 -0000	1.4
@@ -1,6 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.3 2011/10/16 17:19:16 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.4 2011/10/18 18:04:42 radhermit Exp $
+
+EAPI=4
 
 inherit latex-package
 
@@ -28,16 +30,16 @@
 src_install() {
 	latex-package_src_doinstall styles
 
-	dobin makeglossaries || die
+	dobin makeglossaries
 
-	dodoc CHANGES README || die
+	dodoc CHANGES README
 	insinto "${TEXMF}/tex/latex/${PN}/dict"
-	doins *.dict || die
+	doins *.dict
 	if use doc ; then
 		latex-package_src_doinstall pdf
 	fi
 	if use examples ; then
-		insinto /usr/share/doc/${PF}/examples
-		doins *.tex || die
+		docinto examples
+		dodoc samples/*.tex
 	fi
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2011-10-24 20:14 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-10-24 20:14 UTC (permalink / raw
  To: gentoo-commits

maekke      11/10/24 20:14:51

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  x86 stable, bug #387579
  
  (Portage version: 2.1.10.30/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	19 Oct 2011 20:42:13 -0000	1.42
+++ ChangeLog	24 Oct 2011 20:14:51 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.42 2011/10/19 20:42:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.43 2011/10/24 20:14:51 maekke Exp $
+
+  24 Oct 2011; Markus Meier <maekke@gentoo.org> glossaries-3.01.ebuild:
+  x86 stable, bug #387579
 
   19 Oct 2011; Markos Chandras <hwoarang@gentoo.org> glossaries-3.01.ebuild:
   Stable on amd64 wrt bug #387579



1.6                  dev-tex/glossaries/glossaries-3.01.ebuild

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

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glossaries-3.01.ebuild	19 Oct 2011 20:42:13 -0000	1.5
+++ glossaries-3.01.ebuild	24 Oct 2011 20:14:51 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.5 2011/10/19 20:42:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.6 2011/10/24 20:14:51 maekke Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2011-10-25 11:38 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-25 11:38 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/25 11:38:34

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  Stable for HPPA (bug #387579).
  
  (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	24 Oct 2011 20:14:51 -0000	1.43
+++ ChangeLog	25 Oct 2011 11:38:34 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.43 2011/10/24 20:14:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.44 2011/10/25 11:38:34 jer Exp $
+
+  25 Oct 2011; Jeroen Roovers <jer@gentoo.org> glossaries-3.01.ebuild:
+  Stable for HPPA (bug #387579).
 
   24 Oct 2011; Markus Meier <maekke@gentoo.org> glossaries-3.01.ebuild:
   x86 stable, bug #387579



1.7                  dev-tex/glossaries/glossaries-3.01.ebuild

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

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glossaries-3.01.ebuild	24 Oct 2011 20:14:51 -0000	1.6
+++ glossaries-3.01.ebuild	25 Oct 2011 11:38:34 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.6 2011/10/24 20:14:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.7 2011/10/25 11:38:34 jer Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2011-10-29 19:27 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-10-29 19:27 UTC (permalink / raw
  To: gentoo-commits

maekke      11/10/29 19:27:49

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  arm stable, bug #387579
  
  (Portage version: 2.1.10.31/cvs/Linux i686)

Revision  Changes    Path
1.45                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	25 Oct 2011 11:38:34 -0000	1.44
+++ ChangeLog	29 Oct 2011 19:27:49 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.44 2011/10/25 11:38:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.45 2011/10/29 19:27:49 maekke Exp $
+
+  29 Oct 2011; Markus Meier <maekke@gentoo.org> glossaries-3.01.ebuild:
+  arm stable, bug #387579
 
   25 Oct 2011; Jeroen Roovers <jer@gentoo.org> glossaries-3.01.ebuild:
   Stable for HPPA (bug #387579).



1.8                  dev-tex/glossaries/glossaries-3.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?r1=1.7&r2=1.8

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glossaries-3.01.ebuild	25 Oct 2011 11:38:34 -0000	1.7
+++ glossaries-3.01.ebuild	29 Oct 2011 19:27:49 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.7 2011/10/25 11:38:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.8 2011/10/29 19:27:49 maekke Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2011-11-05 18:16 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-11-05 18:16 UTC (permalink / raw
  To: gentoo-commits

armin76     11/11/05 18:16:54

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #387579
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.46                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	29 Oct 2011 19:27:49 -0000	1.45
+++ ChangeLog	5 Nov 2011 18:16:54 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.45 2011/10/29 19:27:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.46 2011/11/05 18:16:54 armin76 Exp $
+
+  05 Nov 2011; Raúl Porcel <armin76@gentoo.org> glossaries-3.01.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #387579
 
   29 Oct 2011; Markus Meier <maekke@gentoo.org> glossaries-3.01.ebuild:
   arm stable, bug #387579



1.9                  dev-tex/glossaries/glossaries-3.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?r1=1.8&r2=1.9

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glossaries-3.01.ebuild	29 Oct 2011 19:27:49 -0000	1.8
+++ glossaries-3.01.ebuild	5 Nov 2011 18:16:54 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.8 2011/10/29 19:27:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.9 2011/11/05 18:16:54 armin76 Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2012-03-06 14:18 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 14:18 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/06 14:18:42

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  Marking glossaries-3.01 ppc for bug 387579
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.47                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	5 Nov 2011 18:16:54 -0000	1.46
+++ ChangeLog	6 Mar 2012 14:18:42 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.46 2011/11/05 18:16:54 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.47 2012/03/06 14:18:42 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> glossaries-3.01.ebuild:
+  Marking glossaries-3.01 ppc for bug 387579
 
   05 Nov 2011; Raúl Porcel <armin76@gentoo.org> glossaries-3.01.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #387579



1.10                 dev-tex/glossaries/glossaries-3.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?r1=1.9&r2=1.10

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glossaries-3.01.ebuild	5 Nov 2011 18:16:54 -0000	1.9
+++ glossaries-3.01.ebuild	6 Mar 2012 14:18:42 -0000	1.10
@@ -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/glossaries/glossaries-3.01.ebuild,v 1.9 2011/11/05 18:16:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.10 2012/03/06 14:18:42 ranger Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild
@ 2012-03-08 21:19 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-03-08 21:19 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/08 21:19:07

  Modified:             ChangeLog glossaries-3.01.ebuild
  Log:
  Marking glossaries-3.01 ppc64 for bug 387579
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.48                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	6 Mar 2012 14:18:42 -0000	1.47
+++ ChangeLog	8 Mar 2012 21:19:07 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.47 2012/03/06 14:18:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.48 2012/03/08 21:19:07 ranger Exp $
+
+  08 Mar 2012; Brent Baude <ranger@gentoo.org> glossaries-3.01.ebuild:
+  Marking glossaries-3.01 ppc64 for bug 387579
 
   06 Mar 2012; Brent Baude <ranger@gentoo.org> glossaries-3.01.ebuild:
   Marking glossaries-3.01 ppc for bug 387579



1.11                 dev-tex/glossaries/glossaries-3.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?r1=1.10&r2=1.11

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- glossaries-3.01.ebuild	6 Mar 2012 14:18:42 -0000	1.10
+++ glossaries-3.01.ebuild	8 Mar 2012 21:19:07 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.10 2012/03/06 14:18:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.11 2012/03/08 21:19:07 ranger Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples"
 
 RDEPEND="dev-lang/perl






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

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

aballier    12/05/09 17:24:02

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

Revision  Changes    Path
1.50                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	9 Mar 2012 11:31:52 -0000	1.49
+++ ChangeLog	9 May 2012 17:24:02 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.49 2012/03/09 11:31:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.50 2012/05/09 17:24:02 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> glossaries-3.01.ebuild:
+  keyword ~amd64-fbsd
 
   09 Mar 2012; Tim Harder <radhermit@gentoo.org> -glossaries-2.07.ebuild:
   Remove old.



1.12                 dev-tex/glossaries/glossaries-3.01.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild?r1=1.11&r2=1.12

Index: glossaries-3.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glossaries-3.01.ebuild	8 Mar 2012 21:19:07 -0000	1.11
+++ glossaries-3.01.ebuild	9 May 2012 17:24:02 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.11 2012/03/08 21:19:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.01.ebuild,v 1.12 2012/05/09 17:24:02 aballier Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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="doc examples"
 
 RDEPEND="dev-lang/perl






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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 21:19 [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.01.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-09 17:24 Alexis Ballier (aballier)
2012-03-06 14:18 Brent Baude (ranger)
2011-11-05 18:16 Raul Porcel (armin76)
2011-10-29 19:27 Markus Meier (maekke)
2011-10-25 11:38 Jeroen Roovers (jer)
2011-10-24 20:14 Markus Meier (maekke)
2011-10-18 18:04 Tim Harder (radhermit)
2011-08-28 16:50 Fabian Groffen (grobian)
2011-07-27 13:43 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