diff options
author | Stephen Becker <geoman@gentoo.org> | 2005-06-03 19:15:11 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2005-06-03 19:15:11 +0000 |
commit | ed704186fa4ae64c0933eaa22659bd8c44b4c7d0 (patch) | |
tree | c061374b149dfa8a1cf064c0fb6fac2d4d07d4b2 | |
parent | Fix #73158, #77377, #88682, #88988, #94680. Masked until we know this all wor... (diff) | |
download | historical-ed704186fa4ae64c0933eaa22659bd8c44b4c7d0.tar.gz historical-ed704186fa4ae64c0933eaa22659bd8c44b4c7d0.tar.bz2 historical-ed704186fa4ae64c0933eaa22659bd8c44b4c7d0.zip |
stable on mips
Package-Manager: portage-2.0.51.22-r1
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/Manifest | 16 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.108.ebuild | 4 |
3 files changed, 8 insertions, 17 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 757b338f204b..3f659014f3fd 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.64 2005/06/01 12:42:10 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.65 2005/06/03 19:15:11 geoman Exp $ + + 03 Jun 2005; Stephen P. Becker <geoman@gentoo.org> elfutils-0.108.ebuild: + stable on mips 01 Jun 2005; <solar@gentoo.org> +metadata.xml, -files/elfutils-0.101-portability.patch, diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest index 46be5eae297b..3ddfd00ab196 100644 --- a/dev-libs/elfutils/Manifest +++ b/dev-libs/elfutils/Manifest @@ -1,19 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 d2a84c8e03ae9899b291a057355e117a elfutils-0.108.ebuild 1744 -MD5 7f1eebb8cb121aeae67f8a70363270e0 ChangeLog 8525 +MD5 4a1cbb4621053bf350bb47e615a3eba2 elfutils-0.108.ebuild 1744 +MD5 b911aa91e01aaf3add5c1ccc15b1450e ChangeLog 8620 MD5 567094e03359ffc1c95af7356395228d metadata.xml 162 MD5 1e6460efdb609828aa57b5874813972a files/elfutils-0.101-bswap.patch 849 MD5 a5bda0a1599fd2232fb0d2cf5f3269a7 files/elfutils-0.108-robustify2.patch 12832 MD5 41c5834ecf3d28e43b7fbe3b927e582a files/elfutils-0.108-portability.patch 18453 MD5 12294cbe7395c8366308d2a424d1d7ae files/digest-elfutils-0.108 143 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iQCVAwUBQp2tlp4WFLgrx1GWAQKwiAP/WHjX2+QEB/cbwJ0K2qlhJTXBqKhYKWN0 -edi9UMkymVbZ4cTsXcWp0RDDMIuvzsJ2TUqIbBjl9UHhOe7Kz9rjX4/2PCodAivq -FGcPe6/8LUfsRNCPgWTSuS70jLZPNXCudjQJmYdLp4FaoZgZcu8GnJIzbkRZSgzr -AIuHutgkvIQ= -=8Jff ------END PGP SIGNATURE----- diff --git a/dev-libs/elfutils/elfutils-0.108.ebuild b/dev-libs/elfutils/elfutils-0.108.ebuild index 44a67eeb9c7e..43d6e04b266e 100644 --- a/dev-libs/elfutils/elfutils-0.108.ebuild +++ b/dev-libs/elfutils/elfutils-0.108.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/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.11 2005/05/30 02:33:52 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.108.ebuild,v 1.12 2005/06/03 19:15:11 geoman Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz mirror://gentoo/${P}.robustify.patch.bz2" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="nls" # This pkg does not actually seem to compile currently in a uClibc |