From a1ed2f93902ceee4a9b3c1c59d9885d51537cd9b Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Wed, 2 May 2012 16:53:34 -0700 Subject: [PATCH] parted: Import parted-3.1 from upstream. This CL imports sys-block/parted-3.1 from upstream, which will not be used until all packages that depend on sys-apps/parted are switched to depend on sys-block/parted. parted-3.0 was previously imported, but due to a crash in partprobe, parted-3.1 is imported to resolve the issue. BUG=chromium-os:30350 TEST=Tested the following: 1. `emerge-{x86,amd64,arm}-generic parted` still builds sys-apps/parted-1.9.0-r1 2. `emerge-{x86,amd64,arm}-generic sys-block/parted` builds sys-block/parted-3.1 successfully after `emerge --unmerge sys-apps/parted` Change-Id: I41ffe6a08184a3d3a1c9c64c96da57077120a08d Reviewed-on: https://gerrit.chromium.org/gerrit/21705 Reviewed-by: Mike Frysinger Commit-Ready: Ben Chan Tested-by: Ben Chan --- .../src/third_party/portage-stable/sys-block/parted/Manifest | 2 +- .../sys-block/parted/{parted-3.0.ebuild => parted-3.1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/portage-stable/sys-block/parted/{parted-3.0.ebuild => parted-3.1.ebuild} (91%) diff --git a/sdk_container/src/third_party/portage-stable/sys-block/parted/Manifest b/sdk_container/src/third_party/portage-stable/sys-block/parted/Manifest index 62c751ec9d..4b755a655c 100644 --- a/sdk_container/src/third_party/portage-stable/sys-block/parted/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-block/parted/Manifest @@ -1 +1 @@ -DIST parted-3.0.tar.xz 1433940 RMD160 5ed7b0a3ee6e3fcb6e91c23efb87ab4401dc76f9 SHA1 306503b05c63eac287ba68410ffdc31c5c02dbd2 SHA256 2a840865fe5bc71f3c2599f30ed6190f6ff8a50834077b2ba9ab0639e55e9e14 +DIST parted-3.1.tar.xz 1524344 RMD160 0e42d391f5700cb0fed551b27c2873f08628b802 SHA1 4f006d29451f7cfbf6131efdb0148e7f386ebc8f SHA256 5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15 diff --git a/sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.0.ebuild b/sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.1.ebuild similarity index 91% rename from sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.0.ebuild rename to sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.1.ebuild index ea6fb7dbd5..1fe14f0f90 100644 --- a/sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-block/parted/parted-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.0.ebuild,v 1.8 2012/01/26 13:44:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.1.ebuild,v 1.1 2012/03/04 18:23:21 jer Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="+debug device-mapper nls readline selinux static-libs test" # specific version for gettext needed