diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:18:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:18:16 +0000 |
commit | 47dd40ae78b641942fa91ed8bc5b96a36b13d802 (patch) | |
tree | 284514d04f852c55c433f1f633a0364b3b7dc6a1 /app-text/active-dvi | |
parent | Stable ppc, bug #430270 (diff) | |
download | gentoo-2-47dd40ae78b641942fa91ed8bc5b96a36b13d802.tar.gz gentoo-2-47dd40ae78b641942fa91ed8bc5b96a36b13d802.tar.bz2 gentoo-2-47dd40ae78b641942fa91ed8bc5b96a36b13d802.zip |
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.8.ebuild | 72 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.9.ebuild | 70 | ||||
-rw-r--r-- | app-text/active-dvi/files/active-dvi-1.7.3-asneeded.patch | 22 |
4 files changed, 6 insertions, 165 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index e471e24c0b8b..060420ff58bc 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/active-dvi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.44 2012/07/24 10:52:22 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.45 2012/08/07 16:18:16 aballier Exp $ + + 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> + -files/active-dvi-1.7.3-asneeded.patch, -active-dvi-1.8.ebuild, + -active-dvi-1.9.ebuild: + remove old 24 Jul 2012; Johannes Huber <johu@gentoo.org> active-dvi-1.10.2.ebuild: Stable for x86, wrt bug #416525 diff --git a/app-text/active-dvi/active-dvi-1.8.ebuild b/app-text/active-dvi/active-dvi-1.8.ebuild deleted file mode 100644 index 85496721ce76..000000000000 --- a/app-text/active-dvi/active-dvi-1.8.ebuild +++ /dev/null @@ -1,72 +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.8.ebuild,v 1.6 2012/06/16 16:41:19 ssuominen Exp $ - -EAPI="2" - -inherit eutils autotools - -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 tk" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -RDEPEND=">=dev-lang/ocaml-3.10.0[ocamlopt?,tk?] - >=dev-ml/camlimages-3.0.1[truetype,tiff,jpeg,postscript] - virtual/latex-base - app-text/ghostscript-gpl - x11-libs/libXinerama" -DEPEND="${RDEPEND} - dev-texlive/texlive-pstricks - dev-texlive/texlive-pictures - x11-proto/xineramaproto - dev-ml/findlib - dev-tex/hevea" - -DOCS="README TODO" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.7.3-asneeded.patch" - AT_M4DIR="." eautoreconf -} - -src_configure() { - export ADVI_LOC="/usr/share/texmf/tex/latex/advi" - econf $(use_enable ocamlopt native-program) -} - -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} - cd "${S}"/doc - - insinto /usr/share/texmf/tex/latex/advi - doins splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi || die "failed to install splashes" - export STRIP_MASK="*/bin/advi.byt" -} - -pkg_postinst() { - einfo "Running texhash to complete installation.." - texhash -} - -pkg_postrm() { - einfo "Running texhash to complete installation.." - texhash -} diff --git a/app-text/active-dvi/active-dvi-1.9.ebuild b/app-text/active-dvi/active-dvi-1.9.ebuild deleted file mode 100644 index a2fdb7eaa433..000000000000 --- a/app-text/active-dvi/active-dvi-1.9.ebuild +++ /dev/null @@ -1,70 +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.9.ebuild,v 1.6 2012/06/16 16:41:19 ssuominen 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-3.0.1[truetype,tiff,jpeg,postscript] - 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.7.3-asneeded.patch" - epatch "${FILESDIR}/${P}-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 -} diff --git a/app-text/active-dvi/files/active-dvi-1.7.3-asneeded.patch b/app-text/active-dvi/files/active-dvi-1.7.3-asneeded.patch deleted file mode 100644 index 09d378485ea4..000000000000 --- a/app-text/active-dvi/files/active-dvi-1.7.3-asneeded.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: advi-1.7.3/src/Makefile.am -=================================================================== ---- advi-1.7.3.orig/src/Makefile.am -+++ advi-1.7.3/src/Makefile.am -@@ -84,13 +84,13 @@ OCAMLLIBS_BYT = $(CAMLIMAGES_LIBS_BYTE) - - advi$(EXEEXT): $(COBJS) $(OCAMLOPTOBJS) - $(OCAMLOPT) -o advi$(EXEEXT) \ -- $(OCAMLCFLAGS) $(AM_OCAMLCFLAGS) $(AM_LINKFLAGS) \ -- $(COBJS) $(OCAMLLIBS_OPT) $(OCAMLOPTOBJS) -+ $(OCAMLCFLAGS) $(AM_OCAMLCFLAGS) \ -+ $(COBJS) $(OCAMLLIBS_OPT) $(OCAMLOPTOBJS) $(AM_LINKFLAGS) - - advi.byt$(EXEEXT): $(COBJS) $(OCAMLBYTOBJS) - $(OCAMLC) -o advi.byt$(EXEEXT) \ -- $(OCAMLCFLAGS) $(AM_OCAMLCFLAGS) $(AM_LINKFLAGS) -custom \ -- $(COBJS) $(OCAMLLIBS_BYT) $(OCAMLBYTOBJS) -+ $(OCAMLCFLAGS) $(AM_OCAMLCFLAGS) -custom \ -+ $(COBJS) $(OCAMLLIBS_BYT) $(OCAMLBYTOBJS) $(AM_LINKFLAGS) - - install_hook: $(INSTALLEXEC) installdata - - texhash |