diff options
author | Christian Heim <phreak@gentoo.org> | 2007-12-26 21:39:47 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-12-26 21:39:47 +0000 |
commit | e256822f854ebcf90fa4ac0af9eecc0a7327d5f2 (patch) | |
tree | 2bc467324339a3aa6b439501e6a91ee223ed8cb1 | |
parent | Removing all redundant redeclarations of virtuals in the child profiles. (diff) | |
download | gentoo-2-e256822f854ebcf90fa4ac0af9eecc0a7327d5f2.tar.gz gentoo-2-e256822f854ebcf90fa4ac0af9eecc0a7327d5f2.tar.bz2 gentoo-2-e256822f854ebcf90fa4ac0af9eecc0a7327d5f2.zip |
Adjusting RESTRICT=nomirror to be RESTRICT=mirror.
(Portage version: 2.1.3.19)
-rw-r--r-- | net-mail/courierpassd/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/courierpassd/courierpassd-1.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/courierpassd/ChangeLog b/net-mail/courierpassd/ChangeLog index d4367088af7a..7209ac0667d9 100644 --- a/net-mail/courierpassd/ChangeLog +++ b/net-mail/courierpassd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/courierpassd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v 1.2 2007/08/21 17:17:06 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v 1.3 2007/12/26 21:39:47 phreak Exp $ + + 26 Dec 2007; Christian Heim <phreak@gentoo.org> courierpassd-1.1.2.ebuild: + Adjusting RESTRICT=nomirror to be RESTRICT=mirror. 21 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> files/courierpassd: Small changes in xinetd.d script diff --git a/net-mail/courierpassd/courierpassd-1.1.2.ebuild b/net-mail/courierpassd/courierpassd-1.1.2.ebuild index 9360bba7d1b5..da6e1c5b7962 100644 --- a/net-mail/courierpassd/courierpassd-1.1.2.ebuild +++ b/net-mail/courierpassd/courierpassd-1.1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v 1.1 2007/07/26 23:05:10 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v 1.2 2007/12/26 21:39:47 phreak Exp $ inherit eutils DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network" HOMEPAGE="http://www.arda.homeunix.net/" SRC_URI="http://www.arda.homeunix.net/store/${P}.tar.gz" -RESTRICT="nomirror" +RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" |