summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-06-11 11:26:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-06-11 11:26:30 +0000
commiteccc68434b78fa7c9cf01ac3dab7e2290e7de813 (patch)
tree727428ca949fb0c2b4c1cc15b4e9cbd9794b358f /dev-tex
parentDrop bluez-libs support wrt #301630. (diff)
downloadgentoo-2-eccc68434b78fa7c9cf01ac3dab7e2290e7de813.tar.gz
gentoo-2-eccc68434b78fa7c9cf01ac3dab7e2290e7de813.tar.bz2
gentoo-2-eccc68434b78fa7c9cf01ac3dab7e2290e7de813.zip
version bump, bug #321731
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latexmk/ChangeLog7
-rw-r--r--dev-tex/latexmk/latexmk-416a.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-tex/latexmk/ChangeLog b/dev-tex/latexmk/ChangeLog
index 881786ac81b9..534f7dfea489 100644
--- a/dev-tex/latexmk/ChangeLog
+++ b/dev-tex/latexmk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-tex/latexmk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.15 2010/06/11 11:14:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.16 2010/06/11 11:26:30 aballier Exp $
+
+*latexmk-416a (11 Jun 2010)
+
+ 11 Jun 2010; Alexis Ballier <aballier@gentoo.org> +latexmk-416a.ebuild:
+ version bump, bug #321731
11 Jun 2010; Alexis Ballier <aballier@gentoo.org> -latexmk-307a.ebuild,
-latexmk-401.ebuild, -latexmk-405.ebuild:
diff --git a/dev-tex/latexmk/latexmk-416a.ebuild b/dev-tex/latexmk/latexmk-416a.ebuild
new file mode 100644
index 000000000000..db9cf493c2e6
--- /dev/null
+++ b/dev-tex/latexmk/latexmk-416a.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-416a.ebuild,v 1.1 2010/06/11 11:26:30 aballier Exp $
+
+DESCRIPTION="Perl script for automatically building LaTeX documents."
+HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/"
+SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/latex-base
+ dev-lang/perl"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
+
+src_install() {
+ cd "${WORKDIR}"
+ newbin latexmk.pl latexmk
+ dodoc CHANGES README latexmk.pdf latexmk.ps latexmk.txt
+ doman latexmk.1
+ insinto /usr/share/doc/${PF}
+ doins -r example_rcfiles extra-scripts
+}