diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-15 19:41:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-15 19:41:55 +0000 |
commit | 15aac5b6a947e5160418bdfb6a29f4b254605e29 (patch) | |
tree | aee42a438d081671be54b00e720642dc3a76fc45 /net-libs/rpc2 | |
parent | version bump (diff) | |
download | historical-15aac5b6a947e5160418bdfb6a29f4b254605e29.tar.gz historical-15aac5b6a947e5160418bdfb6a29f4b254605e29.tar.bz2 historical-15aac5b6a947e5160418bdfb6a29f4b254605e29.zip |
version bump
Diffstat (limited to 'net-libs/rpc2')
-rw-r--r-- | net-libs/rpc2/Manifest | 4 | ||||
-rw-r--r-- | net-libs/rpc2/files/digest-rpc2-1.19 | 1 | ||||
-rw-r--r-- | net-libs/rpc2/rpc2-1.19.ebuild | 22 |
3 files changed, 25 insertions, 2 deletions
diff --git a/net-libs/rpc2/Manifest b/net-libs/rpc2/Manifest index 4e3bacc2328f..849b68d47b51 100644 --- a/net-libs/rpc2/Manifest +++ b/net-libs/rpc2/Manifest @@ -1,5 +1,5 @@ -MD5 130c5186f52bff8b87cf61121cb0b033 rpc2-1.19.ebuild 653 +MD5 c0b7552535f767fa6387d9d07b1c8781 rpc2-1.19.ebuild 667 MD5 ea2122b9c1e13ae6eed37d59485c8644 rpc2-1.13.ebuild 719 -MD5 34955275521ef1bdd29736065e384c74 ChangeLog 423 +MD5 171b2500e15e6195886f4f069a386814 ChangeLog 642 MD5 e3c50809d3e54b4d013336bf1e329b39 files/digest-rpc2-1.13 61 MD5 12009762c86de3ff906fcca81f0e3bb9 files/digest-rpc2-1.19 61 diff --git a/net-libs/rpc2/files/digest-rpc2-1.19 b/net-libs/rpc2/files/digest-rpc2-1.19 new file mode 100644 index 000000000000..2688f4180954 --- /dev/null +++ b/net-libs/rpc2/files/digest-rpc2-1.19 @@ -0,0 +1 @@ +MD5 8db1df257e433016393e6e149eda31a4 rpc2-1.19.tar.gz 459877 diff --git a/net-libs/rpc2/rpc2-1.19.ebuild b/net-libs/rpc2/rpc2-1.19.ebuild new file mode 100644 index 000000000000..9d4a205b2821 --- /dev/null +++ b/net-libs/rpc2/rpc2-1.19.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rpc2/rpc2-1.19.ebuild,v 1.1 2003/11/15 19:41:53 seemant Exp $ + +DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)" +HOMEPAGE="http://www.coda.cs.cmu.edu/" +SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.gz" + +SLOT="1" +LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" + +DEPEND="virtual/glibc + >=sys-libs/lwp-1.10 + >=sys-libs/ncurses-5 + >=sys-libs/readline-4.1" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + + dodoc NEWS +} |