diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 10:23:48 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 10:23:48 +0000 |
commit | e9dba4406a8570d7becfaf3c270266a999f24d29 (patch) | |
tree | 181ec1fa88c58d0df99e98298f8580a543a385c0 /net-irc | |
parent | bump, fixes some segfaults, turn on unsafe building (diff) | |
download | gentoo-2-e9dba4406a8570d7becfaf3c270266a999f24d29.tar.gz gentoo-2-e9dba4406a8570d7becfaf3c270266a999f24d29.tar.bz2 gentoo-2-e9dba4406a8570d7becfaf3c270266a999f24d29.zip |
Fix SRC_URI
(Portage version: 2.1.3.5)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 1ac07feca737..94ed653b2c16 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/unrealircd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.57 2007/05/14 20:06:57 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.58 2007/08/20 10:23:48 jokey Exp $ + + 20 Aug 2007; Markus Ullmann <jokey@gentoo.org> unrealircd-3.2.6-r1.ebuild: + Fix SRC_URI *unrealircd-3.2.6-r1 (14 May 2007) diff --git a/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild index b7e6d8e2519d..b2587b1ce344 100644 --- a/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild,v 1.1 2007/05/14 20:06:57 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.6-r1.ebuild,v 1.2 2007/08/20 10:23:48 jokey Exp $ inherit eutils ssl-cert versionator multilib @@ -9,7 +9,6 @@ MY_P=Unreal${PV} DESCRIPTION="aimed to be an advanced (not easy) IRCd" HOMEPAGE="http://www.unrealircd.com/" SRC_URI="http://unreal.brueggisite.de/${MY_P}.tar.gz - http://www.secureirc.org/unrealircd/${MY_P}.tar.gz http://www.blurryfox.com/unreal/${MY_P}.tar.gz mirror://gentoo/${MY_P}.tar.gz" |