summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-04-29 15:27:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-04-29 15:27:14 +0000
commite5011a9e8b2efefe979b021f42195ab6df224641 (patch)
tree83c939af29baa6a35fcc992b9580dcd841133bc8 /dev-tex
parentStop adding our services to the sysinit runlevel automatically for bug #534704 (diff)
downloadgentoo-2-e5011a9e8b2efefe979b021f42195ab6df224641.tar.gz
gentoo-2-e5011a9e8b2efefe979b021f42195ab6df224641.tar.bz2
gentoo-2-e5011a9e8b2efefe979b021f42195ab6df224641.zip
remove old
Signed-off-by: Alexis Ballier <aballier@gentoo.org> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latexmk/ChangeLog6
-rw-r--r--dev-tex/latexmk/latexmk-437.ebuild30
-rw-r--r--dev-tex/latexmk/latexmk-439.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/dev-tex/latexmk/ChangeLog b/dev-tex/latexmk/ChangeLog
index b8c5d1272cf1..f241ddfe3dce 100644
--- a/dev-tex/latexmk/ChangeLog
+++ b/dev-tex/latexmk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/latexmk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.72 2015/04/29 15:26:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.73 2015/04/29 15:27:14 aballier Exp $
+
+ 29 Apr 2015; Alexis Ballier <aballier@gentoo.org> -latexmk-437.ebuild,
+ -latexmk-439.ebuild:
+ remove old
*latexmk-443a (29 Apr 2015)
diff --git a/dev-tex/latexmk/latexmk-437.ebuild b/dev-tex/latexmk/latexmk-437.ebuild
deleted file mode 100644
index 07770a80d601..000000000000
--- a/dev-tex/latexmk/latexmk-437.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-437.ebuild,v 1.2 2014/08/10 21:26:39 slyfox Exp $
-
-EAPI=5
-
-inherit bash-completion-r1
-
-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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-RDEPEND="virtual/latex-base
- dev-lang/perl"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
- newbin latexmk.pl latexmk
- doman latexmk.1
- dodoc CHANGES README latexmk.pdf latexmk.ps latexmk.txt
- dodoc -r example_rcfiles extra-scripts
- newbashcomp "${FILESDIR}"/completion.bash-2 ${PN}
-}
diff --git a/dev-tex/latexmk/latexmk-439.ebuild b/dev-tex/latexmk/latexmk-439.ebuild
deleted file mode 100644
index 6cf81ca3860c..000000000000
--- a/dev-tex/latexmk/latexmk-439.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-439.ebuild,v 1.2 2014/08/10 21:26:39 slyfox Exp $
-
-EAPI=5
-
-inherit bash-completion-r1
-
-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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-RDEPEND="virtual/latex-base
- dev-lang/perl"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
- newbin latexmk.pl latexmk
- doman latexmk.1
- dodoc CHANGES README latexmk.pdf latexmk.ps latexmk.txt
- dodoc -r example_rcfiles extra-scripts
- newbashcomp "${FILESDIR}"/completion.bash-2 ${PN}
-}