diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-08 08:53:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-08 08:53:45 +0000 |
commit | 896a7e75fb53d60ab17afd1e6b3cc549c07ea25e (patch) | |
tree | fa64090a04fb5763f2808894acc62b9649d860c4 /dev-ml | |
parent | gnome-base/gnome-keyring: force revbump and clean up (diff) | |
download | gentoo-2-896a7e75fb53d60ab17afd1e6b3cc549c07ea25e.tar.gz gentoo-2-896a7e75fb53d60ab17afd1e6b3cc549c07ea25e.tar.bz2 gentoo-2-896a7e75fb53d60ab17afd1e6b3cc549c07ea25e.zip |
remove old versions
(Portage version: 2.1.3.12)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-4.08.ebuild | 40 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.00.ebuild | 34 | ||||
-rw-r--r-- | dev-ml/camlp5/files/digest-camlp5-4.08 | 3 | ||||
-rw-r--r-- | dev-ml/camlp5/files/digest-camlp5-5.00 | 3 | ||||
-rw-r--r-- | dev-ml/camlp5/files/install_destdir.dpatch | 28 |
6 files changed, 5 insertions, 109 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index d0220e68a943..055dc94507e3 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.5 2007/10/08 08:50:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.6 2007/10/08 08:53:44 aballier Exp $ + + 08 Oct 2007; Alexis Ballier <aballier@gentoo.org> + -files/install_destdir.dpatch, -camlp5-4.08.ebuild, -camlp5-5.00.ebuild: + remove old versions *camlp5-5.01 (08 Oct 2007) diff --git a/dev-ml/camlp5/camlp5-4.08.ebuild b/dev-ml/camlp5/camlp5-4.08.ebuild deleted file mode 100644 index 6813eba4c036..000000000000 --- a/dev-ml/camlp5/camlp5-4.08.ebuild +++ /dev/null @@ -1,40 +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-4.08.ebuild,v 1.2 2007/09/08 13:08:34 nixnut Exp $ - -inherit multilib eutils - -DESCRIPTION="A preprocessor-pretty-printer of ocaml" -HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/" -SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -DEPEND=">=dev-lang/ocaml-3.10.0" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/install_destdir.dpatch" -} - -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" - use doc && dohtml -r doc/* - - dodoc CHANGES DEVEL ICHANGES README UPGRADING -} diff --git a/dev-ml/camlp5/camlp5-5.00.ebuild b/dev-ml/camlp5/camlp5-5.00.ebuild deleted file mode 100644 index 25fb417fc1fa..000000000000 --- a/dev-ml/camlp5/camlp5-5.00.ebuild +++ /dev/null @@ -1,34 +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.00.ebuild,v 1.1 2007/09/27 20:18:20 aballier Exp $ - -inherit multilib eutils - -DESCRIPTION="A preprocessor-pretty-printer of ocaml" -HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/" -SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -DEPEND=">=dev-lang/ocaml-3.10.0" -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" - use doc && dohtml -r doc/* - - dodoc CHANGES DEVEL ICHANGES README UPGRADING -} diff --git a/dev-ml/camlp5/files/digest-camlp5-4.08 b/dev-ml/camlp5/files/digest-camlp5-4.08 deleted file mode 100644 index 6eaac62056cc..000000000000 --- a/dev-ml/camlp5/files/digest-camlp5-4.08 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3c4760cbe6e8246e00c566f3d088d1bf camlp5-4.08.tgz 563881 -RMD160 42c0b4127b1f1163c099412671947eed5f40674d camlp5-4.08.tgz 563881 -SHA256 3ef59cd72886e28f956afb893fc17911a0cd8f6b4a6b419c7a95e31cd91aff78 camlp5-4.08.tgz 563881 diff --git a/dev-ml/camlp5/files/digest-camlp5-5.00 b/dev-ml/camlp5/files/digest-camlp5-5.00 deleted file mode 100644 index e128733846b2..000000000000 --- a/dev-ml/camlp5/files/digest-camlp5-5.00 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 70986d6a7b54f4d35e7cc6b16731b8fd camlp5-5.00.tgz 586867 -RMD160 a390179f34528e3f4de8483dd1d3e4853f463bfe camlp5-5.00.tgz 586867 -SHA256 759ec8feb965ccc35daae9010669625fb563815941fe806c449e01a893ba7544 camlp5-5.00.tgz 586867 diff --git a/dev-ml/camlp5/files/install_destdir.dpatch b/dev-ml/camlp5/files/install_destdir.dpatch deleted file mode 100644 index b6602346daa1..000000000000 --- a/dev-ml/camlp5/files/install_destdir.dpatch +++ /dev/null @@ -1,28 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## install_destdir.dpatch by Stefano Zacchiroli <zack@debian.org> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad trunk~/Makefile trunk/Makefile ---- trunk~/Makefile 2007-07-11 09:46:18.000000000 +0000 -+++ trunk/Makefile 2007-07-16 16:25:00.000000000 +0000 -@@ -40,10 +40,13 @@ - for i in $(DIRS) compile; do (cd $$i; $(MAKE) depend); done - - install: -- @test ! -d "$(LIBDIR)/$(NAME)/Camlp4Parsers" || \ -- (/bin/rm -rf "$(LIBDIR)/omain"; \ -- mv "$(LIBDIR)/$(NAME)" "$(LIBDIR)/o$(NAME)") -- for i in $(DIRS) compile; do (cd $$i; $(MAKE) install); done -+ for i in $(DIRS) compile; do (cd $$i; \ -+ $(MAKE) install \ -+ OLIBDIR=$(DESTDIR)$(OLIBDIR) \ -+ BINDIR=$(DESTDIR)$(BINDIR) \ -+ LIBDIR=$(DESTDIR)$(LIBDIR) \ -+ MANDIR=$(DESTDIR)$(MANDIR) \ -+ ); done - - uninstall: - rm -rf "$(LIBDIR)/$(NAME)" |