summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-07 03:14:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-07 03:14:12 +0000
commite7c92e7ff3a87dff6bfc772139d916817e28beb7 (patch)
treee217afc1c92bb975301b34d750449e6c24efb605 /sys-apps/parted
parentFix non-x86 builds. We need pcre either way. (diff)
downloadhistorical-e7c92e7ff3a87dff6bfc772139d916817e28beb7.tar.gz
historical-e7c92e7ff3a87dff6bfc772139d916817e28beb7.tar.bz2
historical-e7c92e7ff3a87dff6bfc772139d916817e28beb7.zip
allow people to disable reiserfs #19589
Diffstat (limited to 'sys-apps/parted')
-rw-r--r--sys-apps/parted/parted-1.6.5-r1.ebuild6
-rw-r--r--sys-apps/parted/parted-1.6.5.ebuild6
-rw-r--r--sys-apps/parted/parted-1.6.6.ebuild6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/parted/parted-1.6.5-r1.ebuild b/sys-apps/parted/parted-1.6.5-r1.ebuild
index 2c69a102648e..3d61cc1f4bb1 100644
--- a/sys-apps/parted/parted-1.6.5-r1.ebuild
+++ b/sys-apps/parted/parted-1.6.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.5-r1.ebuild,v 1.10 2003/09/19 11:25:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.5-r1.ebuild,v 1.11 2003/12/07 03:14:12 vapier Exp $
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
HOMEPAGE="http://www.gnu.org/software/parted"
@@ -10,14 +10,14 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc amd64 alpha"
-IUSE="nls static readline debug"
+IUSE="nls static readline debug noreiserfs"
DEPEND=">=sys-fs/e2fsprogs-1.27
>=sys-libs/ncurses-5.2
nls? ( sys-devel/gettext )
readline? ( >=sys-libs/readline-4.1-r4 )"
RDEPEND="${DEPEND}
- =sys-fs/progsreiserfs-0.3.0*"
+ !noreiserfs ( =sys-fs/progsreiserfs-0.3.0* )"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/parted/parted-1.6.5.ebuild b/sys-apps/parted/parted-1.6.5.ebuild
index e42ad4efcb4f..b77e166bbc1c 100644
--- a/sys-apps/parted/parted-1.6.5.ebuild
+++ b/sys-apps/parted/parted-1.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.5.ebuild,v 1.9 2003/09/19 11:25:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.5.ebuild,v 1.10 2003/12/07 03:14:12 vapier Exp $
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
HOMEPAGE="http://www.gnu.org/software/parted"
@@ -10,14 +10,14 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc sparc hppa alpha"
-IUSE="nls static readline debug"
+IUSE="nls static readline debug noreiserfs"
DEPEND=">=sys-fs/e2fsprogs-1.27
>=sys-libs/ncurses-5.2
nls? ( sys-devel/gettext )
readline? ( >=sys-libs/readline-4.1-r4 )"
RDEPEND="${DEPEND}
- =sys-fs/progsreiserfs-0.3.0*"
+ !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
src_compile() {
local myconf
diff --git a/sys-apps/parted/parted-1.6.6.ebuild b/sys-apps/parted/parted-1.6.6.ebuild
index c8e1a3f010bd..0c738cdbe1ee 100644
--- a/sys-apps/parted/parted-1.6.6.ebuild
+++ b/sys-apps/parted/parted-1.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.8 2003/11/18 19:32:19 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.9 2003/12/07 03:14:12 vapier Exp $
DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems"
HOMEPAGE="http://www.gnu.org/software/parted"
@@ -10,14 +10,14 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ia64 x86 ~ppc ~amd64 ~sparc ~hppa ~alpha"
-IUSE="nls static readline debug"
+IUSE="nls static readline debug noreiserfs"
DEPEND=">=sys-fs/e2fsprogs-1.27
>=sys-libs/ncurses-5.2
nls? ( sys-devel/gettext )
readline? ( >=sys-libs/readline-4.1-r4 )"
RDEPEND="${DEPEND}
- =sys-fs/progsreiserfs-0.3.0*"
+ !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
src_unpack() {
unpack ${A}