diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:55:14 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:55:14 +0000 |
commit | e6d99ae555ccd5b2ace012b130798b339306652c (patch) | |
tree | 526e191ea4ed9376e89bcfd8e7017625f6b0b586 /net-mail/hotwayd | |
parent | (QA) RESTRICT clean up. (diff) | |
download | gentoo-2-e6d99ae555ccd5b2ace012b130798b339306652c.tar.gz gentoo-2-e6d99ae555ccd5b2ace012b130798b339306652c.tar.bz2 gentoo-2-e6d99ae555ccd5b2ace012b130798b339306652c.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'net-mail/hotwayd')
-rw-r--r-- | net-mail/hotwayd/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/hotwayd/hotwayd-0.8.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/hotwayd/ChangeLog b/net-mail/hotwayd/ChangeLog index b4c7b0ac4baa..7c83f00b8c9b 100644 --- a/net-mail/hotwayd/ChangeLog +++ b/net-mail/hotwayd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/hotwayd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.23 2007/06/12 12:30:46 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.24 2007/07/02 14:55:14 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> hotwayd-0.8.4.ebuild: + (QA) RESTRICT clean up. 12 Jun 2007; Marius Mauch <genone@gentoo.org> hotwayd-0.8.4.ebuild: Replacing einfo with elog diff --git a/net-mail/hotwayd/hotwayd-0.8.4.ebuild b/net-mail/hotwayd/hotwayd-0.8.4.ebuild index d48f73470668..c0469224a297 100644 --- a/net-mail/hotwayd/hotwayd-0.8.4.ebuild +++ b/net-mail/hotwayd/hotwayd-0.8.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.4.ebuild,v 1.5 2007/06/26 02:29:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.4.ebuild,v 1.6 2007/07/02 14:55:14 peper Exp $ inherit eutils DESCRIPTION="Hotmail to pop3 daemon" HOMEPAGE="http://hotwayd.sourceforge.net/" SRC_URI="mirror://sourceforge/hotwayd/${P}.tar.bz2" -RESTRICT="nomirror" +RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" |