summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-02-03 14:33:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-02-03 14:33:39 +0000
commit5b28b04c3ecdb361c4299ce405861269ecffae88 (patch)
tree53a982d57db74d3bdafff1831641f526baf92957 /dev-ml/ocamlnet
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-5b28b04c3ecdb361c4299ce405861269ecffae88.tar.gz
gentoo-2-5b28b04c3ecdb361c4299ce405861269ecffae88.tar.bz2
gentoo-2-5b28b04c3ecdb361c4299ce405861269ecffae88.zip
remove dev-ml/{equeue,rpc,netclient} references as they are going away
(Portage version: 2.1.4.1)
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r--dev-ml/ocamlnet/ChangeLog6
-rw-r--r--dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild7
-rw-r--r--dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild7
3 files changed, 9 insertions, 11 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog
index 99dd74fbb58c..383e6347d874 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.28 2008/01/18 08:54:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.29 2008/02/03 14:33:39 aballier Exp $
+
+ 03 Feb 2008; Alexis Ballier <aballier@gentoo.org> ocamlnet-2.2.8.1.ebuild,
+ ocamlnet-2.2.9-r1.ebuild:
+ remove dev-ml/{equeue,rpc,netclient} references as they are going away
18 Jan 2008; Alexis Ballier <aballier@gentoo.org>
ocamlnet-2.2.9-r1.ebuild:
diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild
index d8775877a0d2..fe7b694b36cf 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-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.5 2008/01/03 18:34:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.8.1.ebuild,v 1.6 2008/02/03 14:33:39 aballier Exp $
inherit eutils findlib
@@ -16,10 +16,7 @@ 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
+DEPEND=">=dev-ml/findlib-1.0
>=dev-ml/pcre-ocaml-5
gtk? ( >=dev-ml/lablgtk-2 )
ssl? ( dev-ml/ocaml-ssl )"
diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild
index 481a1234c5fa..27b17d7f6d54 100644
--- a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild
@@ -1,6 +1,6 @@
# 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.9-r1.ebuild,v 1.3 2008/01/18 08:54:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild,v 1.4 2008/02/03 14:33:39 aballier Exp $
inherit eutils findlib
@@ -19,10 +19,7 @@ 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/equeue
- !dev-ml/rpc
- !dev-ml/netclient
- >=dev-ml/findlib-1.0
+DEPEND=">=dev-ml/findlib-1.0
>=dev-ml/pcre-ocaml-5
>=dev-ml/camlp5-5.05
gtk? ( >=dev-ml/lablgtk-2 )