diff options
author | 2005-04-05 00:55:06 +0000 | |
---|---|---|
committer | 2005-04-05 00:55:06 +0000 | |
commit | 3fb8058ec88a199a7c7242724f5845154d54e0ad (patch) | |
tree | 7e402aecc42a6efdc3d0a7b551f07fdf4e1af5c6 /sys-devel/crossdev | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-3fb8058ec88a199a7c7242724f5845154d54e0ad.tar.gz gentoo-2-3fb8058ec88a199a7c7242724f5845154d54e0ad.tar.bz2 gentoo-2-3fb8058ec88a199a7c7242724f5845154d54e0ad.zip |
stabilize
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/crossdev-0.4-r1.ebuild | 48 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-0.9.5-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/files/digest-crossdev-0.4-r1 | 1 |
3 files changed, 2 insertions, 51 deletions
diff --git a/sys-devel/crossdev/crossdev-0.4-r1.ebuild b/sys-devel/crossdev/crossdev-0.4-r1.ebuild deleted file mode 100644 index 2b091c8d40aa..000000000000 --- a/sys-devel/crossdev/crossdev-0.4-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.4 2004/09/03 19:37:35 pvdabeel Exp $ - -inherit eutils - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="http://www.gentoo.org/" -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 - sys-apps/coreutils" - - -src_unpack() { - unpack ${A} - cd ${S} - - # Fixes some issues with portageq returning eclass names, and the cross-gcc install - epatch ${FILESDIR}/${P}-fixes-one.patch -} - -src_install() { - cd ${S} - dobin crossdev.sh crossdev-status.sh - dodoc BUGS README CHANGELOG TODO - - dodir /etc/crossdev - cp crossdev.conf.example ${D}/etc/crossdev - - dosym ${D}/usr/bin/crossdev.sh /usr/bin/crossdev - dosym ${D}/usr/bin/crossdev-status.sh /usr/bin/crossdev-status - -} - -pkg_postinst() { - einfo "" - einfo "To make use of the cross-compilers installed by this script, you need to add the" - einfo "bin directory to your \$PATH. Upon sucessful creation of a toolchain, the full" - einfo "path to add to \$PATH will be displayed." - einfo "" -} diff --git a/sys-devel/crossdev/crossdev-0.9.5-r1.ebuild b/sys-devel/crossdev/crossdev-0.9.5-r1.ebuild index 262f94bd7efe..6f8bdb7f3716 100644 --- a/sys-devel/crossdev/crossdev-0.9.5-r1.ebuild +++ b/sys-devel/crossdev/crossdev-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.5-r1.ebuild,v 1.1 2005/03/25 13:33:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.5-r1.ebuild,v 1.2 2005/04/05 00:55:06 vapier Exp $ DESCRIPTION="Gentoo Cross-toolchain generator" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="amd64 mips ppc sparc x86" IUSE="" RDEPEND="sys-apps/portage diff --git a/sys-devel/crossdev/files/digest-crossdev-0.4-r1 b/sys-devel/crossdev/files/digest-crossdev-0.4-r1 deleted file mode 100644 index d2af869bb1ea..000000000000 --- a/sys-devel/crossdev/files/digest-crossdev-0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 52317caa43a1ea0fd14e060c596d02c3 crossdev-0.4.tar.bz2 19042 |