diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-12-10 06:54:18 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-12-10 06:54:18 +0000 |
commit | 7b96b2e6ca97a03fe2e2e06973c1392a3fc4e737 (patch) | |
tree | e102d7db1105e35a8051b4ec4256225076a24393 /net-libs | |
parent | bump (Manifest recommit) (diff) | |
download | gentoo-2-7b96b2e6ca97a03fe2e2e06973c1392a3fc4e737.tar.gz gentoo-2-7b96b2e6ca97a03fe2e2e06973c1392a3fc4e737.tar.bz2 gentoo-2-7b96b2e6ca97a03fe2e2e06973c1392a3fc4e737.zip |
don't mirror release candidate
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/courier-authlib/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/courier-authlib/courier-authlib-0.51_pre.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/courier-authlib/ChangeLog b/net-libs/courier-authlib/ChangeLog index 666ad2f61bce..aeb27972e9c4 100644 --- a/net-libs/courier-authlib/ChangeLog +++ b/net-libs/courier-authlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/courier-authlib # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.11 2004/12/10 06:16:03 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/ChangeLog,v 1.12 2004/12/10 06:54:18 swtaylor Exp $ + + 09 Dec 2004; Scott W Taylor <swtaylor@gentoo.org> + courier-authlib-0.51_pre.ebuild: + don't mirror release candidate *courier-authlib-0.51_pre (09 Dec 2004) diff --git a/net-libs/courier-authlib/courier-authlib-0.51_pre.ebuild b/net-libs/courier-authlib/courier-authlib-0.51_pre.ebuild index f62b01dd0c5a..fdcb834c8c9c 100644 --- a/net-libs/courier-authlib/courier-authlib-0.51_pre.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.51_pre.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.51_pre.ebuild,v 1.1 2004/12/10 06:16:03 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/courier-authlib/courier-authlib-0.51_pre.ebuild,v 1.2 2004/12/10 06:54:18 swtaylor Exp $ inherit eutils gnuconfig @@ -8,6 +8,7 @@ DESCRIPTION="courier authentication library" [ -z "${PV/?.??/}" ] && SRC_URI="mirror://sourceforge/courier-authlib/${P}.tar.bz2" || SRC_URI="http://www.courier-mta.org/beta/courier-authlib/${P%%_pre}.tar.bz2" HOMEPAGE="http://www.courier-mta.org/" S="${WORKDIR}/${P%%_pre}" +RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" |