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.04.ebuild
@ 2012-11-24  0:52 Tim Harder (radhermit)
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder (radhermit) @ 2012-11-24  0:52 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/11/24 00:52:20

  Modified:             ChangeLog
  Added:                glossaries-3.04.ebuild
  Log:
  Version bump (bug #444264).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.53                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	25 Oct 2012 08:35:29 -0000	1.52
+++ ChangeLog	24 Nov 2012 00:52:19 -0000	1.53
@@ -1,6 +1,11 @@
 # 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.52 2012/10/25 08:35:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.53 2012/11/24 00:52:19 radhermit Exp $
+
+*glossaries-3.04 (24 Nov 2012)
+
+  24 Nov 2012; Tim Harder <radhermit@gentoo.org> +glossaries-3.04.ebuild:
+  Version bump (bug #444264).
 
 *glossaries-3.03 (25 Oct 2012)
 



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

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

Index: glossaries-3.04.ebuild
===================================================================
# 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.04.ebuild,v 1.1 2012/11/24 00:52:19 radhermit Exp $

EAPI=5

inherit latex-package

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

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

	dodoc CHANGES README
	insinto "${TEXMF}/tex/latex/${PN}/dict"
	doins *.dict
	if use doc ; then
		latex-package_src_doinstall pdf
	fi
	if use examples ; then
		docinto examples
		dodoc samples/*.tex
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.04.ebuild
@ 2012-11-24  2:16 Tim Harder (radhermit)
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder (radhermit) @ 2012-11-24  2:16 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/11/24 02:16:09

  Modified:             ChangeLog glossaries-3.04.ebuild
  Log:
  Use gentoo mirror.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.54                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	24 Nov 2012 00:52:19 -0000	1.53
+++ ChangeLog	24 Nov 2012 02:16:09 -0000	1.54
@@ -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.53 2012/11/24 00:52:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.54 2012/11/24 02:16:09 radhermit Exp $
+
+  24 Nov 2012; Tim Harder <radhermit@gentoo.org> glossaries-3.04.ebuild:
+  Use gentoo mirror.
 
 *glossaries-3.04 (24 Nov 2012)
 



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

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

Index: glossaries-3.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glossaries-3.04.ebuild	24 Nov 2012 00:52:19 -0000	1.1
+++ glossaries-3.04.ebuild	24 Nov 2012 02:16:09 -0000	1.2
@@ -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.04.ebuild,v 1.1 2012/11/24 00:52:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v 1.2 2012/11/24 02:16:09 radhermit Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Create glossaries and lists of acronyms."
 HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/glossaries.html"
-SRC_URI="http://mirror.ctan.org/macros/latex/contrib/glossaries.zip -> ${P}.zip"
+SRC_URI="mirror://gentoo/${P}.zip"
 
 LICENSE="LPPL-1.2"
 SLOT="0"





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

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.04.ebuild
@ 2013-01-06 18:03 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2013-01-06 18:03 UTC (permalink / raw
  To: gentoo-commits

maekke      13/01/06 18:03:41

  Modified:             ChangeLog glossaries-3.04.ebuild
  Log:
  arm stable, bug #449926
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.60                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	5 Jan 2013 17:32:41 -0000	1.59
+++ ChangeLog	6 Jan 2013 18:03:41 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.59 2013/01/05 17:32:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.60 2013/01/06 18:03:41 maekke Exp $
+
+  06 Jan 2013; Markus Meier <maekke@gentoo.org> glossaries-3.04.ebuild:
+  arm stable, bug #449926
 
   05 Jan 2013; Agostino Sarubbo <ago@gentoo.org> glossaries-3.04.ebuild:
   Stable for sparc, wrt bug #449926



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

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

Index: glossaries-3.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glossaries-3.04.ebuild	5 Jan 2013 17:32:41 -0000	1.7
+++ glossaries-3.04.ebuild	6 Jan 2013 18:03:41 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v 1.7 2013/01/05 17:32:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v 1.8 2013/01/06 18:03:41 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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"
+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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.04.ebuild
@ 2013-01-07  3:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-01-07  3:03 UTC (permalink / raw
  To: gentoo-commits

jer         13/01/07 03:03:15

  Modified:             ChangeLog glossaries-3.04.ebuild
  Log:
  Stable for HPPA (bug #449926).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.61                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	6 Jan 2013 18:03:41 -0000	1.60
+++ ChangeLog	7 Jan 2013 03:03:15 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.60 2013/01/06 18:03:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.61 2013/01/07 03:03:15 jer Exp $
+
+  07 Jan 2013; Jeroen Roovers <jer@gentoo.org> glossaries-3.04.ebuild:
+  Stable for HPPA (bug #449926).
 
   06 Jan 2013; Markus Meier <maekke@gentoo.org> glossaries-3.04.ebuild:
   arm stable, bug #449926



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

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

Index: glossaries-3.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glossaries-3.04.ebuild	6 Jan 2013 18:03:41 -0000	1.8
+++ glossaries-3.04.ebuild	7 Jan 2013 03:03:15 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v 1.8 2013/01/06 18:03:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v 1.9 2013/01/07 03:03:15 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-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"
+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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.04.ebuild
@ 2013-05-17 16:26 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-17 16:26 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/17 16:26:32

  Modified:             ChangeLog glossaries-3.04.ebuild
  Log:
  bump texlive-latexextra dep to 2012, bug #458220 by  Aaron Mavrinac (ezod)
  
  (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.66                 dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	24 Feb 2013 17:45:00 -0000	1.65
+++ ChangeLog	17 May 2013 16:26:32 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.65 2013/02/24 17:45:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.66 2013/05/17 16:26:32 aballier Exp $
+
+  17 May 2013; Alexis Ballier <aballier@gentoo.org> glossaries-3.04.ebuild:
+  bump texlive-latexextra dep to 2012, bug #458220 by Aaron Mavrinac (ezod)
 
   24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> glossaries-3.04.ebuild:
   Stable for sh, wrt bug #449926



1.14                 dev-tex/glossaries/glossaries-3.04.ebuild

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

Index: glossaries-3.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- glossaries-3.04.ebuild	24 Feb 2013 17:45:00 -0000	1.13
+++ glossaries-3.04.ebuild	17 May 2013 16:26:32 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v 1.13 2013/02/24 17:45:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-3.04.ebuild,v 1.14 2013/05/17 16:26:32 aballier Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 RDEPEND="dev-lang/perl
 	dev-texlive/texlive-latexrecommended
-	>=dev-texlive/texlive-latexextra-2008"
+	>=dev-texlive/texlive-latexextra-2012"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 





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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-24  0:52 [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-3.04.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-24  2:16 Tim Harder (radhermit)
2013-01-06 18:03 Markus Meier (maekke)
2013-01-07  3:03 Jeroen Roovers (jer)
2013-05-17 16:26 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