diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-12 22:42:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-12 22:42:17 +0000 |
commit | 7fea30cfd212c3219ffef120cd8336989dc86bab (patch) | |
tree | 3999170a6e86050aa7a8f81f122e2dfaccede59c /net-irc/unrealircd | |
parent | Version bump. (diff) | |
download | gentoo-2-7fea30cfd212c3219ffef120cd8336989dc86bab.tar.gz gentoo-2-7fea30cfd212c3219ffef120cd8336989dc86bab.tar.bz2 gentoo-2-7fea30cfd212c3219ffef120cd8336989dc86bab.zip |
Use gentoo mirrors
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild index 942320b431d2..7c4586172cb2 100644 --- a/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.3 2010/06/12 21:18:26 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.4 2010/06/12 22:42:17 ssuominen Exp $ EAPI="2" @@ -10,10 +10,8 @@ MY_P=Unreal${PV} DESCRIPTION="aimed to be an advanced (not easy) IRCd" HOMEPAGE="http://www.unrealircd.com/" -SRC_URI="http://dev.gentoo.org/~ssuominen/${MY_P}-notrojan.tar.gz" -#SRC_URI="http://unrealircd.icedslash.com/${MY_P}.tar.gz -# http://unreal.brueggisite.de/${MY_P}.tar.gz -# http://www.blurryfox.com/unreal/${MY_P}.tar.gz" +SRC_URI="mirror://gentoo/${MY_P}-notrojan.tar.gz" +#SRC_URI="http://www.unrealircd.com/downloads/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" |