summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 02:52:59 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 02:52:59 +0000
commit5f46ee80c3da7e91865f845907ef0f3052e300a6 (patch)
treec4ce2ff81b351de50685ac88085eb9db929e80c8 /sys-boot/yaboot
parentsync IUSE (+hardened), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff)
downloadgentoo-2-5f46ee80c3da7e91865f845907ef0f3052e300a6.tar.gz
gentoo-2-5f46ee80c3da7e91865f845907ef0f3052e300a6.tar.bz2
gentoo-2-5f46ee80c3da7e91865f845907ef0f3052e300a6.zip
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-boot/yaboot')
-rw-r--r--sys-boot/yaboot/yaboot-1.3.10-r1.ebuild4
-rw-r--r--sys-boot/yaboot/yaboot-1.3.10-r2.ebuild5
-rw-r--r--sys-boot/yaboot/yaboot-1.3.10.ebuild4
-rw-r--r--sys-boot/yaboot/yaboot-1.3.11-r1.ebuild5
-rw-r--r--sys-boot/yaboot/yaboot-1.3.11.ebuild5
-rw-r--r--sys-boot/yaboot/yaboot-1.3.12-r1.ebuild3
-rw-r--r--sys-boot/yaboot/yaboot-1.3.12.ebuild5
7 files changed, 13 insertions, 18 deletions
diff --git a/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild b/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild
index a9b15bbfbba2..99e4a89f1fa3 100644
--- a/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild,v 1.4 2004/06/24 22:36:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r1.ebuild,v 1.5 2004/07/15 02:52:59 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc -x86 -amd64 -alpha -hppa -mips -sparc"
+IUSE=""
DEPEND="sys-apps/powerpc-utils
sys-fs/hfsutils
diff --git a/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild b/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild
index cfde694c73ea..6a33a43cbf85 100644
--- a/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild,v 1.4 2004/06/24 22:36:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10-r2.ebuild,v 1.5 2004/07/15 02:52:59 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc -x86 -amd64 -alpha -hppa -mips -sparc"
+IUSE=""
DEPEND="sys-apps/powerpc-utils
sys-fs/hfsutils
@@ -36,4 +36,3 @@ src_install() {
mv -f etc/yaboot.conf.edit etc/yaboot.conf
make ROOT=${D} ${MAKEOPTS} install || die
}
-
diff --git a/sys-boot/yaboot/yaboot-1.3.10.ebuild b/sys-boot/yaboot/yaboot-1.3.10.ebuild
index 3c3e86308a57..4a2bcc9fce5f 100644
--- a/sys-boot/yaboot/yaboot-1.3.10.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.10.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10.ebuild,v 1.4 2004/06/24 22:36:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.10.ebuild,v 1.5 2004/07/15 02:52:59 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc -x86 -amd64 -alpha -hppa -mips -sparc"
+IUSE=""
DEPEND="sys-apps/powerpc-utils
sys-fs/hfsutils
diff --git a/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild b/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild
index 3687c0e51bd8..ec5bf77c4acb 100644
--- a/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild,v 1.2 2004/06/24 22:36:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11-r1.ebuild,v 1.3 2004/07/15 02:52:59 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc -x86 -amd64 -alpha -hppa -mips -sparc ppc64"
+IUSE=""
DEPEND="sys-apps/powerpc-utils
sys-fs/hfsutils
@@ -39,4 +39,3 @@ src_install() {
mv -f etc/yaboot.conf.edit etc/yaboot.conf
make ROOT=${D} ${MAKEOPTS} install || die
}
-
diff --git a/sys-boot/yaboot/yaboot-1.3.11.ebuild b/sys-boot/yaboot/yaboot-1.3.11.ebuild
index 749c407139be..374f86296f69 100644
--- a/sys-boot/yaboot/yaboot-1.3.11.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.11.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11.ebuild,v 1.6 2004/06/24 22:36:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.11.ebuild,v 1.7 2004/07/15 02:52:59 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="ppc -x86 -amd64 -alpha -hppa -mips -sparc ppc64"
+IUSE=""
DEPEND="sys-apps/powerpc-utils
sys-fs/hfsutils
@@ -38,4 +38,3 @@ src_install() {
mv -f etc/yaboot.conf.edit etc/yaboot.conf
make ROOT=${D} ${MAKEOPTS} install || die
}
-
diff --git a/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild b/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
index 8b306da83b5d..a55f4e5a350a 100644
--- a/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild,v 1.5 2004/06/24 22:36:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild,v 1.6 2004/07/15 02:52:59 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
diff --git a/sys-boot/yaboot/yaboot-1.3.12.ebuild b/sys-boot/yaboot/yaboot-1.3.12.ebuild
index 9e4150cda9cc..6e7a6ea9c07a 100644
--- a/sys-boot/yaboot/yaboot-1.3.12.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.12.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12.ebuild,v 1.3 2004/06/24 22:36:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12.ebuild,v 1.4 2004/07/15 02:52:59 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="PPC Bootloader"
SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz"
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc -x86 -amd64 -alpha -hppa -mips -sparc ppc64"
+IUSE=""
DEPEND="sys-apps/powerpc-utils
sys-fs/hfsutils
@@ -37,4 +37,3 @@ src_install() {
mv -f etc/yaboot.conf.edit etc/yaboot.conf
make ROOT=${D} ${MAKEOPTS} install || die
}
-