About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
aballier 07/11/18 16:50:09 Modified: ChangeLog Added: chktex-1.6.4.ebuild Log: version bump, bug #199550 (Portage version: 2.1.3.19) Revision Changes Path 1.21 dev-tex/chktex/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/chktex/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/chktex/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/chktex/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 26 Oct 2007 20:13:57 -0000 1.20 +++ ChangeLog 18 Nov 2007 16:50:09 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/chktex # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.20 2007/10/26 20:13:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.21 2007/11/18 16:50:09 aballier Exp $ + +*chktex-1.6.4 (18 Nov 2007) + + 18 Nov 2007; Alexis Ballier <aballier@g.o> +chktex-1.6.4.ebuild: + version bump, bug #199550 26 Oct 2007; Raúl Porcel <armin76@g.o> chktex-1.6.3-r1.ebuild: Add ~alpha/~ia64 wrt #195815 1.1 dev-tex/chktex/chktex-1.6.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/chktex/chktex-1.6.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/chktex/chktex-1.6.4.ebuild?rev=1.1&content-type=text/plain Index: chktex-1.6.4.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.4.ebuild,v 1.1 2007/11/18 16:50:09 aballier Exp $ DESCRIPTION="Checks latex source for common mistakes" HOMEPAGE="http://baruch.ev-en.org/proj/chktex/" SRC_URI="http://baruch.ev-en.org/proj/chktex/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc" DEPEND="virtual/latex-base dev-lang/perl sys-apps/groff doc? ( dev-tex/latex2html )" src_compile() { econf `use_enable debug debug-info` || die emake || die if use doc ; then emake html || die "emake html failed" fi } src_install() { emake install DESTDIR="${D}" || die dodoc NEWS if use doc ; then dohtml HTML/ChkTeX/* dodoc HTML/ChkTeX.tex fi doman *.1 } -- gentoo-commits@g.o mailing list
Updated Dec 11, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.