summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-07-12 23:05:42 +0000
committerSven Wegener <swegener@gentoo.org>2004-07-12 23:05:42 +0000
commit862283ce7c64e761fea074353a6a79a6fa04ceb8 (patch)
treed14b558414ee2da98b069de4253cd87d2682b5c1 /net-irc/irc-client
parentfixes a one-too-many bug while writing a binary image to a flash rom (diff)
downloadhistorical-862283ce7c64e761fea074353a6a79a6fa04ceb8.tar.gz
historical-862283ce7c64e761fea074353a6a79a6fa04ceb8.tar.bz2
historical-862283ce7c64e761fea074353a6a79a6fa04ceb8.zip
Updated SRC_URI.
Diffstat (limited to 'net-irc/irc-client')
-rw-r--r--net-irc/irc-client/ChangeLog5
-rw-r--r--net-irc/irc-client/irc-client-2.10.3_p3.ebuild17
2 files changed, 11 insertions, 11 deletions
diff --git a/net-irc/irc-client/ChangeLog b/net-irc/irc-client/ChangeLog
index 3dcfe19f4fe8..e7662cf43d72 100644
--- a/net-irc/irc-client/ChangeLog
+++ b/net-irc/irc-client/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/irc-client
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.7 2004/07/12 22:36:38 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/ChangeLog,v 1.8 2004/07/12 23:05:42 swegener Exp $
+
+ 13 Jul 2004; Sven Wegener <swegener@gentoo.org> irc-client-2.10.3_p3.ebuild:
+ Updated SRC_URI.
*irc-client-2.10.3_p7 (13 Jul 2004)
diff --git a/net-irc/irc-client/irc-client-2.10.3_p3.ebuild b/net-irc/irc-client/irc-client-2.10.3_p3.ebuild
index 314171aacede..a85c7b0657dc 100644
--- a/net-irc/irc-client/irc-client-2.10.3_p3.ebuild
+++ b/net-irc/irc-client/irc-client-2.10.3_p3.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/irc-client-2.10.3_p3.ebuild,v 1.7 2004/07/01 22:21:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irc-client/irc-client-2.10.3_p3.ebuild,v 1.8 2004/07/12 23:05:42 swegener Exp $
+
+MY_P=irc${PV/_/}
-MY_P=irc
-MY_PV=2.10.3p3
DESCRIPTION="A simplistic RFC compliant IRC client"
HOMEPAGE="http://www.irc.org"
-SRC_URI="ftp://ftp.irc.org/irc/server/${MY_P}${MY_PV}.tgz
- ftp://ftp.funet.fi/pub/unix/irc/server/${MY_P}${MY_PV}.tgz"
+SRC_URI="ftp://ftp.irc.org/irc/server/${MY_P}.tgz"
LICENSE="GPL-1"
SLOT="0"
@@ -15,13 +14,12 @@ KEYWORDS="x86 ~ppc"
IUSE="ipv6"
DEPEND="virtual/libc
- sys-libs/ncurses
- sys-libs/zlib"
+ sys-libs/ncurses
+ sys-libs/zlib"
-S=${WORKDIR}/${MY_P}${MY_PV}
+S=${WORKDIR}/${MY_P}
src_compile () {
-
use ipv6 && myconf="--with-ip6" || myconf="--without-ip6"
./configure \
@@ -39,7 +37,6 @@ src_compile () {
}
src_install() {
-
# See note above.
cd `support/config.guess`
make \