diff options
author | 2002-07-17 01:20:05 +0000 | |
---|---|---|
committer | 2002-07-17 01:20:05 +0000 | |
commit | 8fde173f89eefba813a6588d35b355c566abb30c (patch) | |
tree | d042f75c9fa901e6f566e5ce70aae1ffb7f745a4 /sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild | |
parent | Committing some ChangeLogs I forgot to commit. (diff) | |
download | gentoo-2-8fde173f89eefba813a6588d35b355c566abb30c.tar.gz gentoo-2-8fde173f89eefba813a6588d35b355c566abb30c.tar.bz2 gentoo-2-8fde173f89eefba813a6588d35b355c566abb30c.zip |
repoman'd
Diffstat (limited to 'sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild')
-rw-r--r-- | sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild b/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild index f3f4a10038f3..8dd8ff2b36bc 100644 --- a/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild +++ b/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild,v 1.5 2002/07/14 19:20:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild,v 1.6 2002/07/17 01:20:05 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A ucspi implementation for unix sockets." @@ -9,7 +9,7 @@ SRC_URI="http://untroubled.org/ucspi-unix/${P}.tar.gz" HOMEPAGE="http://untroubled.org" KEYWORDS="x86" SLOT="0" -LICENSE="" +LICENSE="GPL-2" src_compile() { emake || die @@ -17,5 +17,7 @@ src_compile() { src_install () { exeinto /usr/bin - doexe unixserver unixclient unixcat + doexe unixserver unixclient unixcat + + dodoc ANNOUNCEMENT ChangeLog NEWS PROTOCOL README TODO } |