diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-14 20:20:28 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-14 20:20:28 +0000 |
commit | fe001589c86e6e1d8a625a8f2191936c0b8de4c4 (patch) | |
tree | 73314302fb9eb5f04157a886bb123e5ba8b8f21d /sys-apps/parted | |
parent | stable on ppc64 (diff) | |
download | historical-fe001589c86e6e1d8a625a8f2191936c0b8de4c4.tar.gz historical-fe001589c86e6e1d8a625a8f2191936c0b8de4c4.tar.bz2 historical-fe001589c86e6e1d8a625a8f2191936c0b8de4c4.zip |
stable on ppc64, gnuconfig_update change for ppc64
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/parted/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.6.ebuild | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index f3c3f404bd11..f4839895f74d 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.30 2004/03/11 02:51:33 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.31 2004/03/14 20:20:28 tgall Exp $ + + 14 Mar 2004; Tom Gall <tgall@gentoo.org> parted-1.6.6.ebuild: + stable on ppc64 + fix for gnuconfig_update 11 Mar 2004; Lars Weiler <pylon@gentoo.org> parted-1.6.6-r1.ebuild: stable on ppc. Removed mips from keywords due to a missing dependency on diff --git a/sys-apps/parted/Manifest b/sys-apps/parted/Manifest index 5356f41b7798..7302fb2c9ad3 100644 --- a/sys-apps/parted/Manifest +++ b/sys-apps/parted/Manifest @@ -1,8 +1,8 @@ +MD5 70ea9b35e4bb7510b7a45b61429c0863 ChangeLog 5314 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 302a6544bbb5c4df38c785653dc2c578 parted-1.6.5-r1.ebuild 1324 -MD5 3a89100445163a054fd7d4da207ea8bf parted-1.6.6.ebuild 1355 MD5 3b20af798e42548466f842edfcb0d09d parted-1.6.6-r1.ebuild 1341 -MD5 813c6558994b8a5dbce07b0711b7abdb ChangeLog 5204 +MD5 05ee578d687ea1d4bb666b46f0a1b659 parted-1.6.6.ebuild 1404 MD5 6f43c57a0726ccc02e6c72f846b38b4d files/digest-parted-1.6.5-r1 136 MD5 b020ac3a8080ad690bb3ce376e5273bb files/digest-parted-1.6.6 136 MD5 5d070cbf01c5069caea1fca614e23fda files/digest-parted-1.6.6-r1 139 diff --git a/sys-apps/parted/parted-1.6.6.ebuild b/sys-apps/parted/parted-1.6.6.ebuild index 59c7d2aedb54..d9369559b0bf 100644 --- a/sys-apps/parted/parted-1.6.6.ebuild +++ b/sys-apps/parted/parted-1.6.6.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.14 2004/03/07 08:19:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.15 2004/03/14 20:20:28 tgall Exp $ + +inherit gnuconfig DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="http://www.gnu.org/software/parted" @@ -31,6 +33,8 @@ src_unpack() { } src_compile() { + use ppc64 && gnuconfig_update + econf \ `use_with readline` \ `use_enable nls` \ |