summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2005-03-27 15:17:22 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2005-03-27 15:17:22 +0000
commit5b10c68797c42147f62a9354a3676843bdcf17d4 (patch)
tree343606c67752d6d2261505cf83e92bbfdbfc8164 /dev-ml/ocamlnet
parentStable on hppa. (diff)
downloadgentoo-2-5b10c68797c42147f62a9354a3676843bdcf17d4.tar.gz
gentoo-2-5b10c68797c42147f62a9354a3676843bdcf17d4.tar.bz2
gentoo-2-5b10c68797c42147f62a9354a3676843bdcf17d4.zip
Cleanup dir, add ppc keyword to latest version.
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r--dev-ml/ocamlnet/ChangeLog6
-rw-r--r--dev-ml/ocamlnet/files/digest-ocamlnet-0.97.11
-rw-r--r--dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild31
-rw-r--r--dev-ml/ocamlnet/ocamlnet-0.98.ebuild4
4 files changed, 7 insertions, 35 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog
index 8d49d87564b8..af9fe8505a68 100644
--- a/dev-ml/ocamlnet/ChangeLog
+++ b/dev-ml/ocamlnet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.13 2005/03/14 19:45:53 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.14 2005/03/27 15:17:22 mattam Exp $
+
+ 27 Mar 2005; Matthieu Sozeau <mattam@gentoo.org> -ocamlnet-0.97.1.ebuild,
+ ocamlnet-0.98.ebuild:
+ Remove old version, latest is stable on ppc.
14 Mar 2005; Matthieu Sozeau <mattam@gentoo.org> ocamlnet-0.98.ebuild:
Add ~amd64.
diff --git a/dev-ml/ocamlnet/files/digest-ocamlnet-0.97.1 b/dev-ml/ocamlnet/files/digest-ocamlnet-0.97.1
deleted file mode 100644
index 859ef05c0604..000000000000
--- a/dev-ml/ocamlnet/files/digest-ocamlnet-0.97.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 535ccba2cffe853ac064ef5b4d02090c ocamlnet-0.97.1.tar.gz 383209
diff --git a/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild b/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild
deleted file mode 100644
index b64e48541f3c..000000000000
--- a/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild
+++ /dev/null
@@ -1,31 +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.97.1.ebuild,v 1.4 2005/02/17 23:30:15 mattam 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="x86 ~ppc amd64"
-
-DEPEND=">=dev-ml/pcre-ocaml-5.03.3"
-
-IUSE=""
-S="${WORKDIR}/${P}/src"
-
-src_compile() {
- ./configure || die
- make all opt || die
-}
-
-src_install() {
- findlib_src_install NET_DB_DIR=${D}`ocamlfind printconf destdir`/netstring
-
- cd ${WORKDIR}/${P}
- dodoc README
- dohtml doc/intro/html/*
-}
diff --git a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild b/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
index b0b579ada3cb..4f6e52757787 100644
--- a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
@@ -1,6 +1,6 @@
# 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.5 2005/03/14 19:45:53 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.98.ebuild,v 1.6 2005/03/27 15:17:22 mattam Exp $
inherit findlib
@@ -9,7 +9,7 @@ HOMEPAGE="http://ocamlnet.sourceforge.net"
SRC_URI="mirror://sourceforge/ocamlnet/${P}.tar.gz"
LICENSE="as-is"
-KEYWORDS="~ppc ~x86 ~amd64"
+KEYWORDS="ppc x86 ~amd64"
SLOT="0"
IUSE=""