diff options
Diffstat (limited to 'sys-apps/mlocate')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.20.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index 674d52d07a8f..15787beab59a 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.15 2008/04/27 15:13:41 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.16 2008/04/27 21:37:35 ulm Exp $ + + 27 Apr 2008; Ulrich Mueller <ulm@gentoo.org> mlocate-0.20.ebuild: + Copy distfile to mirrors and use its canonical name, bugs 219271 and 219302. 27 Apr 2008; <welp@gentoo.org> mlocate-0.19.ebuild: Stable on amd64; bug 215795 diff --git a/sys-apps/mlocate/mlocate-0.20.ebuild b/sys-apps/mlocate/mlocate-0.20.ebuild index 9e326d1d4636..1f840658a802 100644 --- a/sys-apps/mlocate/mlocate-0.20.ebuild +++ b/sys-apps/mlocate/mlocate-0.20.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.20.ebuild,v 1.1 2008/04/25 10:00:16 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.20.ebuild,v 1.2 2008/04/27 21:37:35 ulm Exp $ inherit eutils DESCRIPTION="Merging locate is an utility to index and quickly search for files" HOMEPAGE="https://fedorahosted.org/mlocate/" -SRC_URI="https://fedorahosted.org/mlocate/attachment/wiki/MlocateDownloads/${P}.tar.bz2?format=raw" +#SRC_URI="https://fedorahosted.org/mlocate/attachment/wiki/MlocateDownloads/${P}.tar.bz2?format=raw" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -20,11 +21,6 @@ pkg_setup() { enewgroup locate } -src_unpack() { - mv "${DISTDIR}/${P}.tar.bz2?format=raw" "${DISTDIR}/${P}.tar.bz2" - unpack "${P}.tar.bz2" -} - src_compile() { econf || die "econf failed" emake groupname=locate || die "emake failed" |