diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-02 15:46:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-02 15:46:07 +0000 |
commit | 2af87224e8d3fa33075e4ef6d69e4ea243b062da (patch) | |
tree | 6216cb911d78c553331e81d8bcc09691b39e6c0e /net-irc | |
parent | stable x86, bug 219332 (diff) | |
download | gentoo-2-2af87224e8d3fa33075e4ef6d69e4ea243b062da.tar.gz gentoo-2-2af87224e8d3fa33075e4ef6d69e4ea243b062da.tar.bz2 gentoo-2-2af87224e8d3fa33075e4ef6d69e4ea243b062da.zip |
x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ngircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ngircd/ngircd-0.11.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/ngircd/ChangeLog b/net-irc/ngircd/ChangeLog index 89c98092a7a0..c1c2a54dd53c 100644 --- a/net-irc/ngircd/ChangeLog +++ b/net-irc/ngircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ngircd # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.40 2008/03/24 15:44:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.41 2008/05/02 15:46:07 armin76 Exp $ + + 02 May 2008; Raúl Porcel <armin76@gentoo.org> ngircd-0.11.1.ebuild: + x86 stable *ngircd-0.11.1 (24 Mar 2008) diff --git a/net-irc/ngircd/ngircd-0.11.1.ebuild b/net-irc/ngircd/ngircd-0.11.1.ebuild index c80104fcd5de..0036707f1e4f 100644 --- a/net-irc/ngircd/ngircd-0.11.1.ebuild +++ b/net-irc/ngircd/ngircd-0.11.1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.11.1.ebuild,v 1.1 2008/03/24 15:44:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.11.1.ebuild,v 1.2 2008/05/02 15:46:07 armin76 Exp $ inherit eutils DESCRIPTION="A IRC server written from scratch." HOMEPAGE="http://ngircd.barton.de/" SRC_URI="ftp://ftp.berlios.de/${PN}/${P}.tar.gz - ftp://ngircd.barton.de/pub//${PN}/${P}.tar.gz" + ftp://ngircd.barton.de/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="zlib tcpd debug ident" RESTRICT="test" |