radhermit 14/06/20 08:06:34 Modified: ChangeLog Added: glossaries-4.07.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.68 dev-tex/glossaries/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 17 May 2013 16:31:38 -0000 1.67 +++ ChangeLog 20 Jun 2014 08:06:34 -0000 1.68 @@ -1,6 +1,11 @@ # 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.67 2013/05/17 16:31:38 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/ChangeLog,v 1.68 2014/06/20 08:06:34 radhermit Exp $ + +*glossaries-4.07 (20 Jun 2014) + + 20 Jun 2014; Tim Harder <[email protected]> +glossaries-4.07.ebuild: + Version bump. 17 May 2013; Alexis Ballier <[email protected]> -glossaries-3.01.ebuild, -glossaries-3.02.ebuild, -glossaries-3.03.ebuild: 1.1 dev-tex/glossaries/glossaries-4.07.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-4.07.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/glossaries/glossaries-4.07.ebuild?rev=1.1&content-type=text/plain Index: glossaries-4.07.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/glossaries/glossaries-4.07.ebuild,v 1.1 2014/06/20 08:06:34 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://dev.gentoo.org/~radhermit/dist/${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-2012" 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 docinto examples dodoc samples/*.tex fi }
