summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Bordelon <sunflare@gentoo.org>2002-06-25 20:30:28 +0000
committerPhil Bordelon <sunflare@gentoo.org>2002-06-25 20:30:28 +0000
commit59930605f8fd4e78868d4fae471487d17a2979bd (patch)
treec87f5f4cde453146f4ee970ef5c0894f4479f8f4 /net-im/silc-client
parentunmasked netatalk (diff)
downloadhistorical-59930605f8fd4e78868d4fae471487d17a2979bd.tar.gz
historical-59930605f8fd4e78868d4fae471487d17a2979bd.tar.bz2
historical-59930605f8fd4e78868d4fae471487d17a2979bd.zip
Cleaning out an old version of SILC.
Diffstat (limited to 'net-im/silc-client')
-rw-r--r--net-im/silc-client/files/digest-silc-client-0.7.6.21
-rw-r--r--net-im/silc-client/silc-client-0.7.6.2.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/net-im/silc-client/files/digest-silc-client-0.7.6.2 b/net-im/silc-client/files/digest-silc-client-0.7.6.2
deleted file mode 100644
index 76f29204b68e..000000000000
--- a/net-im/silc-client/files/digest-silc-client-0.7.6.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d8df7fa7dbfb30bfd3bc7f0471285f3e silc-client-0.7.6.2.tar.gz 1490147
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
deleted file mode 100644
index f5201bc995f8..000000000000
--- a/net-im/silc-client/silc-client-0.7.6.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# 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>
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-0.7.6.2.ebuild,v 1.3 2002/04/12 18:54:01 spider 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*
- sys-libs/ncurses"
-
-src_compile() {
-
- myconf="--with-ncurses"
-
- if [ "`use ipv6`" ]; then
- myconf="${myconf} --enable-ipv6"
- fi
-
- if [ "`use socks5`" ]; then
- myconf="${myconf} --with-socks5"
- fi
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/silc \
- --with-helpdir=/usr/share/silc/help \
- --with-docdir=/usr/share/doc/${P} \
- --with-simdir=/usr/lib/silc/modules \
- --with-logsdir=/var/log/silc \
- ${myconf} || die "./configure failed"
-
- make || die "make failed"
-}
-
-src_install () {
- make DESTDIR=${D} install || die "make install failed"
- rmdir ${D}/usr/include
-}