diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-02-02 21:06:02 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-02-02 21:06:02 +0000 |
commit | 4c437b8062e8e87e7110a4edfc71cb7b369cbd47 (patch) | |
tree | 51a19b496a95e48ef3f05d6701384828ea3ba56c /app-portage | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-4c437b8062e8e87e7110a4edfc71cb7b369cbd47.tar.gz gentoo-2-4c437b8062e8e87e7110a4edfc71cb7b369cbd47.tar.bz2 gentoo-2-4c437b8062e8e87e7110a4edfc71cb7b369cbd47.zip |
Bump to use id -u instead of whoami to check for root ID. resolves bug #40201
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/mirrorselect/files/digest-mirrorselect-0.82 | 1 | ||||
-rw-r--r-- | app-portage/mirrorselect/files/digest-mirrorselect-0.82-r3 | 1 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-0.82-r3.ebuild (renamed from app-portage/mirrorselect/mirrorselect-0.82.ebuild) | 6 |
4 files changed, 11 insertions, 5 deletions
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog index 946faa0ce694..74aa313e5ee3 100644 --- a/app-portage/mirrorselect/ChangeLog +++ b/app-portage/mirrorselect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-portage/mirrorselect # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.9 2004/01/25 05:32:33 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.10 2004/02/02 21:06:02 johnm Exp $ + +*mirrorselect-0.82-r3 (02 Feb 2004) + + 02 Feb 2004; John Mylchreest <johnm@gentoo.org> mirrorselect-0.82-r3.ebuild, + mirrorselect-0.82.ebuild: + Bump to use id -u instead of whoami to check for root ID. resolves bug #40201 *mirrorselect-0.82-r2 (25 Jan 2004) diff --git a/app-portage/mirrorselect/files/digest-mirrorselect-0.82 b/app-portage/mirrorselect/files/digest-mirrorselect-0.82 deleted file mode 100644 index 3873eff2e74f..000000000000 --- a/app-portage/mirrorselect/files/digest-mirrorselect-0.82 +++ /dev/null @@ -1 +0,0 @@ -MD5 1f54718c9e204b6bb562ddaea89d0a57 mirrorselect-0.82.tbz2 4055 diff --git a/app-portage/mirrorselect/files/digest-mirrorselect-0.82-r3 b/app-portage/mirrorselect/files/digest-mirrorselect-0.82-r3 new file mode 100644 index 000000000000..ec8140fe5cbd --- /dev/null +++ b/app-portage/mirrorselect/files/digest-mirrorselect-0.82-r3 @@ -0,0 +1 @@ +MD5 91f9e1bd7fff315449f15c54df927113 mirrorselect-0.82-r3.tbz2 4044 diff --git a/app-portage/mirrorselect/mirrorselect-0.82.ebuild b/app-portage/mirrorselect/mirrorselect-0.82-r3.ebuild index f4e744384f81..47b5d9ae879b 100644 --- a/app-portage/mirrorselect/mirrorselect-0.82.ebuild +++ b/app-portage/mirrorselect/mirrorselect-0.82-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-0.82.ebuild,v 1.2 2003/09/27 20:36:07 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-0.82-r3.ebuild,v 1.1 2004/02/02 21:06:02 johnm Exp $ DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" HOMEPAGE="http://www.gentoo.org/" @@ -9,7 +9,7 @@ S=${WORKDIR}/ SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc ~alpha ~mips ~hppa ~amd64" +KEYWORDS="x86 ppc sparc ~alpha ~mips hppa amd64" RDEPEND=">=dev-util/dialog-0.7 sys-apps/grep |