public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-1.13.ebuild glossaries-1.02.ebuild
@ 2008-05-30 10:40 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-05-30 10:40 UTC (permalink / raw
  To: gentoo-commits

aballier    08/05/30 10:40:36

  Modified:             ChangeLog
  Added:                glossaries-1.13.ebuild
  Removed:              glossaries-1.02.ebuild
  Log:
  Bump to latest version from CTAN, use versionned tarballs mirrored on our mirrors instead of grabbing unversionned ones from CTAN, add unzip to build time dependecies (bug #224159).
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.4                  dev-tex/glossaries/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Feb 2008 08:57:16 -0000	1.3
+++ ChangeLog	30 May 2008 10:40:36 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for dev-tex/glossaries
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.3 2008/02/29 08:57:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.4 2008/05/30 10:40:36 aballier Exp $
+
+*glossaries-1.13 (30 May 2008)
+
+  30 May 2008; Alexis Ballier <aballier@gentoo.org> -glossaries-1.02.ebuild,
+  +glossaries-1.13.ebuild:
+  Bump to latest version from CTAN, use versionned tarballs mirrored on our
+  mirrors instead of grabbing unversionned ones from CTAN, add unzip to
+  build time dependecies (bug #224159).
 
   29 Feb 2008; Alexis Ballier <aballier@gentoo.org> glossaries-1.02.ebuild:
   Adapt deps for texlive, thanks to Boris in bug #210469



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

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

Index: glossaries-1.13.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-1.13.ebuild,v 1.1 2008/05/30 10:40:36 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="~amd64 ~x86"
IUSE="doc examples"

RDEPEND="dev-lang/perl
	|| ( dev-texlive/texlive-latexrecommended >=dev-tex/xkeyval-2.5f )
	"
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
	if use doc ; then
		latex-package_src_doinstall pdf
	fi
	if use examples ; then
		insinto /usr/share/doc/${PF}/examples
		doins *.tex
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-30 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 10:40 [gentoo-commits] gentoo-x86 commit in dev-tex/glossaries: ChangeLog glossaries-1.13.ebuild glossaries-1.02.ebuild 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