diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-02-03 14:41:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-02-03 14:41:30 +0000 |
commit | c1da93164287a2c0528fa37d4f408675d3a8c90e (patch) | |
tree | 93011fc98f8d8a27fc8ec78393feb374e94320ae /dev-ml | |
parent | ia64/x86 stable wrt #202771 (diff) | |
download | gentoo-2-c1da93164287a2c0528fa37d4f408675d3a8c90e.tar.gz gentoo-2-c1da93164287a2c0528fa37d4f408675d3a8c90e.tar.bz2 gentoo-2-c1da93164287a2c0528fa37d4f408675d3a8c90e.zip |
remove dev-ml/rpc, see it in ocamlnet
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/rpc/ChangeLog | 17 | ||||
-rw-r--r-- | dev-ml/rpc/Manifest | 5 | ||||
-rw-r--r-- | dev-ml/rpc/files/ocamlrpcgen.1 | 42 | ||||
-rw-r--r-- | dev-ml/rpc/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/rpc/rpc-0.4.1.ebuild | 53 |
5 files changed, 0 insertions, 122 deletions
diff --git a/dev-ml/rpc/ChangeLog b/dev-ml/rpc/ChangeLog deleted file mode 100644 index ea8bacd2aeff..000000000000 --- a/dev-ml/rpc/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for dev-ml/rpc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/rpc/ChangeLog,v 1.3 2007/07/02 15:04:54 peper Exp $ - - 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> rpc-0.4.1.ebuild: - (QA) RESTRICT clean up. - - 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - -*rpc-0.4.1 (27 Mar 2005) - - 27 Mar 2005; Matthieu Sozeau <mattam@gentoo.org> +metadata.xml, - +files/ocamlrpcgen.1, +rpc-0.4.1.ebuild: - A Sun RPC implementation for ocaml. Thanks to Thomas de Grenier de Latour - <degrenier@easyconnect.fr> for initial ebuild. - diff --git a/dev-ml/rpc/Manifest b/dev-ml/rpc/Manifest deleted file mode 100644 index 27f71d4f9d5a..000000000000 --- a/dev-ml/rpc/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX ocamlrpcgen.1 1021 RMD160 57c3359b524d918e115d4ac8af6b2e66321655a6 SHA1 94ef3867783b9ee1f9d13533e6d4cb347c21de55 SHA256 f2bbba4285691541b89b70fea60daf25ab630336531a66a28d68b309d2e49196 -DIST rpc-0.4.1.tar.gz 154817 RMD160 a97cf44c2423c388e5919d422acb39bd59d4dca9 SHA1 c2539103dcc9d374031e53f788b58c92caa7cd53 SHA256 d4ccd01fc65dbcb3f90404ac53144911202301e450feeba5b41792b46db6b80d -EBUILD rpc-0.4.1.ebuild 1522 RMD160 cdfdea856ac4275490cfc3abbf3930123991f473 SHA1 9bee1b7477426e24dc6a4435d8f00d7b5b362b06 SHA256 bbbd00cccfe6ba61bcd16aaa76e7fd3f4b310cb56bbadfcdf0942ee2f93f538d -MISC ChangeLog 657 RMD160 0ece685d2309a0554dcf52364b6d4af7f7963a50 SHA1 8e3536a35bd2be182fba3e43d38a2e288036690a SHA256 657a910b0354e05d6d483fd67bfee632f1a5db627f4a5823ac3844e33077440e -MISC metadata.xml 155 RMD160 dfaa057e679b01302a807c75a32a910098b26809 SHA1 94024f83dcacbb53e92be090dd0f994ec93dc90d SHA256 118048376ebb76f57628b0819f3de4856e73959c2578c88715d37ea2d1e0af81 diff --git a/dev-ml/rpc/files/ocamlrpcgen.1 b/dev-ml/rpc/files/ocamlrpcgen.1 deleted file mode 100644 index 19d3ca0f01ec..000000000000 --- a/dev-ml/rpc/files/ocamlrpcgen.1 +++ /dev/null @@ -1,42 +0,0 @@ -.TH ocamlrpcgen 1 "2004" -.SH NAME -ocamlrpcgen \- Ocaml module generator for RPC message handling -.SH SYNOPSIS -.B ocamlrpcgen -[\fIOPTION\fR] \fIfile.xdr\fR... -.SH DESCRIPTION -.B ocamlrpcgen -is a command-line tool that generates O'Caml modules which greatly -simplify the creation and invocation of remote procedures. It uses -description files in the XDR format. -.TP -\fB\-aux\fR -Generates file_aux.ml file -.TP -\fB\-clnt\fR -Generates file_clnt.ml file -.TP -\fB\-srv\fR -Generates file_srv.ml file -.TP -\fB\-int v\fR -Set the default variant of the language mapping of int -.TP -\fB\-hyper v\fR -Set the default variant of the language mapping of hyper -.TP -\fB\-cpp p\fR -Call the command p as preprocessor -.TP -\fB\-D var=value\fR -Define the preprocessor variable var -.TP -\fB\-U var\fR -Undefine the preprocessor variable var -.TP -\fB\-help\fR, \fB\--help\fR -Display the list of options -.SH AUTHOR -This manual page was written by Thomas Petazzoni -<thomas.petazzoni@enix.org> for the Debian GNU/Linux system (but may -be used by others). diff --git a/dev-ml/rpc/metadata.xml b/dev-ml/rpc/metadata.xml deleted file mode 100644 index 2193d772e351..000000000000 --- a/dev-ml/rpc/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>ml</herd> -</pkgmetadata> diff --git a/dev-ml/rpc/rpc-0.4.1.ebuild b/dev-ml/rpc/rpc-0.4.1.ebuild deleted file mode 100644 index 2632126a4289..000000000000 --- a/dev-ml/rpc/rpc-0.4.1.ebuild +++ /dev/null @@ -1,53 +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/rpc/rpc-0.4.1.ebuild,v 1.2 2007/07/02 15:04:54 peper Exp $ - -inherit findlib - -DESCRIPTION="OCaml implementation of Sun's protocol for Remote Procedure Calls" -HOMEPAGE="http://www.ocaml-programming.de/programming/rpc.html" -LICENSE="as-is" -DEPEND=">=dev-lang/ocaml-3.08 - dev-ml/equeue - >=dev-ml/ocamlnet-0.95 - >=dev-ml/netclient-0.90" -SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="doc" -# Stripping breaks ocamlrpcgen -RESTRICT="strip" - -# TODO: add optional AUTH support -# - add "auth" to IUSE -# - "$(use_with auth auth-local)" + "$(use_with auth auth-dh)" for ./configure -# - "use auth && dodoc doc/README.authdh" for src_install() -# But that's still a bit experimental, and i have no way to test it. - -src_compile() { - ./configure -with-ocamlrpcgen || die "Configuration failed" - make all opt || die "Compilation failed" -} - -src_install () { - dodir /usr/bin - findlib_src_install BINDIR=${D}/usr/bin/ - dodoc doc/{README,LICENSE,INSTALL} - if use doc; then - for dir in examples/* - do - if [ -d $dir ] - then - insinto /usr/share/doc/${PF}/$dir - doins $dir/* - else - insinto /usr/share/doc/${PF}/examples - doins $dir - fi - done - insinto /usr/share/doc/${PF}/examples - doins doc/*.ml* - fi - # Thanks to Thomas Petazzoni for this manpage, it's from his Debian package - doman ${FILESDIR}/ocamlrpcgen.1 -} |