diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-23 20:39:42 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-23 20:39:42 +0000 |
commit | 90fda7d9c11531d2cec01d1c01a0d3a534f9711c (patch) | |
tree | 92f91a587e88957975d1b5c91177fb2d0960ec61 | |
parent | Update comment about x11-libs/qt-qt3support-4.8.0-r1 mask. (diff) | |
download | historical-90fda7d9c11531d2cec01d1c01a0d3a534f9711c.tar.gz historical-90fda7d9c11531d2cec01d1c01a0d3a534f9711c.tar.bz2 historical-90fda7d9c11531d2cec01d1c01a0d3a534f9711c.zip |
remove old
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
29 files changed, 58 insertions, 903 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog index 0af5242d40dc..15de23288db1 100644 --- a/dev-ml/bin-prot/ChangeLog +++ b/dev-ml/bin-prot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/bin-prot -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.11 2011/10/06 20:09:37 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.12 2012/02/23 20:30:46 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -bin-prot-1.3.1.ebuild: + remove old *bin-prot-2.0.3 (06 Oct 2011) diff --git a/dev-ml/bin-prot/bin-prot-1.3.1.ebuild b/dev-ml/bin-prot/bin-prot-1.3.1.ebuild deleted file mode 100644 index efb458398913..000000000000 --- a/dev-ml/bin-prot/bin-prot-1.3.1.ebuild +++ /dev/null @@ -1,63 +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/bin-prot/bin-prot-1.3.1.ebuild,v 1.1 2011/06/25 18:56:12 aballier Exp $ - -EAPI=3 - -EAPI="2" - -inherit findlib eutils multilib - -DESCRIPTION="A binary protocol generator" -HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" -SRC_URI="http://www.janestreet.com/ocaml/bin_prot-${PV}.tar.gz" - -LICENSE="LGPL-2.1-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug doc +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?] - dev-ml/findlib - >=dev-ml/ounit-1.0.2 - >=dev-ml/type-conv-2.3.0" -DEPEND="${RDEPEND} - >=dev-ml/ounit-1.0.2 - doc? ( virtual/latex-base dev-texlive/texlive-latexextra )" - -S=${WORKDIR}/bin_prot-${PV} - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --destdir "${D}" \ - $(oasis_use_enable debug debug) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_compile() { - emake || die - if use doc ; then - cd "${S}/doc" - pdflatex README || die - pdflatex README || die - fi -} - -src_test() { - LD_LIBRARY_PATH="${S}/_build/lib" emake test || die -} - -src_install() { - findlib_src_install - - dodoc README Changelog || die - if use doc; then - dodoc doc/README.pdf || die - fi -} diff --git a/dev-ml/camomile/ChangeLog b/dev-ml/camomile/ChangeLog index f60f5e5503e6..67826f59e7d1 100644 --- a/dev-ml/camomile/ChangeLog +++ b/dev-ml/camomile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camomile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.31 2012/02/06 16:57:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.32 2012/02/23 20:31:13 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -camomile-0.8.1.ebuild: + remove old 06 Feb 2012; Brent Baude <ranger@gentoo.org> camomile-0.8.3.ebuild: Marking camomile-0.8.3 ppc for bug 374965 diff --git a/dev-ml/camomile/camomile-0.8.1.ebuild b/dev-ml/camomile/camomile-0.8.1.ebuild deleted file mode 100644 index 2ac967db0725..000000000000 --- a/dev-ml/camomile/camomile-0.8.1.ebuild +++ /dev/null @@ -1,35 +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/camomile/camomile-0.8.1.ebuild,v 1.3 2011/06/30 15:06:51 ranger Exp $ - -EAPI="2" - -inherit findlib eutils - -DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml." -HOMEPAGE="http://camomile.sourceforge.net/" -SRC_URI="mirror://sourceforge/camomile/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="debug +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" -DEPEND="${RDEPEND}" - -src_configure() { - econf $(use_enable debug) -} - -src_compile() { - emake -j1 byte unidata unimaps charmap_data locale_data || die "failed to build" - if use ocamlopt; then - emake -j1 opt || die "failed to build native code" - fi -} - -src_install() { - dodir /usr/bin - findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin" -} diff --git a/dev-ml/core/ChangeLog b/dev-ml/core/ChangeLog index 108c4e7d7dc1..655bf2967375 100644 --- a/dev-ml/core/ChangeLog +++ b/dev-ml/core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/core -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.6 2011/10/06 20:45:15 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.7 2012/02/23 20:29:35 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -core-0.7.0.ebuild: + remove old *core-107.01 (06 Oct 2011) diff --git a/dev-ml/core/core-0.7.0.ebuild b/dev-ml/core/core-0.7.0.ebuild deleted file mode 100644 index 3d355ca602fd..000000000000 --- a/dev-ml/core/core-0.7.0.ebuild +++ /dev/null @@ -1,46 +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/core/core-0.7.0.ebuild,v 1.1 2011/06/25 18:57:01 aballier Exp $ - -EAPI="2" -inherit findlib eutils multilib - -MY_P=${P/_/\~} -DESCRIPTION="Jane Street's alternative to the standard library" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz" - -LICENSE="LGPL-2.1-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug +ocamlopt test" - -RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?] - dev-ml/res - >=dev-ml/sexplib-5.2.1 - >=dev-ml/bin-prot-1.3.1 - >=dev-ml/fieldslib-0.1.2" -DEPEND="${RDEPEND} - test? ( >=dev-ml/ounit-1.0.2 )" - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --docdir /usr/share/doc/${PF}/html \ - --destdir "${D}" \ - $(oasis_use_enable debug debug) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_test() { - LD_LIBRARY_PATH="${S}/_build/lib" emake test || die -} - -src_install() { - findlib_src_install -} diff --git a/dev-ml/lwt/ChangeLog b/dev-ml/lwt/ChangeLog index 438ce06774d3..6085319b399d 100644 --- a/dev-ml/lwt/ChangeLog +++ b/dev-ml/lwt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/lwt -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.15 2011/11/28 13:10:32 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.16 2012/02/23 20:32:13 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -lwt-2.3.0.ebuild, + -lwt-2.3.1.ebuild: + remove old *lwt-2.3.2 (28 Nov 2011) diff --git a/dev-ml/lwt/lwt-2.3.0.ebuild b/dev-ml/lwt/lwt-2.3.0.ebuild deleted file mode 100644 index 8a19bd6a43bb..000000000000 --- a/dev-ml/lwt/lwt-2.3.0.ebuild +++ /dev/null @@ -1,50 +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/lwt/lwt-2.3.0.ebuild,v 1.1 2011/04/18 18:17:46 aballier Exp $ - -EAPI=2 - -inherit findlib eutils multilib - -MY_P=${P/_/+} -DESCRIPTION="Cooperative light-weight thread library for OCaml" -SRC_URI="http://ocsigen.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://ocsigen.org/lwt" - -IUSE="gtk +ocamlopt +react +ssl" - -DEPEND=">=dev-lang/ocaml-3.12[ocamlopt?] - react? ( dev-ml/react ) - dev-libs/libev - ssl? ( >=dev-ml/ocaml-ssl-0.4.0 ) - gtk? ( dev-ml/lablgtk dev-libs/glib:2 )" - -RDEPEND="${DEPEND} - !<www-servers/ocsigen-1.1" - -SLOT="0" -LICENSE="LGPL-2.1 LGPL-2.1-linking-exception" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" - -S=${WORKDIR}/${MY_P} - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --docdir /usr/share/doc/${PF}/html \ - --destdir "${D}" \ - $(use_enable gtk glib) \ - $(use_enable react) \ - $(use_enable ssl) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_install() { - findlib_src_install - dodoc CHANGES* README || die -} diff --git a/dev-ml/lwt/lwt-2.3.1.ebuild b/dev-ml/lwt/lwt-2.3.1.ebuild deleted file mode 100644 index 7a025e73aaf5..000000000000 --- a/dev-ml/lwt/lwt-2.3.1.ebuild +++ /dev/null @@ -1,50 +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/lwt/lwt-2.3.1.ebuild,v 1.1 2011/09/09 15:12:52 aballier Exp $ - -EAPI=2 - -inherit findlib eutils multilib - -MY_P=${P/_/+} -DESCRIPTION="Cooperative light-weight thread library for OCaml" -SRC_URI="http://ocsigen.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://ocsigen.org/lwt" - -IUSE="gtk +ocamlopt +react +ssl" - -DEPEND=">=dev-lang/ocaml-3.12[ocamlopt?] - react? ( dev-ml/react ) - dev-libs/libev - ssl? ( >=dev-ml/ocaml-ssl-0.4.0 ) - gtk? ( dev-ml/lablgtk dev-libs/glib:2 )" - -RDEPEND="${DEPEND} - !<www-servers/ocsigen-1.1" - -SLOT="0" -LICENSE="LGPL-2.1 LGPL-2.1-linking-exception" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" - -S=${WORKDIR}/${MY_P} - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --docdir /usr/share/doc/${PF}/html \ - --destdir "${D}" \ - $(use_enable gtk glib) \ - $(use_enable react) \ - $(use_enable ssl) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_install() { - findlib_src_install - dodoc CHANGES* README || die -} diff --git a/dev-ml/ocamldsort/ChangeLog b/dev-ml/ocamldsort/ChangeLog index 3a930288ac39..8bc97e4faa60 100644 --- a/dev-ml/ocamldsort/ChangeLog +++ b/dev-ml/ocamldsort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamldsort # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.10 2012/02/06 17:11:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ChangeLog,v 1.11 2012/02/23 20:32:44 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -ocamldsort-0.14.4.ebuild: + remove old 06 Feb 2012; Brent Baude <ranger@gentoo.org> ocamldsort-0.15.0.ebuild: Marking ocamldsort-0.15.0 ppc for bug 374969 diff --git a/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild b/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild deleted file mode 100644 index 01e7e6015cd8..000000000000 --- a/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.4.ebuild,v 1.3 2008/08/17 20:29:27 maekke Exp $ - -DESCRIPTION="A dependency sorter for OCaml source files" -HOMEPAGE="http://dimitri.mutu.net/ocaml.html" - -SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz" - -LICENSE="LGPL-2" - -SLOT="0" - -KEYWORDS="~amd64 ppc x86" - -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.06" - -src_compile() { - econf - emake -j1 || die -} - -src_install() { - emake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man" install || die "make install failed" - dodoc README THANKS Changes -} diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index a14011a1a59c..abeb7cb3ae10 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.55 2012/02/23 20:30:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.56 2012/02/23 20:33:59 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -ocamlnet-3.3.3.ebuild, + -ocamlnet-3.3.7.ebuild, -ocamlnet-3.4.ebuild: + remove old *ocamlnet-3.5 (23 Feb 2012) diff --git a/dev-ml/ocamlnet/ocamlnet-3.3.3.ebuild b/dev-ml/ocamlnet/ocamlnet-3.3.3.ebuild deleted file mode 100644 index ce54502c5bce..000000000000 --- a/dev-ml/ocamlnet/ocamlnet-3.3.3.ebuild +++ /dev/null @@ -1,75 +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/ocamlnet/ocamlnet-3.3.3.ebuild,v 1.1 2011/06/26 17:09:28 aballier Exp $ - -EAPI="2" - -inherit eutils findlib - -MY_P=${P/_beta/test} -DESCRIPTION="Modules for OCaml application-level Internet protocols" -HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html" -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" - -LICENSE="as-is GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip" -RESTRICT="installsources" - -# the auth-dh compile flag has been disabled as well, since it depends on -# ocaml-cryptgps, which is not available. - -DEPEND=">=dev-ml/findlib-1.0 - pcre? ( >=dev-ml/pcre-ocaml-5 ) - >=dev-lang/ocaml-3.10.2[tk?,ocamlopt?] - cryptokit? ( dev-ml/cryptokit ) - gtk? ( >=dev-ml/lablgtk-2 ) - ssl? ( >=dev-ml/ocaml-ssl-0.4 ) - zip? ( dev-ml/camlzip ) - " -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -ocamlnet_use_with() { - if use $1; then - echo "-with-$2" - else - echo "-without-$2" - fi -} - -ocamlnet_use_enable() { - if use $1; then - echo "-enable-$2" - else - echo "-disable-$2" - fi -} - -src_configure() { - ./configure \ - -bindir /usr/bin \ - -datadir /usr/share/${PN} \ - $(ocamlnet_use_enable cryptokit crypto) \ - $(ocamlnet_use_enable gtk gtk2) \ - $(ocamlnet_use_enable pcre pcre) \ - $(ocamlnet_use_enable ssl ssl) \ - $(ocamlnet_use_enable tk tcl) \ - $(ocamlnet_use_enable zip zip) \ - $(ocamlnet_use_with httpd nethttpd) \ - || die "Error : econf failed!" -} - -src_compile() { - emake -j1 all || die "make failed" - if use ocamlopt; then - emake -j1 opt || die "make failed" - fi -} - -src_install() { - export STRIP_MASK="*/bin/*" - findlib_src_install -} diff --git a/dev-ml/ocamlnet/ocamlnet-3.3.7.ebuild b/dev-ml/ocamlnet/ocamlnet-3.3.7.ebuild deleted file mode 100644 index ee3cdad3f6b2..000000000000 --- a/dev-ml/ocamlnet/ocamlnet-3.3.7.ebuild +++ /dev/null @@ -1,75 +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/ocamlnet/ocamlnet-3.3.7.ebuild,v 1.1 2011/08/06 09:46:27 aballier Exp $ - -EAPI="2" - -inherit eutils findlib - -MY_P=${P/_beta/test} -DESCRIPTION="Modules for OCaml application-level Internet protocols" -HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html" -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" - -LICENSE="as-is GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip" -RESTRICT="installsources" - -# the auth-dh compile flag has been disabled as well, since it depends on -# ocaml-cryptgps, which is not available. - -DEPEND=">=dev-ml/findlib-1.0 - pcre? ( >=dev-ml/pcre-ocaml-5 ) - >=dev-lang/ocaml-3.10.2[tk?,ocamlopt?] - cryptokit? ( dev-ml/cryptokit ) - gtk? ( >=dev-ml/lablgtk-2 ) - ssl? ( >=dev-ml/ocaml-ssl-0.4 ) - zip? ( dev-ml/camlzip ) - " -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -ocamlnet_use_with() { - if use $1; then - echo "-with-$2" - else - echo "-without-$2" - fi -} - -ocamlnet_use_enable() { - if use $1; then - echo "-enable-$2" - else - echo "-disable-$2" - fi -} - -src_configure() { - ./configure \ - -bindir /usr/bin \ - -datadir /usr/share/${PN} \ - $(ocamlnet_use_enable cryptokit crypto) \ - $(ocamlnet_use_enable gtk gtk2) \ - $(ocamlnet_use_enable pcre pcre) \ - $(ocamlnet_use_enable ssl ssl) \ - $(ocamlnet_use_enable tk tcl) \ - $(ocamlnet_use_enable zip zip) \ - $(ocamlnet_use_with httpd nethttpd) \ - || die "Error : econf failed!" -} - -src_compile() { - emake -j1 all || die "make failed" - if use ocamlopt; then - emake -j1 opt || die "make failed" - fi -} - -src_install() { - export STRIP_MASK="*/bin/*" - findlib_src_install -} diff --git a/dev-ml/ocamlnet/ocamlnet-3.4.ebuild b/dev-ml/ocamlnet/ocamlnet-3.4.ebuild deleted file mode 100644 index 6ec5203ff3fe..000000000000 --- a/dev-ml/ocamlnet/ocamlnet-3.4.ebuild +++ /dev/null @@ -1,75 +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/ocamlnet/ocamlnet-3.4.ebuild,v 1.1 2011/09/09 15:25:49 aballier Exp $ - -EAPI="2" - -inherit eutils findlib - -MY_P=${P/_beta/test} -DESCRIPTION="Modules for OCaml application-level Internet protocols" -HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html" -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" - -LICENSE="as-is GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip" -RESTRICT="installsources" - -# the auth-dh compile flag has been disabled as well, since it depends on -# ocaml-cryptgps, which is not available. - -DEPEND=">=dev-ml/findlib-1.0 - pcre? ( >=dev-ml/pcre-ocaml-5 ) - >=dev-lang/ocaml-3.10.2[tk?,ocamlopt?] - cryptokit? ( dev-ml/cryptokit ) - gtk? ( >=dev-ml/lablgtk-2 ) - ssl? ( >=dev-ml/ocaml-ssl-0.4 ) - zip? ( dev-ml/camlzip ) - " -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -ocamlnet_use_with() { - if use $1; then - echo "-with-$2" - else - echo "-without-$2" - fi -} - -ocamlnet_use_enable() { - if use $1; then - echo "-enable-$2" - else - echo "-disable-$2" - fi -} - -src_configure() { - ./configure \ - -bindir /usr/bin \ - -datadir /usr/share/${PN} \ - $(ocamlnet_use_enable cryptokit crypto) \ - $(ocamlnet_use_enable gtk gtk2) \ - $(ocamlnet_use_enable pcre pcre) \ - $(ocamlnet_use_enable ssl ssl) \ - $(ocamlnet_use_enable tk tcl) \ - $(ocamlnet_use_enable zip zip) \ - $(ocamlnet_use_with httpd nethttpd) \ - || die "Error : econf failed!" -} - -src_compile() { - emake -j1 all || die "make failed" - if use ocamlopt; then - emake -j1 opt || die "make failed" - fi -} - -src_install() { - export STRIP_MASK="*/bin/*" - findlib_src_install -} diff --git a/dev-ml/ocamlsdl/ChangeLog b/dev-ml/ocamlsdl/ChangeLog index 87e6699331df..0ea4fd00fc5e 100644 --- a/dev-ml/ocamlsdl/ChangeLog +++ b/dev-ml/ocamlsdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlsdl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.15 2012/02/06 17:15:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ChangeLog,v 1.16 2012/02/23 20:34:12 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -ocamlsdl-0.7.1.ebuild, + -ocamlsdl-0.7.2.ebuild: + remove old 06 Feb 2012; Brent Baude <ranger@gentoo.org> ocamlsdl-0.8.0.ebuild: Marking ocamlsdl-0.8.0 ppc for bug 396911 diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild deleted file mode 100644 index c96a5ea337a0..000000000000 --- a/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.1.ebuild,v 1.5 2012/02/05 18:33:08 armin76 Exp $ - -inherit findlib - -DESCRIPTION="OCaml SDL Bindings" - -HOMEPAGE="http://ocamlsdl.sourceforge.net" -SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" -LICENSE="LGPL-2" - -SLOT="0" -KEYWORDS="ppc x86" -IUSE="doc opengl truetype" #noimage nomixer - -DEPEND=">=dev-lang/ocaml-3.04 ->=media-libs/libsdl-1.2 -opengl? ( >=dev-ml/lablgl-0.98 ) ->=media-libs/sdl-mixer-1.2 ->=media-libs/sdl-image-1.2 -truetype? ( >=media-libs/sdl-ttf-2.0 )" - -src_compile() { - myconf="" - if use opengl; then - destdir=`ocamlfind printconf destdir` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - if [ -z "${lablgldir}" ]; then - destdir=`ocamlc -where` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - fi - - if [ ! -z "${lablgldir}" ]; then - myconf="--with-lablgldir=${lablgldir}" - fi - fi - - #use noimage && myconf="${myconf} --without-sdl-image" - #use nomixer && myconf="${myconf} --without-sdl-mixer" - - econf $myconf \ - `use_enable truetype sdl-ttf` \ - || die - emake all || die -} - -src_install() { - findlib_src_install - - dodoc AUTHORS NEWS README - doinfo doc/*.info* - - if use doc; then - dohtml doc/html/* - fi -} diff --git a/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild b/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild deleted file mode 100644 index d069a186750b..000000000000 --- a/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlsdl/ocamlsdl-0.7.2.ebuild,v 1.4 2012/02/05 18:33:08 armin76 Exp $ - -inherit findlib - -DESCRIPTION="OCaml SDL Bindings" - -HOMEPAGE="http://ocamlsdl.sourceforge.net" -SRC_URI="mirror://sourceforge/ocamlsdl/${P}.tar.gz" -LICENSE="LGPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc opengl truetype" #noimage nomixer - -DEPEND=">=dev-lang/ocaml-3.04 ->=media-libs/libsdl-1.2 -opengl? ( >=dev-ml/lablgl-0.98 ) ->=media-libs/sdl-mixer-1.2 ->=media-libs/sdl-image-1.2 -truetype? ( >=media-libs/sdl-ttf-2.0 )" - -src_compile() { - myconf="" - if use opengl; then - destdir=`ocamlfind printconf destdir` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - if [ -z "${lablgldir}" ]; then - destdir=`ocamlc -where` - lablgldir=`find ${destdir} -name "lablgl" -or -name "lablGL"` - fi - - if [ ! -z "${lablgldir}" ]; then - myconf="--with-lablgldir=${lablgldir}" - fi - fi - - #use noimage && myconf="${myconf} --without-sdl-image" - #use nomixer && myconf="${myconf} --without-sdl-mixer" - - econf $myconf \ - `use_enable truetype sdl-ttf` \ - || die - emake all || die -} - -src_install() { - findlib_src_install - - dodoc AUTHORS NEWS README - doinfo doc/*.info* - - if use doc; then - dohtml doc/html/* - fi -} diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index fb3d13584700..162e8694a3fd 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/pcre-ocaml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.42 2012/01/16 15:30:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.43 2012/02/23 20:35:47 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -pcre-ocaml-6.2.3.ebuild, + -pcre-ocaml-6.2.4.ebuild: + remove old *pcre-ocaml-6.2.5 (16 Jan 2012) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.3.ebuild deleted file mode 100644 index ba1f0ef252a3..000000000000 --- a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.3.ebuild +++ /dev/null @@ -1,44 +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/pcre-ocaml/pcre-ocaml-6.2.3.ebuild,v 1.1 2011/12/07 13:20:42 aballier Exp $ - -EAPI="2" - -inherit findlib eutils - -DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.gz" -LICENSE="LGPL-2.1" - -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-libs/libpcre-4.5" -DEPEND="${RDEPEND}" -SLOT="0" -IUSE="examples +ocamlopt" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" - -src_prepare() { - epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch" -} - -src_compile() { - cd "${S}/lib" - emake byte-code-library || die "Failed to build byte code library" - if use ocamlopt; then - emake native-code-library || die "Failed to build native code library" - fi -} - -src_install () { - export OCAMLFIND_INSTFLAGS="-optional" - findlib_src_install - - # install documentation - dodoc README.txt Changelog - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.4.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.4.ebuild deleted file mode 100644 index 48244b0f6cd4..000000000000 --- a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.4.ebuild +++ /dev/null @@ -1,44 +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/pcre-ocaml/pcre-ocaml-6.2.4.ebuild,v 1.1 2011/12/31 11:30:27 aballier Exp $ - -EAPI="2" - -inherit findlib eutils - -DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.gz" -LICENSE="LGPL-2.1" - -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - >=dev-libs/libpcre-4.5" -DEPEND="${RDEPEND}" -SLOT="0" -IUSE="examples +ocamlopt" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" - -src_prepare() { - epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch" -} - -src_compile() { - cd "${S}/lib" - emake byte-code-library || die "Failed to build byte code library" - if use ocamlopt; then - emake native-code-library || die "Failed to build native code library" - fi -} - -src_install () { - export OCAMLFIND_INSTFLAGS="-optional" - findlib_src_install - - # install documentation - dodoc README.txt Changelog - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-ml/postgresql-ocaml/ChangeLog b/dev-ml/postgresql-ocaml/ChangeLog index 1afded3842f8..e309457e4ab5 100644 --- a/dev-ml/postgresql-ocaml/ChangeLog +++ b/dev-ml/postgresql-ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/postgresql-ocaml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.26 2012/01/16 15:32:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.27 2012/02/23 20:36:09 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> + -postgresql-ocaml-1.17.0.ebuild: + remove old *postgresql-ocaml-1.18.0 (16 Jan 2012) diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-1.17.0.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-1.17.0.ebuild deleted file mode 100644 index 48124c2c96eb..000000000000 --- a/dev-ml/postgresql-ocaml/postgresql-ocaml-1.17.0.ebuild +++ /dev/null @@ -1,42 +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/postgresql-ocaml/postgresql-ocaml-1.17.0.ebuild,v 1.1 2011/12/31 11:32:59 aballier Exp $ - -EAPI="2" - -inherit findlib eutils - -IUSE="examples +ocamlopt" - -DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases." -SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz" -HOMEPAGE="http://ocaml.info/home/ocaml_sources.html#toc9" - -DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?] - dev-db/postgresql-base - dev-db/postgresql-server" -RDEPEND="${DEPEND}" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~x86" - -src_compile() { - cd "${S}/lib" - emake -j1 byte-code-library || die "failed to build byte code library" - if use ocamlopt; then - emake -j1 native-code-library || die "failed to built nativde code library" - fi -} - -src_install () { - use ocamlopt || export OCAMLFIND_INSTFLAGS="-optional" - findlib_src_preinst - emake DESTDIR="${D}" install || die - dodoc AUTHORS Changelog README.txt - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-ml/pxp/ChangeLog b/dev-ml/pxp/ChangeLog index dcf904a844fb..6fbfc2eeff25 100644 --- a/dev-ml/pxp/ChangeLog +++ b/dev-ml/pxp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pxp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.25 2012/01/15 15:50:34 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/ChangeLog,v 1.26 2012/02/23 20:27:59 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -pxp-1.2.1.ebuild: + remove old 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pxp-1.2.2.ebuild: x86 stable wrt bug #396913 diff --git a/dev-ml/pxp/pxp-1.2.1.ebuild b/dev-ml/pxp/pxp-1.2.1.ebuild deleted file mode 100644 index a2a8c3d3a370..000000000000 --- a/dev-ml/pxp/pxp-1.2.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.2.1.ebuild,v 1.4 2009/11/25 09:40:44 maekke Exp $ - -EAPI="2" - -inherit findlib eutils - -MY_P=${P/_beta/test} - -DESCRIPTION="validating XML parser library for O'Caml" -HOMEPAGE="http://projects.camlcity.org/projects/pxp.html" -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" - -LICENSE="as-is" -KEYWORDS="amd64 ~ppc x86" - -SLOT="0" -DEPEND=">=dev-ml/pcre-ocaml-4.31 ->=dev-ml/ulex-0.5 ->=dev-ml/ocamlnet-0.98 ->=dev-lang/ocaml-3.10.2[ocamlopt?]" -RDEPEND="${DEPEND}" - -IUSE="examples +ocamlopt" - -S=${WORKDIR}/${MY_P} - -src_configure() { - #the included configure does not support many standard switches and is quite picky - ./configure || die "configure failed" -} - -src_compile() { - emake -j1 all || die "make all failed" - if use ocamlopt; then - emake -j1 opt || die "make opt failed" - fi -} - -src_install() { - findlib_src_install - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - cd doc - dodoc ABOUT-FINDLIB DEV README SPEC design.txt -} diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog index dd134f952dbe..0bf9bccf41ba 100644 --- a/dev-ml/sexplib/ChangeLog +++ b/dev-ml/sexplib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/sexplib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.13 2011/10/06 20:04:43 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.14 2012/02/23 20:39:23 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -sexplib-5.2.1.ebuild: + remove old 06 Oct 2011; Alexis Ballier <aballier@gentoo.org> -sexplib-7.0.3.ebuild: remove old diff --git a/dev-ml/sexplib/sexplib-5.2.1.ebuild b/dev-ml/sexplib/sexplib-5.2.1.ebuild deleted file mode 100644 index 8f4d4d39c050..000000000000 --- a/dev-ml/sexplib/sexplib-5.2.1.ebuild +++ /dev/null @@ -1,52 +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/sexplib/sexplib-5.2.1.ebuild,v 1.2 2011/07/23 15:44:59 tomka Exp $ - -EAPI=3 - -inherit findlib eutils multilib - -DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?] - >=dev-ml/type-conv-2.3.0" -DEPEND="${RDEPEND} - doc? ( virtual/latex-base dev-texlive/texlive-latexextra )" - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --destdir "${D}" \ - $(oasis_use_enable debug debug) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_compile() { - emake || die - if use doc ; then - cd "${S}/doc" - pdflatex README || die - pdflatex README || die - fi -} - -src_install() { - findlib_src_install - - dodoc README Changelog || die - if use doc; then - dodoc doc/README.pdf || die - fi -} diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog index fdf56bf25531..36fc2cb151a0 100644 --- a/dev-ml/type-conv/ChangeLog +++ b/dev-ml/type-conv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/type-conv -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.13 2011/10/06 20:00:53 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.14 2012/02/23 20:39:42 aballier Exp $ + + 23 Feb 2012; Alexis Ballier <aballier@gentoo.org> -type-conv-2.3.0.ebuild: + remove old *type-conv-3.0.4 (06 Oct 2011) diff --git a/dev-ml/type-conv/type-conv-2.3.0.ebuild b/dev-ml/type-conv/type-conv-2.3.0.ebuild deleted file mode 100644 index 01bd249ea1ef..000000000000 --- a/dev-ml/type-conv/type-conv-2.3.0.ebuild +++ /dev/null @@ -1,43 +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/type-conv/type-conv-2.3.0.ebuild,v 1.2 2011/07/23 15:43:07 tomka Exp $ - -EAPI="2" - -inherit findlib eutils multilib - -DESCRIPTION="Mini library required for some other preprocessing libraries" -HOMEPAGE="http://www.janestreet.com/ocaml/" -SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz" - -LICENSE="LGPL-2.1-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.12[ocamlopt?]" - -DEPEND="${RDEPEND}" - -oasis_use_enable() { - echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`" -} - -src_configure() { - ./configure --prefix usr \ - --libdir /usr/$(get_libdir) \ - --destdir "${D}" \ - $(oasis_use_enable debug debug) \ - $(oasis_use_enable ocamlopt is_native) \ - || die -} - -src_test() { - LD_LIBRARY_PATH="${S}/_build/lib" emake test || die -} - -src_install() { - findlib_src_install - - dodoc README Changelog || die -} |