diff options
author | Malcolm Lashley <malc@gentoo.org> | 2005-10-24 01:08:38 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2005-10-24 01:08:38 +0000 |
commit | d8220047aa6df776c4e889798608afa1e9301379 (patch) | |
tree | 6e6618ad25a09b0dfd19bc2da27673617b49f2db /sys-apps | |
parent | Version bump. Closes bug #104249. Added patch to fix build and segmentation f... (diff) | |
download | historical-d8220047aa6df776c4e889798608afa1e9301379.tar.gz historical-d8220047aa6df776c4e889798608afa1e9301379.tar.bz2 historical-d8220047aa6df776c4e889798608afa1e9301379.zip |
Add ~amd64 bug #109312
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/rlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/rlocate/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/rlocate/rlocate-0.3.2.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-apps/rlocate/ChangeLog b/sys-apps/rlocate/ChangeLog index 7882078194ec..3d47f34548bc 100644 --- a/sys-apps/rlocate/ChangeLog +++ b/sys-apps/rlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/rlocate # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/ChangeLog,v 1.5 2005/07/29 10:42:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/ChangeLog,v 1.6 2005/10/24 01:08:38 malc Exp $ + + 23 Oct 2005; Malcolm Lashley <malc@gentoo.org> rlocate-0.3.2.ebuild: + Added to ~amd64 per bug #109312 29 Jul 2005; David Holm <dholm@gentoo.org> rlocate-0.3.2.ebuild: Added to ~ppc. diff --git a/sys-apps/rlocate/Manifest b/sys-apps/rlocate/Manifest index 84deac01809c..d0d64a6f31ef 100644 --- a/sys-apps/rlocate/Manifest +++ b/sys-apps/rlocate/Manifest @@ -1,10 +1,10 @@ -MD5 c0130e4fb4a6b2b9398d9503fd5a9c25 ChangeLog 899 -MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 -MD5 7864056c1293832c38d25cce49a1ed33 rlocate-0.3.0.ebuild 1094 -MD5 982f66ba9fc3ee72519efd2e9d81803b rlocate-0.3.1.ebuild 1094 -MD5 bdf37b226b9c579b537fc9e8675a431b rlocate-0.3.1-r1.ebuild 1383 -MD5 1646552e6468abe4c39eac6d171ab929 rlocate-0.3.2.ebuild 1387 +MD5 d800a90030e4162d90d79eba0b0abe3c ChangeLog 1004 MD5 3df7d026a132a54c32b590868c901eee files/digest-rlocate-0.3.0 65 MD5 de57aa1ae3c55df794f8a28eaea3a826 files/digest-rlocate-0.3.1 65 MD5 de57aa1ae3c55df794f8a28eaea3a826 files/digest-rlocate-0.3.1-r1 65 MD5 6bc94ee4d9a01c7bb0f8d5f7fd22ef40 files/digest-rlocate-0.3.2 65 +MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 7864056c1293832c38d25cce49a1ed33 rlocate-0.3.0.ebuild 1094 +MD5 bdf37b226b9c579b537fc9e8675a431b rlocate-0.3.1-r1.ebuild 1383 +MD5 982f66ba9fc3ee72519efd2e9d81803b rlocate-0.3.1.ebuild 1094 +MD5 96bc3068a386e5303d172f2e82b3669c rlocate-0.3.2.ebuild 1393 diff --git a/sys-apps/rlocate/rlocate-0.3.2.ebuild b/sys-apps/rlocate/rlocate-0.3.2.ebuild index 0273bb2d1126..12c884cef4f7 100644 --- a/sys-apps/rlocate/rlocate-0.3.2.ebuild +++ b/sys-apps/rlocate/rlocate-0.3.2.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/sys-apps/rlocate/rlocate-0.3.2.ebuild,v 1.2 2005/07/29 10:42:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.3.2.ebuild,v 1.3 2005/10/24 01:08:38 malc Exp $ inherit eutils linux-mod @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/rlocate/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="!sys-apps/slocate" |