diff options
author | 2004-07-15 03:12:17 +0000 | |
---|---|---|
committer | 2004-07-15 03:12:17 +0000 | |
commit | 031a60beaf0c24403cc027290370437651b7865d (patch) | |
tree | 55d2f0b63b6b4a721a0b61f17d5f2890a365b82b /sys-devel/crossdev | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-031a60beaf0c24403cc027290370437651b7865d.tar.gz historical-031a60beaf0c24403cc027290370437651b7865d.tar.bz2 historical-031a60beaf0c24403cc027290370437651b7865d.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/crossdev-0.2.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-0.3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-0.4-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-0.4.ebuild | 3 |
4 files changed, 6 insertions, 8 deletions
diff --git a/sys-devel/crossdev/crossdev-0.2.ebuild b/sys-devel/crossdev/crossdev-0.2.ebuild index 27db15f02957..4fc61abdc3bd 100644 --- a/sys-devel/crossdev/crossdev-0.2.ebuild +++ b/sys-devel/crossdev/crossdev-0.2.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/crossdev/crossdev-0.2.ebuild,v 1.3 2004/06/24 22:44:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.2.ebuild,v 1.4 2004/07/15 03:12:17 agriffis Exp $ DESCRIPTION="Cross-toolchain generator" HOMEPAGE="http://www.gentoo.org" @@ -13,8 +13,6 @@ IUSE="" DEPEND="sys-apps/portage app-shells/bash" -S=${WORKDIR}/${P} - src_install() { cd ${S} diff --git a/sys-devel/crossdev/crossdev-0.3.ebuild b/sys-devel/crossdev/crossdev-0.3.ebuild index 613c45e8bc49..5691d551dd95 100644 --- a/sys-devel/crossdev/crossdev-0.3.ebuild +++ b/sys-devel/crossdev/crossdev-0.3.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/crossdev/crossdev-0.3.ebuild,v 1.3 2004/06/24 22:44:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.3.ebuild,v 1.4 2004/07/15 03:12:17 agriffis Exp $ DESCRIPTION="Cross-toolchain generator" HOMEPAGE="http://www.gentoo.org" @@ -14,8 +14,6 @@ DEPEND="sys-apps/portage app-shells/bash sys-apps/coreutils" -S=${WORKDIR}/${P} - src_install() { cd ${S} diff --git a/sys-devel/crossdev/crossdev-0.4-r1.ebuild b/sys-devel/crossdev/crossdev-0.4-r1.ebuild index 0ecf6fa45ec2..7d4b290ec9e0 100644 --- a/sys-devel/crossdev/crossdev-0.4-r1.ebuild +++ b/sys-devel/crossdev/crossdev-0.4-r1.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/crossdev/crossdev-0.4-r1.ebuild,v 1.2 2004/06/24 22:44:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.4-r1.ebuild,v 1.3 2004/07/15 03:12:17 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc mips amd64" +IUSE="" RDEPEND="sys-apps/portage app-shells/bash diff --git a/sys-devel/crossdev/crossdev-0.4.ebuild b/sys-devel/crossdev/crossdev-0.4.ebuild index fba53a217b90..b65313e9fa3c 100644 --- a/sys-devel/crossdev/crossdev-0.4.ebuild +++ b/sys-devel/crossdev/crossdev-0.4.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/crossdev/crossdev-0.4.ebuild,v 1.5 2004/06/24 22:44:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.4.ebuild,v 1.6 2004/07/15 03:12:17 agriffis Exp $ DESCRIPTION="Gentoo Cross-toolchain generator" HOMEPAGE="http://www.gentoo.org/" @@ -9,6 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips amd64" +IUSE="" RDEPEND="sys-apps/portage app-shells/bash |