diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-22 01:46:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-22 01:46:24 +0000 |
commit | 3d9a0f662b97754b3474d0d97700f80a3b430a34 (patch) | |
tree | f27e55d2ea2a34a57d0bef1dc98a9790af194cf2 /net-irc/bitchx | |
parent | Fix bad bash... needed a space before ] (Manifest recommit) (diff) | |
download | gentoo-2-3d9a0f662b97754b3474d0d97700f80a3b430a34.tar.gz gentoo-2-3d9a0f662b97754b3474d0d97700f80a3b430a34.tar.bz2 gentoo-2-3d9a0f662b97754b3474d0d97700f80a3b430a34.zip |
Updated SRC_URI as upstream download location has changed. Closes bug #61005.
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index 824a914fe89e..079001383a4a 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bitchx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.47 2004/07/22 01:18:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.48 2004/08/22 01:46:24 swegener Exp $ + + 22 Aug 2004; Sven Wegener <swegener@gentoo.org> bitchx-1.1-r1.ebuild: + Updated SRC_URI as upstream download location has changed. Closes bug #61005. 22 Jul 2004; Sven Wegener <swegener@gentoo.org> -bitchx-1.1.ebuild: Removed old ebuild. diff --git a/net-irc/bitchx/bitchx-1.1-r1.ebuild b/net-irc/bitchx/bitchx-1.1-r1.ebuild index 70c9c4089b7e..d0442fc7b386 100644 --- a/net-irc/bitchx/bitchx-1.1-r1.ebuild +++ b/net-irc/bitchx/bitchx-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r1.ebuild,v 1.2 2004/07/15 00:27:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.1-r1.ebuild,v 1.3 2004/08/22 01:46:24 swegener Exp $ inherit flag-o-matic eutils @@ -8,7 +8,7 @@ MY_P=ircii-pana-${PV}-final S=${WORKDIR}/BitchX DESCRIPTION="An IRC Client" HOMEPAGE="http://www.bitchx.org/" -SRC_URI="http://www.bitchx.org/source/${MY_P}.tar.gz" +SRC_URI="http://www.bitchx.org/files/source/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" |