diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-05 04:46:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-05 04:46:49 +0000 |
commit | b9676e2a0c15a8e29aacd594a3b0d7bc2c4deb6a (patch) | |
tree | f9d167a94f394eb64cbce4cf38264ca6966dfd6b /sys-devel | |
parent | Stable on amd64 wrt bug #208453 (diff) | |
download | historical-b9676e2a0c15a8e29aacd594a3b0d7bc2c4deb6a.tar.gz historical-b9676e2a0c15a8e29aacd594a3b0d7bc2c4deb6a.tar.bz2 historical-b9676e2a0c15a8e29aacd594a3b0d7bc2c4deb6a.zip |
old
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crossdev/crossdev-0.9.18-r6.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-devel/crossdev/crossdev-0.9.18-r6.ebuild b/sys-devel/crossdev/crossdev-0.9.18-r6.ebuild deleted file mode 100644 index 30d023235fd4..000000000000 --- a/sys-devel/crossdev/crossdev-0.9.18-r6.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r6.ebuild,v 1.1 2007/12/30 17:33:48 vapier Exp $ - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - || ( dev-util/unifdef sys-freebsd/freebsd-ubin )" - -src_install() { - dosbin "${FILESDIR}"/crossdev || die - dosed "s:GENTOO_PV:${PV}:" /usr/sbin/crossdev -} |