summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-03 18:34:26 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-03 18:34:26 +0000
commit1e6e7a8898d5805f57e6a49fb3ac36347de93706 (patch)
tree9428ea51f40efc54f44b496836589040e62192da /dev-ml/ocamlnet
parentAllow to disable ocamlopt via an useflag (diff)
downloadgentoo-2-1e6e7a8898d5805f57e6a49fb3ac36347de93706.tar.gz
gentoo-2-1e6e7a8898d5805f57e6a49fb3ac36347de93706.tar.bz2
gentoo-2-1e6e7a8898d5805f57e6a49fb3ac36347de93706.zip
Remove unused versions
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r--dev-ml/ocamlnet/ChangeLog6
-rw-r--r--dev-ml/ocamlnet/files/digest-ocamlnet-0.983
-rw-r--r--dev-ml/ocamlnet/files/digest-ocamlnet-2.2.93
-rw-r--r--dev-ml/ocamlnet/ocamlnet-0.98.ebuild33
-rw-r--r--dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild4
-rw-r--r--dev-ml/ocamlnet/ocamlnet-2.2.9.ebuild64
6 files changed, 7 insertions, 106 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog
index 84108af7b870..7bf6d39b138d 100644
--- a/dev-ml/ocamlnet/ChangeLog
+++ b/dev-ml/ocamlnet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.26 2008/01/03 18:31:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.27 2008/01/03 18:34:26 aballier Exp $
+
+ 03 Jan 2008; Alexis Ballier <aballier@gentoo.org> -ocamlnet-0.98.ebuild,
+ -ocamlnet-2.2.9.ebuild:
+ Remove unused versions
03 Jan 2008; Alexis Ballier <aballier@gentoo.org>
ocamlnet-2.2.9-r1.ebuild:
diff --git a/dev-ml/ocamlnet/files/digest-ocamlnet-0.98 b/dev-ml/ocamlnet/files/digest-ocamlnet-0.98
deleted file mode 100644
index fb9e2ac95f86..000000000000
--- a/dev-ml/ocamlnet/files/digest-ocamlnet-0.98
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 229b7ed78b4c3ffae41b83625a13c3da ocamlnet-0.98.tar.gz 639820
-RMD160 69609ef04ff5f954d3429613ac251d613da36fa7 ocamlnet-0.98.tar.gz 639820
-SHA256 8abf1894dfa1d085cddc61546fd750bf73335b3467fc823ddde524db61ddef16 ocamlnet-0.98.tar.gz 639820
diff --git a/dev-ml/ocamlnet/files/digest-ocamlnet-2.2.9 b/dev-ml/ocamlnet/files/digest-ocamlnet-2.2.9
deleted file mode 100644
index 9ae1f22a612c..000000000000
--- a/dev-ml/ocamlnet/files/digest-ocamlnet-2.2.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3655e3be3bb2806e0a1f48bb7ce16fb3 ocamlnet-2.2.9.tar.gz 1877257
-RMD160 1299e1316e0547171089b0caaa9deb13c4c67c31 ocamlnet-2.2.9.tar.gz 1877257
-SHA256 134530a4357879e095bdbbb5f21f78634a16ef4d787eb151676b7fee7e4c0dc9 ocamlnet-2.2.9.tar.gz 1877257
diff --git a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild b/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
deleted file mode 100644
index cb2cb9318949..000000000000
--- a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
+++ /dev/null
@@ -1,33 +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.98.ebuild,v 1.7 2005/03/30 05:10:28 vapier Exp $
-
-inherit findlib
-
-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="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-ml/pcre-ocaml-4.31.0"
-
-S="${WORKDIR}/${P}/src"
-
-DATADIR=/usr/share/${PN}
-
-src_compile() {
- ./configure -enable-compatcgi -with-pop -datadir ${DATADIR} || die "configure failed"
- make all opt || die "make failed"
-}
-
-src_install() {
- findlib_src_install NET_DB_DIR="${D}${DATADIR}"
-
- cd "${WORKDIR}/${P}"
- dodoc README
- dohtml doc/intro/html/*
-}
diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild
index 0028d56e1455..d8775877a0d2 100644
--- a/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild,v 1.4 2007/12/31 19:35:50 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild,v 1.5 2008/01/03 18:34:26 aballier Exp $
inherit eutils findlib
diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.9.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.9.ebuild
deleted file mode 100644
index 6d3407b73df8..000000000000
--- a/dev-ml/ocamlnet/ocamlnet-2.2.9.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.9.ebuild,v 1.1 2007/11/13 14:02:55 aballier 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
-}