diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-04-16 11:47:16 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-04-16 11:47:16 +0000 |
commit | 560dcbb2102724c4c57c4d6c5a34e369e8fab05d (patch) | |
tree | 77551ac0e20d7a328778206e948a1fba5ffbb2be /sys-apps/ucspi-unix | |
parent | masked newest portage -- some breakages with users (diff) | |
download | gentoo-2-560dcbb2102724c4c57c4d6c5a34e369e8fab05d.tar.gz gentoo-2-560dcbb2102724c4c57c4d6c5a34e369e8fab05d.tar.bz2 gentoo-2-560dcbb2102724c4c57c4d6c5a34e369e8fab05d.zip |
ucspi-unix - a ucspi implementation for unix sockets by bruce guenter. will be needed by vmailmgr and cvm-vmailmgr
Diffstat (limited to 'sys-apps/ucspi-unix')
-rw-r--r-- | sys-apps/ucspi-unix/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/ucspi-unix/files/digest-ucspi-unix-0.34 | 1 | ||||
-rw-r--r-- | sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild | 19 |
3 files changed, 29 insertions, 0 deletions
diff --git a/sys-apps/ucspi-unix/ChangeLog b/sys-apps/ucspi-unix/ChangeLog new file mode 100644 index 000000000000..fe96a54dbbab --- /dev/null +++ b/sys-apps/ucspi-unix/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-apps/ucspi-unix +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + +*ucspi-unix-0.34 (13 Mar 2002) + + 13 Mar 2002; Thilo Bangert <thilo.bangert@gmx.net> ChangeLog: + + initial release diff --git a/sys-apps/ucspi-unix/files/digest-ucspi-unix-0.34 b/sys-apps/ucspi-unix/files/digest-ucspi-unix-0.34 new file mode 100644 index 000000000000..02d6ed04665c --- /dev/null +++ b/sys-apps/ucspi-unix/files/digest-ucspi-unix-0.34 @@ -0,0 +1 @@ +MD5 893ad32c6ae39b6126b16fcad4251196 ucspi-unix-0.34.tar.gz 12556 diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild b/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild new file mode 100644 index 000000000000..7dc862110443 --- /dev/null +++ b/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# Maintainer: Thilo Bangert <bangert@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp + +S=${WORKDIR}/${P} +DESCRIPTION="A ucspi implementation for unix sockets." +SRC_URI="ftp://untroubled.org/ucspi-unix/${P}.tar.gz" + +HOMEPAGE="http://untroubled.org" + +src_compile() { + emake || die +} + +src_install () { + exeinto /usr/bin + doexe unixserver unixclient unixcat +} |