diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:12:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:12:17 +0000 |
commit | e85a33d3ece03464777a6e3096b4dc5300ef2f4b (patch) | |
tree | 830bd5e16700bf85b18cac9aaded96ce48a20d1a /sys-devel/bin86 | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-e85a33d3ece03464777a6e3096b4dc5300ef2f4b.tar.gz gentoo-2-e85a33d3ece03464777a6e3096b4dc5300ef2f4b.tar.bz2 gentoo-2-e85a33d3ece03464777a6e3096b4dc5300ef2f4b.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/bin86-0.15.5.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.11-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.13.ebuild | 3 |
4 files changed, 6 insertions, 7 deletions
diff --git a/sys-devel/bin86/bin86-0.15.5.ebuild b/sys-devel/bin86/bin86-0.15.5.ebuild index 5953b7621f9a..b9db8d57dc34 100644 --- a/sys-devel/bin86/bin86-0.15.5.ebuild +++ b/sys-devel/bin86/bin86-0.15.5.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-devel/bin86/bin86-0.15.5.ebuild,v 1.15 2004/07/02 08:37:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.5.ebuild,v 1.16 2004/07/15 03:08:36 agriffis Exp $ S=${WORKDIR}/bin86 DESCRIPTION="Assembler and loader used to create kernel bootsector" @@ -11,6 +11,7 @@ DEPEND="virtual/libc" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 -sparc -ppc" +IUSE="" src_unpack() { diff --git a/sys-devel/bin86/bin86-0.16.0.ebuild b/sys-devel/bin86/bin86-0.16.0.ebuild index 64d67feed202..3e89331fb4b1 100644 --- a/sys-devel/bin86/bin86-0.16.0.ebuild +++ b/sys-devel/bin86/bin86-0.16.0.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-devel/bin86/bin86-0.16.0.ebuild,v 1.9 2004/07/02 08:37:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.0.ebuild,v 1.10 2004/07/15 03:08:36 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Assembler and loader used to create kernel bootsector" SRC_URI="http://www.cix.co.uk/~mayday/${PN/bin/dev}/${P}.tar.bz2" HOMEPAGE="http://www.cix.co.uk/~mayday/" @@ -11,6 +10,7 @@ DEPEND="virtual/libc" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 -sparc -ppc" +IUSE="" src_compile() { diff --git a/sys-devel/bin86/bin86-0.16.11-r1.ebuild b/sys-devel/bin86/bin86-0.16.11-r1.ebuild index e1e994aac398..1b9cc84cd65c 100644 --- a/sys-devel/bin86/bin86-0.16.11-r1.ebuild +++ b/sys-devel/bin86/bin86-0.16.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-devel/bin86/bin86-0.16.11-r1.ebuild,v 1.5 2004/07/02 08:37:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.11-r1.ebuild,v 1.6 2004/07/15 03:08:36 agriffis Exp $ IUSE="" -S="${WORKDIR}/${P}" DESCRIPTION="Assembler and loader used to create kernel bootsector" SRC_URI="http://www.cix.co.uk/~mayday/${PN/bin/dev}/${P}.tar.bz2" HOMEPAGE="http://www.cix.co.uk/~mayday/" diff --git a/sys-devel/bin86/bin86-0.16.13.ebuild b/sys-devel/bin86/bin86-0.16.13.ebuild index d0f9682e45a5..94f00d633f9b 100644 --- a/sys-devel/bin86/bin86-0.16.13.ebuild +++ b/sys-devel/bin86/bin86-0.16.13.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-devel/bin86/bin86-0.16.13.ebuild,v 1.5 2004/07/02 08:37:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.13.ebuild,v 1.6 2004/07/15 03:08:36 agriffis Exp $ IUSE="" -S="${WORKDIR}/${P}" DESCRIPTION="Assembler and loader used to create kernel bootsector" SRC_URI="http://www.cix.co.uk/~mayday/${PN/bin/dev}/${P}.tar.gz" HOMEPAGE="http://www.cix.co.uk/~mayday/" |