summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-08-31 05:32:34 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-08-31 05:32:34 +0000
commit2f1f7ef5251400103c8ab2539337ed6f6263ef7c (patch)
tree6e1a74333cfb468705a7e01d23ce474a115072d0 /dev-ml
parentRe-added evms2-start.sh (bug #190838). (diff)
downloadgentoo-2-2f1f7ef5251400103c8ab2539337ed6f6263ef7c.tar.gz
gentoo-2-2f1f7ef5251400103c8ab2539337ed6f6263ef7c.tar.bz2
gentoo-2-2f1f7ef5251400103c8ab2539337ed6f6263ef7c.zip
remove unused versions
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlnet/ChangeLog6
-rw-r--r--dev-ml/ocamlnet/files/digest-ocamlnet-0.953
-rw-r--r--dev-ml/ocamlnet/files/digest-ocamlnet-2.2.73
-rw-r--r--dev-ml/ocamlnet/ocamlnet-0.95.ebuild34
-rw-r--r--dev-ml/ocamlnet/ocamlnet-2.2.7.ebuild64
5 files changed, 5 insertions, 105 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog
index 39959d0c560b..94f4e0410499 100644
--- a/dev-ml/ocamlnet/ChangeLog
+++ b/dev-ml/ocamlnet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.19 2007/08/30 13:35:11 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.20 2007/08/31 05:32:34 aballier Exp $
+
+ 31 Aug 2007; Alexis Ballier <aballier@gentoo.org> -ocamlnet-0.95.ebuild,
+ -ocamlnet-2.2.7.ebuild:
+ remove unused versions
30 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing mattam from metadata due to his retirement (see #30021 for reference).
diff --git a/dev-ml/ocamlnet/files/digest-ocamlnet-0.95 b/dev-ml/ocamlnet/files/digest-ocamlnet-0.95
deleted file mode 100644
index 1f32cc637035..000000000000
--- a/dev-ml/ocamlnet/files/digest-ocamlnet-0.95
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a5c63db289734db78df4dbf4be580688 ocamlnet-0.95.tar.gz 291074
-RMD160 8e56842f3aa66311794e941b5b27e1d7042fd28a ocamlnet-0.95.tar.gz 291074
-SHA256 e06c2d79fa9415d81b37ff2804a9e9be8cd6aa3eb49919fcc47fd75eab3f1361 ocamlnet-0.95.tar.gz 291074
diff --git a/dev-ml/ocamlnet/files/digest-ocamlnet-2.2.7 b/dev-ml/ocamlnet/files/digest-ocamlnet-2.2.7
deleted file mode 100644
index 9d7699025bf5..000000000000
--- a/dev-ml/ocamlnet/files/digest-ocamlnet-2.2.7
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ff42de69d6f3803fa4ae2cdd52cb3c78 ocamlnet-2.2.7.tar.gz 1844956
-RMD160 0b0864f9536c367bb48b72973987a35bcc4c349e ocamlnet-2.2.7.tar.gz 1844956
-SHA256 88401fad6f5e656f31cccd8ed1d5576d3f0a29c2645a84a88ba17de4d9ce6d44 ocamlnet-2.2.7.tar.gz 1844956
diff --git a/dev-ml/ocamlnet/ocamlnet-0.95.ebuild b/dev-ml/ocamlnet/ocamlnet-0.95.ebuild
deleted file mode 100644
index 4f03b964f07f..000000000000
--- a/dev-ml/ocamlnet/ocamlnet-0.95.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.95.ebuild,v 1.7 2005/02/17 23:30:15 mattam Exp $
-
-DESCRIPTION="Modules for O'Caml application-level Internet protocols"
-HOMEPAGE="http://ocamlnet.sourceforge.net"
-SRC_URI="mirror://sourceforge/ocamlnet/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-
-DEPEND=">=dev-ml/pcre-ocaml-4.31.0
- >=dev-ml/findlib-0.8"
-
-IUSE=""
-S="${WORKDIR}/${P}/src"
-
-src_compile() {
- ./configure || die
- make all opt || die
-}
-
-src_install() {
- # must create destdir beforehand
- destdir=`ocamlfind printconf destdir`
- mkdir -p ${D}${destdir} || die
- # install
- make OCAMLFIND_DESTDIR=${D}${destdir} install || die
-
- cd ${WORKDIR}/${P}
- dodoc README
- dohtml doc/intro/html/*
-}
diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.7.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.7.ebuild
deleted file mode 100644
index bbf2843bd0e8..000000000000
--- a/dev-ml/ocamlnet/ocamlnet-2.2.7.ebuild
+++ /dev/null
@@ -1,64 +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/ocamlnet/ocamlnet-2.2.7.ebuild,v 1.2 2007/06/26 01:56:21 mr_bones_ Exp $
-
-inherit eutils findlib
-
-DESCRIPTION="Modules for OCaml application-level Internet protocols"
-HOMEPAGE="http://ocamlnet.sourceforge.net"
-SRC_URI="mirror://sourceforge/ocamlnet/${P}.tar.gz"
-
-LICENSE="as-is GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gtk ssl tk httpd"
-
-# the auth-dh compile flag has been disabled as well, since it depends on
-# ocaml-cryptgps, which is not available.
-
-DEPEND="!dev-ml/equeue
- !dev-ml/rpc
- !dev-ml/netclient
- >=dev-ml/findlib-1.0
- >=dev-ml/pcre-ocaml-5
- gtk? ( >=dev-ml/lablgtk-2 )
- ssl? ( dev-ml/ocaml-ssl )"
-
-pkg_setup() {
- if use tk && ! built_with_use 'dev-lang/ocaml' tk ;
- then die "If you want to enable tcl/tk, you need to rebuild dev-lang/ocaml with the 'tk' USE flag";
- fi
-}
-
-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_compile() {
- ./configure \
- -bindir /usr/bin \
- -datadir /usr/share/${PN} \
- $(ocamlnet_use_enable gtk gtk2) \
- $(ocamlnet_use_enable ssl ssl) \
- $(ocamlnet_use_enable tk tcl) \
- $(ocamlnet_use_with httpd nethttpd) \
- || die "Error : econf failed!"
-
- emake -j1 all opt || die "make failed"
-}
-
-src_install() {
- findlib_src_install
-}