summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:45:18 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:45:18 +0000
commit5a99be397b056ac86f062060fd58e7328fafe3d3 (patch)
treeba6224f5c0aa786f2e339679a0794c9a807f0cda
parentsync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff)
downloadgentoo-2-5a99be397b056ac86f062060fd58e7328fafe3d3.tar.gz
gentoo-2-5a99be397b056ac86f062060fd58e7328fafe3d3.tar.bz2
gentoo-2-5a99be397b056ac86f062060fd58e7328fafe3d3.zip
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
-rw-r--r--net-misc/zebedee/zebedee-2.4.1.ebuild4
-rw-r--r--net-misc/zebedee/zebedee-2.5.2.ebuild4
-rw-r--r--sys-fs/xfsdump/xfsdump-1.1.7.ebuild4
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.16.ebuild3
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild4
-rw-r--r--sys-fs/xfsprogs/xfsprogs-1.3.13.ebuild4
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.3.9.ebuild3
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.6.0.ebuild5
8 files changed, 16 insertions, 15 deletions
diff --git a/net-misc/zebedee/zebedee-2.4.1.ebuild b/net-misc/zebedee/zebedee-2.4.1.ebuild
index 790cd5151f12..83924b697134 100644
--- a/net-misc/zebedee/zebedee-2.4.1.ebuild
+++ b/net-misc/zebedee/zebedee-2.4.1.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zebedee/zebedee-2.4.1.ebuild,v 1.6 2004/06/25 00:21:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zebedee/zebedee-2.4.1.ebuild,v 1.7 2004/07/15 03:45:18 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="A simple, free, secure TCP and UDP tunnel program"
HOMEPAGE="http://www.winton.org.uk/zebedee/"
SRC_URI="http://www.winton.org.uk/zebedee/${P}.tar.gz"
@@ -10,6 +9,7 @@ SRC_URI="http://www.winton.org.uk/zebedee/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
+IUSE=""
DEPEND="dev-lang/perl
dev-libs/openssl
diff --git a/net-misc/zebedee/zebedee-2.5.2.ebuild b/net-misc/zebedee/zebedee-2.5.2.ebuild
index ea1475c70217..66bcf5c2cad0 100644
--- a/net-misc/zebedee/zebedee-2.5.2.ebuild
+++ b/net-misc/zebedee/zebedee-2.5.2.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zebedee/zebedee-2.5.2.ebuild,v 1.6 2004/06/25 00:21:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zebedee/zebedee-2.5.2.ebuild,v 1.7 2004/07/15 03:45:18 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="A simple, free, secure TCP and UDP tunnel program"
HOMEPAGE="http://www.winton.org.uk/zebedee/"
SRC_URI="mirror://sourceforge/zebedee/${P}.tar.gz"
@@ -10,6 +9,7 @@ SRC_URI="mirror://sourceforge/zebedee/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ~mips ~ia64 ~amd64 ~ppc64 s390"
+IUSE=""
DEPEND="dev-lang/perl
diff --git a/sys-fs/xfsdump/xfsdump-1.1.7.ebuild b/sys-fs/xfsdump/xfsdump-1.1.7.ebuild
index 93dc77244be9..27a45f87c90e 100644
--- a/sys-fs/xfsdump/xfsdump-1.1.7.ebuild
+++ b/sys-fs/xfsdump/xfsdump-1.1.7.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-1.1.7.ebuild,v 1.4 2004/07/01 21:51:55 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-1.1.7.ebuild,v 1.5 2004/07/15 03:44:01 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="xfs dump/restore utilities"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz"
@@ -10,6 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 -sparc"
+IUSE=""
DEPEND="virtual/libc
sys-devel/autoconf
diff --git a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild b/sys-fs/xfsdump/xfsdump-2.2.16.ebuild
index f4b8f8e4ed56..aed70bfb7699 100644
--- a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild
+++ b/sys-fs/xfsdump/xfsdump-2.2.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.16.ebuild,v 1.8 2004/06/28 01:55:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.16.ebuild,v 1.9 2004/07/15 03:44:01 agriffis Exp $
DESCRIPTION="xfs dump/restore utilities"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
@@ -9,6 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ppc -sparc ~mips amd64 ia64 alpha"
+IUSE=""
DEPEND="sys-fs/e2fsprogs
sys-fs/xfsprogs
diff --git a/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild b/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild
index 858ee5791659..d21fc73ddbc0 100644
--- a/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild
+++ b/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild,v 1.7 2004/06/24 22:54:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild,v 1.8 2004/07/15 03:44:01 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="xfs dump/restore utilities"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
@@ -10,6 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="x86 amd64 ~mips ia64 ppc -sparc"
+IUSE=""
DEPEND="sys-fs/e2fsprogs
sys-fs/xfsprogs
diff --git a/sys-fs/xfsprogs/xfsprogs-1.3.13.ebuild b/sys-fs/xfsprogs/xfsprogs-1.3.13.ebuild
index 089eb341f773..30b7409a6600 100644
--- a/sys-fs/xfsprogs/xfsprogs-1.3.13.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-1.3.13.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-1.3.13.ebuild,v 1.5 2004/07/01 21:52:09 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-1.3.13.ebuild,v 1.6 2004/07/15 03:44:29 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="xfs filesystem utilities"
#SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz"
SRC_URI="mirror://gentoo/${P}.src.tar.gz"
@@ -11,6 +10,7 @@ HOMEPAGE="http://oss.sgi.com/projects/xfs"
SLOT="0"
LICENSE="LGPL-2.1 GPL-2"
KEYWORDS="x86 amd64"
+IUSE=""
DEPEND="virtual/libc
sys-devel/autoconf
diff --git a/sys-fs/xfsprogs/xfsprogs-2.3.9.ebuild b/sys-fs/xfsprogs/xfsprogs-2.3.9.ebuild
index 2f8c4d7a9bdf..79224892d898 100644
--- a/sys-fs/xfsprogs/xfsprogs-2.3.9.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-2.3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.3.9.ebuild,v 1.7 2004/06/24 22:54:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.3.9.ebuild,v 1.8 2004/07/15 03:44:29 agriffis Exp $
inherit flag-o-matic
@@ -12,6 +12,7 @@ SRC_URI="mirror://gentoo/${P}.src.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ~ppc alpha mips hppa ia64 amd64"
+IUSE=""
RDEPEND="sys-fs/e2fsprogs"
DEPEND="${RDEPEND}
diff --git a/sys-fs/xfsprogs/xfsprogs-2.6.0.ebuild b/sys-fs/xfsprogs/xfsprogs-2.6.0.ebuild
index 252bcf086e66..5591bf715aca 100644
--- a/sys-fs/xfsprogs/xfsprogs-2.6.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.6.0.ebuild,v 1.7 2004/06/28 01:56:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.6.0.ebuild,v 1.8 2004/07/15 03:44:29 agriffis Exp $
inherit flag-o-matic
@@ -12,8 +12,7 @@ DESCRIPTION="xfs filesystem utilities"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~x86 ~amd64 ~alpha ~mips ~hppa ~ia64 ppc ~sparc"
-
-S=${WORKDIR}/${P}
+IUSE=""
DEPEND="sys-fs/e2fsprogs
sys-devel/autoconf