summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-11-06 04:09:48 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-11-06 04:09:48 +0000
commit9baf9a70460c464ea248dc47adf20dd71c482826 (patch)
tree71f0bff505af8389779cfed9c081006a282fe31d /sys-apps/parted
parentVersion bumped, Bug 108736. Marked 0.6.3 stable on x86. (diff)
downloadhistorical-9baf9a70460c464ea248dc47adf20dd71c482826.tar.gz
historical-9baf9a70460c464ea248dc47adf20dd71c482826.tar.bz2
historical-9baf9a70460c464ea248dc47adf20dd71c482826.zip
version bump, fixes #111465
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sys-apps/parted')
-rw-r--r--sys-apps/parted/ChangeLog8
-rw-r--r--sys-apps/parted/Manifest10
-rw-r--r--sys-apps/parted/files/digest-parted-1.6.251
-rw-r--r--sys-apps/parted/parted-1.6.25.ebuild44
4 files changed, 58 insertions, 5 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog
index c80a78878dc8..126b15e1a14a 100644
--- a/sys-apps/parted/ChangeLog
+++ b/sys-apps/parted/ChangeLog
@@ -1,6 +1,12 @@
# 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.81 2005/09/16 11:04:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.82 2005/11/06 04:09:48 allanonjl Exp $
+
+*parted-1.6.25 (06 Nov 2005)
+
+ 06 Nov 2005; John N. Laliberte <allanonjl@gentoo.org>
+ +parted-1.6.25.ebuild:
+ version bump, fixes #111465
16 Sep 2005; Aron Griffis <agriffis@gentoo.org> parted-1.6.23.ebuild:
Mark 1.6.23 stable on alpha
diff --git a/sys-apps/parted/Manifest b/sys-apps/parted/Manifest
index 5814ba6b8d56..fb1c9512c79f 100644
--- a/sys-apps/parted/Manifest
+++ b/sys-apps/parted/Manifest
@@ -1,9 +1,11 @@
MD5 3a48cae57e2172c05268982440a251ab parted-1.6.23.ebuild 1214
-MD5 2b0b0623d889932d22c276713b4b8d7d metadata.xml 223
-MD5 d31b34ae74a31ae5db978c45716176f2 parted-1.6.22.ebuild 1217
-MD5 893b98c9a78ad466017731847a6c9bc3 ChangeLog 12389
+MD5 af6b0852d283ff4dfeb51fa600875a7a parted-1.6.25.ebuild 1221
MD5 48a1f3c931b8ffc893588624278f457b parted-1.6.20.ebuild 1477
+MD5 d31b34ae74a31ae5db978c45716176f2 parted-1.6.22.ebuild 1217
+MD5 798f27845f81f27f89403661176b18c2 ChangeLog 12532
+MD5 2b0b0623d889932d22c276713b4b8d7d metadata.xml 223
MD5 5e556d20415f027814924e2a17b18ccb files/digest-parted-1.6.20 138
-MD5 0a7083e4e182e3bf230f20d1b0c54ff2 files/digest-parted-1.6.23 66
MD5 d766d64a911c4a7efc8b87e16bf84aa6 files/digest-parted-1.6.22 66
+MD5 0a7083e4e182e3bf230f20d1b0c54ff2 files/digest-parted-1.6.23 66
+MD5 fbe240e70ef86bc6742ebedaf10e65e0 files/digest-parted-1.6.25 66
MD5 b2b5bb6b91f1db8dd5b437e74c2153bc files/005_all_parted-1.6.3-pyparted.patch 433
diff --git a/sys-apps/parted/files/digest-parted-1.6.25 b/sys-apps/parted/files/digest-parted-1.6.25
new file mode 100644
index 000000000000..7582bf0106b3
--- /dev/null
+++ b/sys-apps/parted/files/digest-parted-1.6.25
@@ -0,0 +1 @@
+MD5 2ed5a721e425e3f10bb58f5a0fc7271c parted-1.6.25.tar.gz 1569141
diff --git a/sys-apps/parted/parted-1.6.25.ebuild b/sys-apps/parted/parted-1.6.25.ebuild
new file mode 100644
index 000000000000..fae769f95c87
--- /dev/null
+++ b/sys-apps/parted/parted-1.6.25.ebuild
@@ -0,0 +1,44 @@
+# 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.25.ebuild,v 1.1 2005/11/06 04:09:48 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"
+
+# specific version for gettext needed
+# to fix bug 85999
+DEPEND=">=sys-fs/e2fsprogs-1.27
+ >=sys-libs/ncurses-5.2
+ nls? ( >=sys-devel/gettext-0.12.1-r2 )
+ 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}
+}