diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-02-09 11:47:57 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-02-09 11:47:57 +0000 |
commit | efd98231f6442529b546f519851c657c389d52d5 (patch) | |
tree | 76f7021aecd51d327158580fa3f108dc4f953913 /net-im/silc-client | |
parent | update ethereal to 0.9.1 (diff) | |
download | gentoo-2-efd98231f6442529b546f519851c657c389d52d5.tar.gz gentoo-2-efd98231f6442529b546f519851c657c389d52d5.tar.bz2 gentoo-2-efd98231f6442529b546f519851c657c389d52d5.zip |
added SLOT to all net-im ebuilds, removed old version, and
corrected a few general bugs, like try / die and A-vars
Diffstat (limited to 'net-im/silc-client')
-rw-r--r-- | net-im/silc-client/silc-client-0.7.6.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/silc-client/silc-client-0.7.6.2.ebuild b/net-im/silc-client/silc-client-0.7.6.2.ebuild index f2d7e02fad5f..32406b40b152 100644 --- a/net-im/silc-client/silc-client-0.7.6.2.ebuild +++ b/net-im/silc-client/silc-client-0.7.6.2.ebuild @@ -2,20 +2,19 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Stein Magnus Jodal <stein.magnus@jodal.no> # Maintainer: Chris Houser <chouser@gentoo.org> -# /space/gentoo/cvsroot/gentoo-x86/net-irc/silc-client/silc-client-0.7.6.2.ebuild,v 1.0 2002/02/05 21:23:54 drobbins Exp +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-0.7.6.2.ebuild,v 1.2 2002/02/09 11:47:57 verwilst Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure Internet Live Conferencing" SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.gz" HOMEPAGE="http://silcnet.org" - +SLOT="0" DEPEND="virtual/glibc >=dev-libs/glib-1.2.0 sys-libs/ncurses" src_compile() { - # Edit these if you like myconf="--with-ncurses" if [ "`use ipv6`" ]; then @@ -36,7 +35,6 @@ src_compile() { --with-logsdir=/var/log/silc \ ${myconf} || die "./configure failed" - # Parallel make doesn't work consistantly make || die "make failed" } |