diff options
author | Peter Weller <welp@gentoo.org> | 2007-07-03 17:57:58 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-07-03 17:57:58 +0000 |
commit | 2f84d24ee6e8d683de1f0bec213dee4db020c141 (patch) | |
tree | 80e5e1a327e2d558fe4dc1e099840eba8ab9b417 /net-irc | |
parent | Keyworded ~x86-fbsd (diff) | |
download | gentoo-2-2f84d24ee6e8d683de1f0bec213dee4db020c141.tar.gz gentoo-2-2f84d24ee6e8d683de1f0bec213dee4db020c141.tar.bz2 gentoo-2-2f84d24ee6e8d683de1f0bec213dee4db020c141.zip |
Fixed SRC_URI/HOMEPAGE
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/atheme/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/atheme/atheme-0.2.2.ebuild | 8 | ||||
-rw-r--r-- | net-irc/atheme/atheme-1.2.1.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/net-irc/atheme/ChangeLog b/net-irc/atheme/ChangeLog index 027eb98d6a8e..0906c417f564 100644 --- a/net-irc/atheme/ChangeLog +++ b/net-irc/atheme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/atheme # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.5 2007/05/06 12:21:19 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/ChangeLog,v 1.6 2007/07/03 17:57:58 welp Exp $ + + 03 Jul 2007; Peter Weller <welp@gentoo.org> atheme-0.2.2.ebuild, + atheme-1.2.1.ebuild: + Fixed SRC_URI/HOMEPAGE 06 May 2007; Marius Mauch <genone@gentoo.org> atheme-0.2.2.ebuild, atheme-1.2.1.ebuild: diff --git a/net-irc/atheme/atheme-0.2.2.ebuild b/net-irc/atheme/atheme-0.2.2.ebuild index feed1cd6bbaf..a7dd49fb7f33 100644 --- a/net-irc/atheme/atheme-0.2.2.ebuild +++ b/net-irc/atheme/atheme-0.2.2.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-0.2.2.ebuild,v 1.5 2007/05/06 12:21:19 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-0.2.2.ebuild,v 1.6 2007/07/03 17:57:58 welp Exp $ inherit eutils autotools DESCRIPTION="A portable, secure set of open source, and modular IRC services" -HOMEPAGE="http://atheme.org/" -SRC_URI="http://www.atheme.org/releases/${P}.tgz" +HOMEPAGE="http://www.atheme.net/" +SRC_URI="http://www.atheme.net/releases/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~sparc ~x86 ~x86-fbsd" IUSE="largenet postgres" RDEPEND="postgres? ( dev-db/postgresql )" diff --git a/net-irc/atheme/atheme-1.2.1.ebuild b/net-irc/atheme/atheme-1.2.1.ebuild index 0b6fdcd9035d..0e3513c85bc1 100644 --- a/net-irc/atheme/atheme-1.2.1.ebuild +++ b/net-irc/atheme/atheme-1.2.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-1.2.1.ebuild,v 1.2 2007/05/06 12:21:19 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/atheme/atheme-1.2.1.ebuild,v 1.3 2007/07/03 17:57:58 welp Exp $ inherit eutils autotools DESCRIPTION="A portable, secure set of open source, and modular IRC services" -HOMEPAGE="http://atheme.org/" -SRC_URI="http://www.atheme.org/releases/${P}.tgz" +HOMEPAGE="http://www.atheme.net/" +SRC_URI="http://www.atheme.net/releases/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~sparc ~x86 ~x86-fbsd" IUSE="largenet postgres" RDEPEND="postgres? ( dev-db/postgresql )" |