summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-05 21:38:03 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-05 21:38:03 +0000
commit81aca9707c7f14a78910314cdcf7e77af9dca207 (patch)
tree438938aa4d29a180b3c0a753db5da63af1e26d45 /sys-apps
parentNo clients for mips or hppa. (Manifest recommit) (diff)
downloadgentoo-2-81aca9707c7f14a78910314cdcf7e77af9dca207.tar.gz
gentoo-2-81aca9707c7f14a78910314cdcf7e77af9dca207.tar.bz2
gentoo-2-81aca9707c7f14a78910314cdcf7e77af9dca207.zip
Remove dependency on progsreiserfs since it is so broken #51773.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/parted/ChangeLog8
-rw-r--r--sys-apps/parted/parted-1.6.10-r1.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.10-r2.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.10.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.5-r1.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.6-r1.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.6.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.8-r1.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.8.ebuild7
-rw-r--r--sys-apps/parted/parted-1.6.9.ebuild7
10 files changed, 25 insertions, 46 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog
index ca3e738f80e1..45ccde65f79e 100644
--- a/sys-apps/parted/ChangeLog
+++ b/sys-apps/parted/ChangeLog
@@ -1,6 +1,12 @@
# 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.46 2004/06/02 11:14:27 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.47 2004/06/05 21:38:03 vapier Exp $
+
+ 05 Jun 2004; Mike Frysinger <vapier@gentoo.org> parted-1.6.10-r1.ebuild,
+ parted-1.6.10-r2.ebuild, parted-1.6.10.ebuild, parted-1.6.5-r1.ebuild,
+ parted-1.6.6-r1.ebuild, parted-1.6.6.ebuild, parted-1.6.8-r1.ebuild,
+ parted-1.6.8.ebuild, parted-1.6.9.ebuild:
+ Remove dependency on progsreiserfs since it is so broken #51773.
*parted-1.6.10-r2 (02 Jun 2004)
diff --git a/sys-apps/parted/parted-1.6.10-r1.ebuild b/sys-apps/parted/parted-1.6.10-r1.ebuild
index 5cd071b3eb4a..3cf659797e2a 100644
--- a/sys-apps/parted/parted-1.6.10-r1.ebuild
+++ b/sys-apps/parted/parted-1.6.10-r1.ebuild
@@ -1,6 +1,6 @@
# 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.10-r1.ebuild,v 1.5 2004/06/01 18:33:30 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.10-r1.ebuild,v 1.6 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 -* ~amd64 -ppc"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.10-r2.ebuild b/sys-apps/parted/parted-1.6.10-r2.ebuild
index 5ab13c8d7110..d60abb198f36 100644
--- a/sys-apps/parted/parted-1.6.10-r2.ebuild
+++ b/sys-apps/parted/parted-1.6.10-r2.ebuild
@@ -1,6 +1,6 @@
# 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.10-r2.ebuild,v 1.1 2004/06/02 11:14:27 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.10-r2.ebuild,v 1.2 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.10.ebuild b/sys-apps/parted/parted-1.6.10.ebuild
index b73dc8f08b88..5329ed4d4678 100644
--- a/sys-apps/parted/parted-1.6.10.ebuild
+++ b/sys-apps/parted/parted-1.6.10.ebuild
@@ -1,6 +1,6 @@
# 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.10.ebuild,v 1.3 2004/05/29 20:47:37 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.10.ebuild,v 1.4 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 -*"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.5-r1.ebuild b/sys-apps/parted/parted-1.6.5-r1.ebuild
index a553212cab84..1c2f9f58a439 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-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.5-r1.ebuild,v 1.15 2004/04/27 21:23:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.5-r1.ebuild,v 1.16 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc amd64 alpha"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.6-r1.ebuild b/sys-apps/parted/parted-1.6.6-r1.ebuild
index 7966dd5d55a7..d21fe0d7dcc4 100644
--- a/sys-apps/parted/parted-1.6.6-r1.ebuild
+++ b/sys-apps/parted/parted-1.6.6-r1.ebuild
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.7 2004/05/29 20:47:37 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6-r1.ebuild,v 1.8 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ~ppc64 -*"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.6.ebuild b/sys-apps/parted/parted-1.6.6.ebuild
index 4647b57693c3..1ff8fec6fb0e 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-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.17 2004/05/29 20:47:37 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.18 2004/06/05 21:38:03 vapier Exp $
inherit gnuconfig eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ia64 x86 ~ppc ~amd64 sparc hppa alpha"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.8-r1.ebuild b/sys-apps/parted/parted-1.6.8-r1.ebuild
index 135efdad31e5..88fbc91fc6cd 100644
--- a/sys-apps/parted/parted-1.6.8-r1.ebuild
+++ b/sys-apps/parted/parted-1.6.8-r1.ebuild
@@ -1,6 +1,6 @@
# 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.8-r1.ebuild,v 1.5 2004/05/29 20:47:37 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.8-r1.ebuild,v 1.6 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ppc64 -*"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.8.ebuild b/sys-apps/parted/parted-1.6.8.ebuild
index 3ef6a8330f7e..68eeda562887 100644
--- a/sys-apps/parted/parted-1.6.8.ebuild
+++ b/sys-apps/parted/parted-1.6.8.ebuild
@@ -1,6 +1,6 @@
# 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.8.ebuild,v 1.4 2004/05/29 20:47:37 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.8.ebuild,v 1.5 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~ppc64 -*"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {
diff --git a/sys-apps/parted/parted-1.6.9.ebuild b/sys-apps/parted/parted-1.6.9.ebuild
index c61cd9be8579..7a297fcb2752 100644
--- a/sys-apps/parted/parted-1.6.9.ebuild
+++ b/sys-apps/parted/parted-1.6.9.ebuild
@@ -1,6 +1,6 @@
# 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.9.ebuild,v 1.3 2004/05/29 20:47:37 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.9.ebuild,v 1.4 2004/06/05 21:38:03 vapier Exp $
inherit eutils
@@ -14,16 +14,13 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 -*"
-IUSE="nls static readline debug noreiserfs"
+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 )"
-RDEPEND="${DEPEND}
- !noreiserfs? ( =sys-fs/progsreiserfs-0.3.0* )"
-
PATCHDIR=${WORKDIR}/patches
src_unpack() {