diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 15:09:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-07-09 15:09:07 +0000 |
commit | 58ab71b7932f1d47f9b8f8bd2214a7af21422bd2 (patch) | |
tree | 88bb160a4b83c582031e390ce91c900e4f308cf1 /app-text/active-dvi | |
parent | bumped, closes bug 227365 (diff) | |
download | gentoo-2-58ab71b7932f1d47f9b8f8bd2214a7af21422bd2.tar.gz gentoo-2-58ab71b7932f1d47f9b8f8bd2214a7af21422bd2.tar.bz2 gentoo-2-58ab71b7932f1d47f9b8f8bd2214a7af21422bd2.zip |
remove old
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.4.0.ebuild | 107 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.6.0.ebuild | 116 |
3 files changed, 5 insertions, 224 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index 01bd89aa35ca..a36c016cafd9 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/active-dvi # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.18 2008/06/07 20:39:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.19 2008/07/09 15:09:07 aballier Exp $ + + 09 Jul 2008; Alexis Ballier <aballier@gentoo.org> + -active-dvi-1.4.0.ebuild, -active-dvi-1.6.0.ebuild: + remove old *active-dvi-1.7.3 (07 Jun 2008) diff --git a/app-text/active-dvi/active-dvi-1.4.0.ebuild b/app-text/active-dvi/active-dvi-1.4.0.ebuild deleted file mode 100644 index 952862e6a0b2..000000000000 --- a/app-text/active-dvi/active-dvi-1.4.0.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2007 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.4.0.ebuild,v 1.11 2007/01/28 05:36:28 genone Exp $ - -inherit eutils - -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="ftp://ftp.inria.fr/INRIA/Projects/cristal/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://pauillac.inria.fr/advi/" -LICENSE="LGPL-2.1" - -IUSE="cjk tk" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=dev-lang/ocaml-3.04 - >=dev-ml/camlimages-2.11 - virtual/tetex - virtual/ghostscript" -RDEPEND="${DEPEND} - cjk? ( media-fonts/kochi-substitute )" - -DOCS="README TODO" - -pkg_setup() { - - # warn those who have USE="tk" but no ocaml tk support - # because we cant force ocaml to be build with tk. - if use tk; then - if [ ! -d /usr/lib/ocaml/labltk ]; then - - echo "" - ewarn "You have requested tk support, but it appears" - ewarn "your ocaml wasnt compiled with tk support, " - ewarn "so it can't be included for active-dvi." - echo "" - ewarn "Please stop this build, and emerge ocaml with " - ewarn "USE=\"tk\" ocaml" - ewarn "before emerging active-dvi if you want tk support." - echo "" - # give the user some time to read this, but leave the - # choice up to them - epause 8 - - fi - fi - -} - -src_unpack() { - - unpack ${A} - # need to remove texhash, it'll cause problems with - # the sandbox if we try and run it during emerge - sed -i -e "s/texhash//" ${S}/Makefile - - if use cjk ; then - local fp=/usr/X11R6/lib/X11/fonts/truetype - sed -i -e "s%msmincho.ttc%${fp}/kochi-mincho-subst.ttf%g" \ - -e "s%msgothic.ttc%${fp}/kochi-gothic-subst.ttf%g" \ - ${S}/conf/jpfonts.conf - fi - -} - -src_compile() { - - econf --with-camlimages=/usr/lib/ocaml/site-packages/camlimages || die - emake || die - -} - -src_install() { - - TEXMFADVI=/usr/share/texmf/advi - dodir /usr/bin $TEXMFADVI - make ADVI_LOC=${D}/${TEXMFADVI} prefix=${D}/usr install || die - - # only include the jpfonts.config if use cjk - use cjk || rm ${D}${TEXMFADVI}/jpfonts.conf - - # now install the documentation - dodoc ${DOCS} - cd ${S}/doc - dohtml *.{jpg,gif,css,html} - dodoc manual.{dvi,pdf,ps} - # and the manual page - doman advi.1 - -} - -pkg_postinst() { - - if use cjk; then - - echo "" - elog "If you wish to use Japanese True Type fonts with" - elog "active-dvi, please edit /usr/share/texmf/advi/jpfonts.conf" - echo "" - - fi - -} diff --git a/app-text/active-dvi/active-dvi-1.6.0.ebuild b/app-text/active-dvi/active-dvi-1.6.0.ebuild deleted file mode 100644 index f34b2d2854b7..000000000000 --- a/app-text/active-dvi/active-dvi-1.6.0.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2007 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.6.0.ebuild,v 1.6 2007/01/28 05:36:28 genone Exp $ - -inherit eutils - -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="ftp://ftp.inria.fr/INRIA/Projects/cristal/${MY_PN}/${MY_P}.tgz" -HOMEPAGE="http://pauillac.inria.fr/advi/" -LICENSE="LGPL-2.1" - -IUSE="cjk tk" -SLOT="0" -KEYWORDS="~x86 ~ppc" - -DEPEND=">=dev-lang/ocaml-3.04 - >=dev-ml/camlimages-2.20 - virtual/tetex - virtual/ghostscript" -RDEPEND="${DEPEND} - cjk? ( media-fonts/kochi-substitute )" - -DOCS="README TODO" - -pkg_setup() { - - # warn those who have USE="tk" but no ocaml tk support - # because we cant force ocaml to be build with tk. - if use tk; then - if [ ! -d /usr/lib/ocaml/labltk ]; then - - echo "" - ewarn "You have requested tk support, but it appears" - ewarn "your ocaml wasnt compiled with tk support, " - ewarn "so it can't be included for active-dvi." - echo "" - ewarn "Please stop this build, and emerge ocaml with " - ewarn "USE=\"tk\" ocaml" - ewarn "before emerging active-dvi if you want tk support." - echo "" - # give the user some time to read this, but leave the - # choice up to them - epause 8 - - fi - fi - -} - -src_unpack() { - - unpack ${A} - cd ${S} - # need to remove texhash, it'll cause problems with - # the sandbox if we try and run it during emerge - sed -i -e "s/texhash//" Makefile - - if has_version ">=dev-lang/ocaml-3.08.4"; then - sed -i -e "s/resize_window/resize_subwindow/" grY11.c - fi - - if use cjk ; then - local fp=/usr/X11R6/lib/X11/fonts/truetype - sed -i -e "s%msmincho.ttc%${fp}/kochi-mincho-subst.ttf%g" \ - -e "s%msgothic.ttc%${fp}/kochi-gothic-subst.ttf%g" \ - conf/jpfonts.conf - fi - -} - -src_compile() { - - econf --with-camlimages=/usr/lib/ocaml/site-packages/camlimages || die - emake || die - #emake -j1 || emake -j1 || emake -j1 || die - -} - -src_install() { - - TEXMFADVI="/usr/share/texmf/tex/latex/advi" - - dodir /usr/bin $TEXMFADVI - make MANDIR=${D}/usr/share/man/man1 \ - ADVI_LOC=${D}/${TEXMFADVI} \ - prefix=${D}/usr install || die - - # only include the jpfonts.config if use cjk - use cjk || rm ${D}${TEXMFADVI}/jpfonts.conf - - # now install the documentation - dodoc ${DOCS} - cd ${S}/doc - dohtml *.{jpg,gif,css,html} - dodoc manual.{dvi,pdf,ps} - # and the manual page - doman advi.1 - -} - -pkg_postinst() { - - if use cjk; then - - echo "" - elog "If you wish to use Japanese True Type fonts with" - elog "active-dvi, please edit /usr/share/texmf/tex/latex/advi/jpfonts.conf" - echo "" - - fi - -} |