summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-07-26 19:13:37 +0000
committerJeroen Roovers <jer@gentoo.org>2009-07-26 19:13:37 +0000
commit35df031da4063095d7efc7696818312f6a86356b (patch)
treec2351f5995860ce91a30120bfceea7520cf2209e /sys-apps
parentstable amd64, bug 277477 (diff)
downloadgentoo-2-35df031da4063095d7efc7696818312f6a86356b.tar.gz
gentoo-2-35df031da4063095d7efc7696818312f6a86356b.tar.bz2
gentoo-2-35df031da4063095d7efc7696818312f6a86356b.zip
Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #279079). Remove old.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/parted/ChangeLog13
-rw-r--r--sys-apps/parted/files/parted-1.7.0-pyparted.patch12
-rw-r--r--sys-apps/parted/files/parted-1.7.1-fix-seg.patch13
-rw-r--r--sys-apps/parted/parted-1.7.1-r1.ebuild43
-rw-r--r--sys-apps/parted/parted-1.8.6.ebuild42
-rw-r--r--sys-apps/parted/parted-1.9.0.ebuild (renamed from sys-apps/parted/parted-1.8.7.ebuild)14
6 files changed, 20 insertions, 117 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog
index a9f2163f3d2f..514a24bd501a 100644
--- a/sys-apps/parted/ChangeLog
+++ b/sys-apps/parted/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for sys-apps/parted
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.131 2009/04/10 12:18:17 caleb Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.132 2009/07/26 19:13:37 jer Exp $
+
+*parted-1.9.0 (26 Jul 2009)
+
+ 26 Jul 2009; Jeroen Roovers <jer@gentoo.org>
+ -files/parted-1.7.0-pyparted.patch, -parted-1.7.1-r1.ebuild,
+ -files/parted-1.7.1-fix-seg.patch, -parted-1.8.6.ebuild,
+ -parted-1.8.7.ebuild, +parted-1.9.0.ebuild:
+ Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #279079).
+ Remove old.
10 Apr 2009; Caleb Tennis <caleb@gentoo.org> parted-1.8.6.ebuild,
parted-1.8.7.ebuild, parted-1.8.8.ebuild:
diff --git a/sys-apps/parted/files/parted-1.7.0-pyparted.patch b/sys-apps/parted/files/parted-1.7.0-pyparted.patch
deleted file mode 100644
index 6dd782a14ffe..000000000000
--- a/sys-apps/parted/files/parted-1.7.0-pyparted.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- parted-1.7.0/include/parted/disk.h 2006-05-15 05:49:54.000000000 -0400
-+++ parted-1.7.0.new/include/parted/disk.h 2006-05-20 07:52:07.000000000 -0400
-@@ -46,7 +46,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;
-
- /**
diff --git a/sys-apps/parted/files/parted-1.7.1-fix-seg.patch b/sys-apps/parted/files/parted-1.7.1-fix-seg.patch
deleted file mode 100644
index a05c57c34bbe..000000000000
--- a/sys-apps/parted/files/parted-1.7.1-fix-seg.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- parted-1.7.1/libparted/fs/hfs/probe.c 2006-05-25 13:28:58.000000000 -0400
-+++ parted-1.7.1.new/libparted/fs/hfs/probe.c 2006-06-09 16:58:35.000000000 -0400
-@@ -42,8 +42,9 @@
- {
- PedDevice* dev;
-
-+ dev = geom->dev;
- PED_ASSERT (geom != NULL, return 0);
-- PED_ASSERT ((dev = geom->dev) != NULL, return 0);
-+ PED_ASSERT (dev != NULL, return 0);
-
- if (dev->sector_size != PED_SECTOR_SIZE_DEFAULT) {
- ped_exception_throw (
diff --git a/sys-apps/parted/parted-1.7.1-r1.ebuild b/sys-apps/parted/parted-1.7.1-r1.ebuild
deleted file mode 100644
index 42e9a337dae8..000000000000
--- a/sys-apps/parted/parted-1.7.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.1-r1.ebuild,v 1.10 2007/01/31 18:43:02 wolf31o2 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.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls 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}"/parted-1.7.0-pyparted.patch
- epatch "${FILESDIR}"/parted-1.7.1-fix-seg.patch
-}
-
-src_compile() {
- econf \
- $(use_with readline) \
- $(use_enable nls) \
- $(use_enable debug) \
- --disable-Werror || die "Configure failed"
- emake || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "Install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
- dodoc doc/{API,FAT,USER.jp}
-}
diff --git a/sys-apps/parted/parted-1.8.6.ebuild b/sys-apps/parted/parted-1.8.6.ebuild
deleted file mode 100644
index e85a4dc7933c..000000000000
--- a/sys-apps/parted/parted-1.8.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.6.ebuild,v 1.9 2009/04/10 12:18:17 caleb Exp $
-
-DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
-HOMEPAGE="http://www.gnu.org/software/parted"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls readline debug selinux device-mapper"
-
-# 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 )
- selinux? ( sys-libs/libselinux )
- device-mapper? ( || (
- >=sys-fs/lvm2-2.02.45
- sys-fs/device-mapper )
- )"
-
-src_compile() {
- econf \
- $(use_with readline) \
- $(use_enable nls) \
- $(use_enable debug) \
- $(use_enable selinux) \
- $(use_enable device-mapper) \
- --disable-rpath \
- --disable-Werror || die "Configure failed"
- emake || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "Install failed"
- dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
- dodoc doc/{API,FAT,USER.jp}
-}
diff --git a/sys-apps/parted/parted-1.8.7.ebuild b/sys-apps/parted/parted-1.9.0.ebuild
index 7d0be2e82f25..2bc4e82e1256 100644
--- a/sys-apps/parted/parted-1.8.7.ebuild
+++ b/sys-apps/parted/parted-1.9.0.ebuild
@@ -1,22 +1,26 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.8.7.ebuild,v 1.2 2009/04/10 12:18:17 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.9.0.ebuild,v 1.1 2009/07/26 19:13:37 jer Exp $
+
+EAPI="2"
+
+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.bz2"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="nls readline debug selinux device-mapper"
+IUSE="nls readline +debug selinux device-mapper"
# 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 )
+ readline? ( >=sys-libs/readline-5.2 )
selinux? ( sys-libs/libselinux )
device-mapper? ( || (
>=sys-fs/lvm2-2.02.45