diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:35:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-07 16:35:10 +0000 |
commit | 3bd586690df06091594d5f2edea440b8e2e563fb (patch) | |
tree | 684702700276801023586a175fe438cddd24334b /dev-ml/ocamlweb | |
parent | remove old (diff) | |
download | gentoo-2-3bd586690df06091594d5f2edea440b8e2e563fb.tar.gz gentoo-2-3bd586690df06091594d5f2edea440b8e2e563fb.tar.bz2 gentoo-2-3bd586690df06091594d5f2edea440b8e2e563fb.zip |
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r-- | dev-ml/ocamlweb/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch | 15 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.37.ebuild | 37 |
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog index 4a12fe26e7fa..43c128aa1d32 100644 --- a/dev-ml/ocamlweb/ChangeLog +++ b/dev-ml/ocamlweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlweb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.18 2012/07/03 16:18:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.19 2012/08/07 16:35:09 aballier Exp $ + + 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -ocamlweb-1.37.ebuild, + -files/ocamlweb-1.37-tests.patch: + remove old 03 Jul 2012; Brent Baude <ranger@gentoo.org> ocamlweb-1.38.ebuild: Marking ocamlweb-1.38 ppc for bug 422035 diff --git a/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch b/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch deleted file mode 100644 index f148b1ffdb7d..000000000000 --- a/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: ocamlweb-1.37/Makefile.in -=================================================================== ---- ocamlweb-1.37.orig/Makefile.in -+++ ocamlweb-1.37/Makefile.in -@@ -130,8 +130,8 @@ BOOTSTRAP= bootstrap.tex output.mli outp - - bootstrap: ocamlweb - ./ocamlweb -o test/ocamlweb.tex $(BOOTSTRAP) -- cd test; $(LATEX) ocamlweb -- cd test; grep -q "Rerun" ocamlweb.log && ($(LATEX) ocamlweb) || true -+ cd test; $(LATEX) ocamlweb.tex -+ cd test; grep -q "Rerun" ocamlweb.log && ($(LATEX) ocamlweb.tex) || true - - cd test; hevea -o ocamlweb.html ../ocamlweb.sty ocamlweb.tex - cd test; dvips ocamlweb.dvi -o ocamlweb.ps - diff --git a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild deleted file mode 100644 index 1e37f77b6ce2..000000000000 --- a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.10 2011/10/05 19:11:58 aballier Exp $ - -inherit latex-package eutils - -DESCRIPTION="O'Caml literate programming tool" -HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/" -SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz" - -IUSE="" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" - -DEPEND=">=dev-lang/ocaml-3.09 - virtual/latex-base - dev-texlive/texlive-latexextra - " - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-tests.patch" - epatch "${FILESDIR}/${P}-strip.patch" -} - -src_compile() { - econf || die - emake || die -} - -src_install() { - emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" install || die - dodoc README CHANGES -} |