diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-18 08:37:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-18 08:37:46 +0000 |
commit | eccb8cd4a2e95676206d463de89ec39fe4643d95 (patch) | |
tree | 7586549383f243d39bccc1f9ac6fbf2d8a72b5b5 /dev-ml/camlp5 | |
parent | restrict installsources, debugedit kills ocamlc -custom compiled executables (diff) | |
download | gentoo-2-eccb8cd4a2e95676206d463de89ec39fe4643d95.tar.gz gentoo-2-eccb8cd4a2e95676206d463de89ec39fe4643d95.tar.bz2 gentoo-2-eccb8cd4a2e95676206d463de89ec39fe4643d95.zip |
remove old
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.06.ebuild | 38 | ||||
-rw-r--r-- | dev-ml/camlp5/files/digest-camlp5-5.06 | 3 |
3 files changed, 4 insertions, 42 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 41d08a128b97..98d617f034c0 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.14 2008/01/02 19:18:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.15 2008/01/18 08:37:45 aballier Exp $ + + 18 Jan 2008; Alexis Ballier <aballier@gentoo.org> -camlp5-5.06.ebuild: + remove old *camlp5-5.07 (02 Jan 2008) diff --git a/dev-ml/camlp5/camlp5-5.06.ebuild b/dev-ml/camlp5/camlp5-5.06.ebuild deleted file mode 100644 index 82712e034032..000000000000 --- a/dev-ml/camlp5/camlp5-5.06.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.06.ebuild,v 1.1 2007/12/20 17:32:52 aballier Exp $ - -inherit multilib findlib - -DESCRIPTION="A preprocessor-pretty-printer of ocaml" -HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/" -SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND=">=dev-lang/ocaml-3.09" -RDEPEND="${DEPEND}" - -src_compile() { - ./configure \ - -prefix /usr \ - -bindir /usr/bin \ - -libdir /usr/$(get_libdir)/ocaml \ - -mandir /usr/share/man || die "configure failed" - - emake -j1 world.opt || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - # findlib support - insinto "$(ocamlfind printconf destdir)/${PN}" - doins etc/META || die "failed to install META file for findlib support" - - use doc && dohtml -r doc/* - - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE -} diff --git a/dev-ml/camlp5/files/digest-camlp5-5.06 b/dev-ml/camlp5/files/digest-camlp5-5.06 deleted file mode 100644 index dacd72a18590..000000000000 --- a/dev-ml/camlp5/files/digest-camlp5-5.06 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 184c81943505999a156e0c201fcd0997 camlp5-5.06.tgz 636094 -RMD160 cbc1301f5863615b39162f38a24899d931821eeb camlp5-5.06.tgz 636094 -SHA256 13af2090408108eab0f15b6c9940c1da0eb95174aa6af81d2be362c0a12fab13 camlp5-5.06.tgz 636094 |