diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-07-12 23:05:42 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-07-12 23:05:42 +0000 |
commit | 016aeed00912d796af91035ac86bbe8fb0135ec4 (patch) | |
tree | ef12807c4b8b601c4903b1704c689db6a1588de7 /net-irc/irc-client | |
parent | fixes a one-too-many bug while writing a binary image to a flash rom (diff) | |
download | gentoo-2-016aeed00912d796af91035ac86bbe8fb0135ec4.tar.gz gentoo-2-016aeed00912d796af91035ac86bbe8fb0135ec4.tar.bz2 gentoo-2-016aeed00912d796af91035ac86bbe8fb0135ec4.zip |
Updated SRC_URI.
Diffstat (limited to 'net-irc/irc-client')
-rw-r--r-- | net-irc/irc-client/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/irc-client/irc-client-2.10.3_p3.ebuild | 17 |
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 \ |