summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-01-26 19:42:26 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-01-26 19:42:26 +0000
commitdaf0e39fbb747e5f54e8e314b08dc78178fdf437 (patch)
treed0da2fc515c6491fe18203ff2874fb7797dee50a /app-text/active-dvi
parentVersion bumped to 1.10, bug 496800. (diff)
downloadgentoo-2-daf0e39fbb747e5f54e8e314b08dc78178fdf437.tar.gz
gentoo-2-daf0e39fbb747e5f54e8e314b08dc78178fdf437.tar.bz2
gentoo-2-daf0e39fbb747e5f54e8e314b08dc78178fdf437.zip
remove old to have EAPI>=3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r--app-text/active-dvi/ChangeLog5
-rw-r--r--app-text/active-dvi/active-dvi-1.10.2.ebuild69
2 files changed, 4 insertions, 70 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog
index aa5f58c6bf5e..42a9e17a6b10 100644
--- a/app-text/active-dvi/ChangeLog
+++ b/app-text/active-dvi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/active-dvi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.49 2014/01/26 15:39:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.50 2014/01/26 19:42:26 ottxor Exp $
+
+ 26 Jan 2014; Christoph Junghans <ottxor@gentoo.org> -active-dvi-1.10.2.ebuild:
+ remove old to have EAPI>=3
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> active-dvi-1.10.2-r1.ebuild:
Stable for x86, wrt bug #486024
diff --git a/app-text/active-dvi/active-dvi-1.10.2.ebuild b/app-text/active-dvi/active-dvi-1.10.2.ebuild
deleted file mode 100644
index e68d649c1326..000000000000
--- a/app-text/active-dvi/active-dvi-1.10.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.10.2.ebuild,v 1.3 2012/07/24 10:52:22 johu Exp $
-
-EAPI="2"
-
-inherit eutils autotools texlive-common
-
-MY_PN=${PN/ctive-/}
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A DVI previewer and a presenter for slides written in LaTeX"
-SRC_URI="http://gallium.inria.fr/advi/${MY_P}.tar.gz"
-HOMEPAGE="http://gallium.inria.fr/advi/"
-LICENSE="LGPL-2.1"
-
-IUSE="+ocamlopt"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-RDEPEND=">=dev-lang/ocaml-3.11.2[ocamlopt?]
- >=dev-ml/camlimages-4.0.1[truetype,tiff,jpeg,postscript,X]
- virtual/latex-base
- app-text/ghostscript-gpl
- x11-libs/libXinerama"
-DEPEND="${RDEPEND}
- dev-texlive/texlive-pstricks
- dev-texlive/texlive-pictures
- dev-texlive/texlive-latexextra
- x11-proto/xineramaproto
- dev-ml/findlib
- app-text/htmlc
- dev-tex/hevea"
-
-DOCS=( "README" "TODO" )
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.9-htmlcflags.patch"
- AT_M4DIR="." eautoreconf
-}
-
-src_configure() {
- TEXMFMAIN=/usr/share/texmf-site econf $(use_enable ocamlopt native-program) \
- --docdir="/usr/share/doc/${PF}"
-}
-
-src_compile() {
- emake || die "emake failed"
- cd doc
- VARTEXFONTS="${T}/fonts" emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi || die "failed to create documentation"
-}
-
-src_install() {
- emake DESTDIR="${D}" PACKAGE="${PF}" install || die
-
- # now install the documentation
- dodoc ${DOCS}
-
- export STRIP_MASK="*/bin/advi.byt"
-}
-
-pkg_postinst() {
- etexmf-update
-}
-
-pkg_postrm() {
- etexmf-update
-}