summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:53 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:53 +0000
commitb85e7a0e1ee36035e14c6de404e0254e7aa95182 (patch)
treefb92215e8b1bc861bc9fb73f4aa5aa8174430cb4 /net-im/licq
parent*** empty log message *** (diff)
downloadhistorical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.gz
historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.bz2
historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.zip
*** empty log message ***
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/files/digest-licq-1.0.31
-rw-r--r--net-im/licq/licq-1.0.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/net-im/licq/files/digest-licq-1.0.3 b/net-im/licq/files/digest-licq-1.0.3
deleted file mode 100644
index 442083ca1cc5..000000000000
--- a/net-im/licq/files/digest-licq-1.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 894d7c27c0799c8b31dda134fe14b257 licq-1.0.3.tar.gz
diff --git a/net-im/licq/licq-1.0.3.ebuild b/net-im/licq/licq-1.0.3.ebuild
deleted file mode 100644
index 21db10c45873..000000000000
--- a/net-im/licq/licq-1.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jules Gagnon <eonwe@users.sourceforge.net>
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="licq"
-SRC_URI="http://download.sourceforge.net/${PN}/${A}
- ftp://ftp.fanfic.org/pub/${PN}/srcs/${A}
- ftp://licq.darkorb.net/${A}
- ftp://ftp.fr.licq.org/pub/${PN}/srcs/${A}
- ftp://ftp.ru.licq.org/pub/${PN}/srcs/${A}
- ftp://ftp.pt.licq.org/pub/mirrors/${PN}/srcs/${A}
- ftp://mirror.itcnet.ro/pub/${PN}/srcs/${A}"
-HOMEPAGE="http://www.licq.org"
-
-DEPEND="virtual/glibc
- ssl? ( >=dev-libs/openssl-0.9.6 )"
-
-src_compile() {
- local myconf
- if [ -z "`use ssl`" ]
- then
- myconf="--disable-openssl"
- fi
- if [ "`use socks5`" ]
- then
- myconf="${myconf} --enable-socks5"
- fi
- try ./configure --host=${CHOST} --prefix=/usr ${myconf}
- try make
-}
-
-src_install() {
- try make prefix=${D}/usr install
- dodoc README.OPENSSL doc/*
-}
-