diff options
author | Colin Kingsley <tercel@gentoo.org> | 2005-09-19 21:33:15 +0000 |
---|---|---|
committer | Colin Kingsley <tercel@gentoo.org> | 2005-09-19 21:33:15 +0000 |
commit | a7a032cc4d4767ccadd8d5838ed8718cfaca15df (patch) | |
tree | 2cd66e136ad9ff1bab7ab06ad49822f722529cc1 /app-portage | |
parent | Fix librep libtool mess instead of continuing to try to work around it (diff) | |
download | gentoo-2-a7a032cc4d4767ccadd8d5838ed8718cfaca15df.tar.gz gentoo-2-a7a032cc4d4767ccadd8d5838ed8718cfaca15df.tar.bz2 gentoo-2-a7a032cc4d4767ccadd8d5838ed8718cfaca15df.zip |
stable on x86
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/mirrorselect/Manifest | 6 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-1.1.7.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog index 34cb2619f18f..10b557f1c580 100644 --- a/app-portage/mirrorselect/ChangeLog +++ b/app-portage/mirrorselect/ChangeLog @@ -1,17 +1,20 @@ # ChangeLog for app-portage/mirrorselect # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.48 2005/09/10 05:38:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.49 2005/09/19 21:33:15 tercel Exp $ + + 19 Sep 2005; <tercel@gentoo.org> mirrorselect-1.1.7.ebuild: + stable on x86 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> mirrorselect-1.1.7.ebuild: Mark 1.1.7 stable on alpha *mirrorselect-1.1.7 (04 Sep 2005) - 04 Sep 2005; <colin@gentoo.org> -mirrorselect-1.1.6.ebuild, + 04 Sep 2005; <tercel@gentoo.org> -mirrorselect-1.1.6.ebuild, +mirrorselect-1.1.7.ebuild: Bugfix release for a few off-by-one errors. - 03 Sep 2005; <colin@gentoo.org> mirrorselect-1.1.6.ebuild: + 03 Sep 2005; <tercel@gentoo.org> mirrorselect-1.1.6.ebuild: bump version 1.1.6 to stable on x86 *mirrorselect-1.1.6 (27 Jul 2005) diff --git a/app-portage/mirrorselect/Manifest b/app-portage/mirrorselect/Manifest index b7272467fc79..eb31ce2d629e 100644 --- a/app-portage/mirrorselect/Manifest +++ b/app-portage/mirrorselect/Manifest @@ -1,6 +1,6 @@ -MD5 5fc74b7cdb5705246b9301024df6485f metadata.xml 444 -MD5 53c9a264b095c6cbdfffac0ef48d8bab ChangeLog 11107 MD5 864d54a08aced2d4f33536c53e840218 mirrorselect-0.89.ebuild 737 -MD5 52b08458f930ec11b06759c04ec4d8b9 mirrorselect-1.1.7.ebuild 604 +MD5 f2a583a38d2809555fa52188e5560a50 mirrorselect-1.1.7.ebuild 603 +MD5 53c9a264b095c6cbdfffac0ef48d8bab ChangeLog 11107 +MD5 5fc74b7cdb5705246b9301024df6485f metadata.xml 444 MD5 994cb07a030c1f3874df022863133c5c files/digest-mirrorselect-0.89 65 MD5 9669e3138fbf6c2752197f822242a31a files/digest-mirrorselect-1.1.7 69 diff --git a/app-portage/mirrorselect/mirrorselect-1.1.7.ebuild b/app-portage/mirrorselect/mirrorselect-1.1.7.ebuild index ad0636727224..45bada3488e3 100644 --- a/app-portage/mirrorselect/mirrorselect-1.1.7.ebuild +++ b/app-portage/mirrorselect/mirrorselect-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.1.7.ebuild,v 1.2 2005/09/10 05:38:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-1.1.7.ebuild,v 1.3 2005/09/19 21:33:15 tercel Exp $ DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${PF}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~ppc ~ppc64 s390 sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="" RDEPEND=">=dev-util/dialog-0.7 |