diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-20 04:24:22 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-20 04:24:22 +0000 |
commit | dd781babf999d0cf9dfaf995d09ad5a1d1d5c4a1 (patch) | |
tree | 18451408af47b596548bac1a8f6820773f5d8590 /sys-apps/parted | |
parent | - profile updates (diff) | |
download | gentoo-2-dd781babf999d0cf9dfaf995d09ad5a1d1d5c4a1.tar.gz gentoo-2-dd781babf999d0cf9dfaf995d09ad5a1d1d5c4a1.tar.bz2 gentoo-2-dd781babf999d0cf9dfaf995d09ad5a1d1d5c4a1.zip |
Updated ebuild from <agaffney@gentoo.org>. removed HFS patch ( in upstream ), removed aclocal/libtoolize/automake/autoconf ( no longer needed ), removed myconf from econf line
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/parted/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/parted/files/005_all_parted-1.6.3-pyparted.patch | 12 | ||||
-rw-r--r-- | sys-apps/parted/files/digest-parted-1.6.22 | 1 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.22.ebuild | 42 |
5 files changed, 67 insertions, 1 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index 03462889dc5a..3f0b180ea839 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.65 2005/01/21 21:32:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.66 2005/03/20 04:24:22 allanonjl Exp $ + +*parted-1.6.22 (19 Mar 2005) + + 19 Mar 2005; John N. Laliberte <allanonjl@gentoo.org> + +files/005_all_parted-1.6.3-pyparted.patch, +parted-1.6.22.ebuild: + Updated ebuild from <agaffney@gentoo.org>. removed HFS patch ( in upstream ), + removed aclocal/libtoolize/automake/autoconf ( no longer needed ), removed + myconf from econf line 21 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.6.20.ebuild: Marking stable on x86 and amd64. diff --git a/sys-apps/parted/Manifest b/sys-apps/parted/Manifest index 7c736036aba3..717bd76dd12c 100644 --- a/sys-apps/parted/Manifest +++ b/sys-apps/parted/Manifest @@ -1,5 +1,6 @@ MD5 a755d5dc9a82e073ed64df88133c09c4 parted-1.6.6.ebuild 1332 MD5 7bee0a9898b291cd400289f05ee4c579 parted-1.6.20.ebuild 1415 +MD5 1dffa6433298deaed99b19d0abc35690 parted-1.6.22.ebuild 1051 MD5 00e4c00119b7b037d217ecc4baf6ac06 parted-1.6.18.ebuild 1416 MD5 37d0ef2f0a8bb3b9545db3ee45428ace ChangeLog 10320 MD5 6a60a479b678b4e38ea1dfd7db3d04d8 parted-1.6.15.ebuild 1410 @@ -10,3 +11,5 @@ MD5 b020ac3a8080ad690bb3ce376e5273bb files/digest-parted-1.6.6 136 MD5 73a4f22213522b9db8d93884318e917b files/digest-parted-1.6.15 138 MD5 83f1e4911362a823713e87148f166278 files/digest-parted-1.6.18 138 MD5 5e556d20415f027814924e2a17b18ccb files/digest-parted-1.6.20 138 +MD5 d766d64a911c4a7efc8b87e16bf84aa6 files/digest-parted-1.6.22 66 +MD5 b2b5bb6b91f1db8dd5b437e74c2153bc files/005_all_parted-1.6.3-pyparted.patch 433 diff --git a/sys-apps/parted/files/005_all_parted-1.6.3-pyparted.patch b/sys-apps/parted/files/005_all_parted-1.6.3-pyparted.patch new file mode 100644 index 000000000000..ad0b6937b06d --- /dev/null +++ b/sys-apps/parted/files/005_all_parted-1.6.3-pyparted.patch @@ -0,0 +1,12 @@ +--- parted-1.6.3/include/parted/disk.h 2002-04-09 21:23:11.000000000 -0400 ++++ parted-1.6.3/include/parted/disk.h 2004-03-12 15:18:52.476768358 -0500 +@@ -35,7 +35,8 @@ + PED_PARTITION_LOGICAL = 0x01, + PED_PARTITION_EXTENDED = 0x02, + PED_PARTITION_FREESPACE = 0x04, +- PED_PARTITION_METADATA = 0x08 ++ PED_PARTITION_METADATA = 0x08, ++ PED_PARTITION_PROTECTED = 0x10 + } PedPartitionType; + /* #define PED_PARTITION_PRIMARY 0 */ + diff --git a/sys-apps/parted/files/digest-parted-1.6.22 b/sys-apps/parted/files/digest-parted-1.6.22 new file mode 100644 index 000000000000..403c9900759e --- /dev/null +++ b/sys-apps/parted/files/digest-parted-1.6.22 @@ -0,0 +1 @@ +MD5 a8177c27ce5830bdaa4d6f2d7cd13671 parted-1.6.22.tar.gz 1497997 diff --git a/sys-apps/parted/parted-1.6.22.ebuild b/sys-apps/parted/parted-1.6.22.ebuild new file mode 100644 index 000000000000..18a7ccf6246d --- /dev/null +++ b/sys-apps/parted/parted-1.6.22.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.22.ebuild,v 1.1 2005/03/20 04:24:22 allanonjl Exp $ + +inherit eutils + +DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" +HOMEPAGE="http://www.gnu.org/software/parted" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz + mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="nls static readline debug" + +DEPEND=">=sys-fs/e2fsprogs-1.27 + >=sys-libs/ncurses-5.2 + nls? ( sys-devel/gettext ) + readline? ( >=sys-libs/readline-4.1-r4 )" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/005_all_parted-1.6.3-pyparted.patch +} + +src_compile() { + econf \ + $(use_with readline) \ + $(use_enable nls) \ + $(use_enable debug) \ + $(use_enable static all-static) \ + --disable-Werror || die "Configure failed" + emake || die "Make failed" +} + +src_install() { + make install DESTDIR="${D}" || die "Install failed" + dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO + dodoc doc/{API,FAQ,FAT,USER.jp} +} |