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 | e0e4924a9755c8c4cb223d649de5281c240fe15f (patch) | |
tree | d591e7800234290bcecb4e7b18ecb2158c6017b5 | |
parent | Fix librep libtool mess instead of continuing to try to work around it (diff) | |
download | historical-e0e4924a9755c8c4cb223d649de5281c240fe15f.tar.gz historical-e0e4924a9755c8c4cb223d649de5281c240fe15f.tar.bz2 historical-e0e4924a9755c8c4cb223d649de5281c240fe15f.zip |
stable on x86
Package-Manager: portage-2.0.51.22-r2
-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..9a63cfba7dbb 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 178b0bf45a861cc51efcc7b10b1aac91 mirrorselect-1.1.7.ebuild 601 +MD5 21a588df08bf9d9ed64797adb7e9eaf3 ChangeLog 11186 +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 |