summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-07-21 11:14:46 +0000
committerTim Harder <radhermit@gentoo.org>2013-07-21 11:14:46 +0000
commit134854b7df9b3e0fd74e34d9abe54a5b18809b77 (patch)
tree8924493704882d496b5fd82268cf2125ce0fbb71 /dev-tex
parentVersion bump. (diff)
downloadgentoo-2-134854b7df9b3e0fd74e34d9abe54a5b18809b77.tar.gz
gentoo-2-134854b7df9b3e0fd74e34d9abe54a5b18809b77.tar.bz2
gentoo-2-134854b7df9b3e0fd74e34d9abe54a5b18809b77.zip
Remove old.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latexmk/ChangeLog6
-rw-r--r--dev-tex/latexmk/latexmk-427a.ebuild31
-rw-r--r--dev-tex/latexmk/latexmk-430a.ebuild31
-rw-r--r--dev-tex/latexmk/latexmk-431.ebuild31
-rw-r--r--dev-tex/latexmk/latexmk-433c.ebuild31
5 files changed, 5 insertions, 125 deletions
diff --git a/dev-tex/latexmk/ChangeLog b/dev-tex/latexmk/ChangeLog
index 9c8d7f67c7ed..44801303ff03 100644
--- a/dev-tex/latexmk/ChangeLog
+++ b/dev-tex/latexmk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/latexmk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.67 2013/07/21 11:12:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.68 2013/07/21 11:14:46 radhermit Exp $
+
+ 21 Jul 2013; Tim Harder <radhermit@gentoo.org> -latexmk-427a.ebuild,
+ -latexmk-430a.ebuild, -latexmk-431.ebuild, -latexmk-433c.ebuild:
+ Remove old.
*latexmk-437 (21 Jul 2013)
diff --git a/dev-tex/latexmk/latexmk-427a.ebuild b/dev-tex/latexmk/latexmk-427a.ebuild
deleted file mode 100644
index a224444c928b..000000000000
--- a/dev-tex/latexmk/latexmk-427a.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-427a.ebuild,v 1.9 2012/03/31 18:09:24 armin76 Exp $
-
-EAPI=4
-
-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 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-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-430a.ebuild b/dev-tex/latexmk/latexmk-430a.ebuild
deleted file mode 100644
index 500fbaa16105..000000000000
--- a/dev-tex/latexmk/latexmk-430a.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-430a.ebuild,v 1.3 2012/05/09 17:24:53 aballier Exp $
-
-EAPI=4
-
-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"
-IUSE=""
-
-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-431.ebuild b/dev-tex/latexmk/latexmk-431.ebuild
deleted file mode 100644
index 0ef3e7d1da17..000000000000
--- a/dev-tex/latexmk/latexmk-431.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-431.ebuild,v 1.1 2012/05/10 07:52:11 radhermit Exp $
-
-EAPI=4
-
-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"
-IUSE=""
-
-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-433c.ebuild b/dev-tex/latexmk/latexmk-433c.ebuild
deleted file mode 100644
index c06d85bcf591..000000000000
--- a/dev-tex/latexmk/latexmk-433c.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-433c.ebuild,v 1.1 2012/08/31 17:26:37 radhermit Exp $
-
-EAPI=4
-
-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"
-IUSE=""
-
-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}
-}