summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/ppower4/ppower4-0.9.6.ebuild')
-rw-r--r--dev-tex/ppower4/ppower4-0.9.6.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-tex/ppower4/ppower4-0.9.6.ebuild b/dev-tex/ppower4/ppower4-0.9.6.ebuild
deleted file mode 100644
index 98758f06bf76..000000000000
--- a/dev-tex/ppower4/ppower4-0.9.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit latex-package eutils
-
-DESCRIPTION="The Java tool PPower4 adds effects to slides using LaTeX"
-
-# Taken from:
-#SRC_URI="http://www.tex.ac.uk/tex-archive/support/ppower4/pp4sty.zip
-# http://www.tex.ac.uk/tex-archive/support/ppower4/pp4p.jar
-# http://www.tex.ac.uk/tex-archive/support/ppower4/ppower4
-# http://www.tex.ac.uk/tex-archive/support/ppower4/manual.pdf"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-HOMEPAGE="http://tug.ctan.org/support/ppower4/index.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
-
-IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND="${DEPEND}
- virtual/jre"
-
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
- unzip pp4sty.zip
-
- epatch "${FILESDIR}/${PN}-gentoo.patch"
-}
-
-src_install() {
-
- latex-package_src_install || die
-
- dobin ppower4
-
- insinto /usr/lib/${PN}
- doins pp4p.jar
-
- insinto /usr/share/doc/${PF}
- doins manual.pdf
-}