summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-03 17:31:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-03 17:31:59 +0000
commite7c62ee176d0ed4106a79dc1f9d3f320d6b4edd4 (patch)
treea494de35551edeb25e96447f4cf894d46a728ac6 /sys-devel
parentMoved sys-apps/supervise-scripts to sys-process/supervise-scripts (diff)
downloadgentoo-2-e7c62ee176d0ed4106a79dc1f9d3f320d6b4edd4.tar.gz
gentoo-2-e7c62ee176d0ed4106a79dc1f9d3f320d6b4edd4.tar.bz2
gentoo-2-e7c62ee176d0ed4106a79dc1f9d3f320d6b4edd4.zip
old
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/crossdev/crossdev-0.2.ebuild32
-rw-r--r--sys-devel/crossdev/crossdev-0.3.ebuild33
-rw-r--r--sys-devel/crossdev/crossdev-0.4.ebuild38
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.21
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.31
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.41
6 files changed, 0 insertions, 106 deletions
diff --git a/sys-devel/crossdev/crossdev-0.2.ebuild b/sys-devel/crossdev/crossdev-0.2.ebuild
deleted file mode 100644
index 4fc61abdc3bd..000000000000
--- a/sys-devel/crossdev/crossdev-0.2.ebuild
+++ /dev/null
@@ -1,32 +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.2.ebuild,v 1.4 2004/07/15 03:12:17 agriffis Exp $
-
-DESCRIPTION="Cross-toolchain generator"
-HOMEPAGE="http://www.gentoo.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~mips"
-IUSE=""
-
-DEPEND="sys-apps/portage
- app-shells/bash"
-
-
-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
-}
-
-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.3.ebuild b/sys-devel/crossdev/crossdev-0.3.ebuild
deleted file mode 100644
index 5691d551dd95..000000000000
--- a/sys-devel/crossdev/crossdev-0.3.ebuild
+++ /dev/null
@@ -1,33 +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.3.ebuild,v 1.4 2004/07/15 03:12:17 agriffis Exp $
-
-DESCRIPTION="Cross-toolchain generator"
-HOMEPAGE="http://www.gentoo.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~mips"
-IUSE=""
-
-DEPEND="sys-apps/portage
- app-shells/bash
- sys-apps/coreutils"
-
-
-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
-}
-
-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.4.ebuild b/sys-devel/crossdev/crossdev-0.4.ebuild
deleted file mode 100644
index b65313e9fa3c..000000000000
--- a/sys-devel/crossdev/crossdev-0.4.ebuild
+++ /dev/null
@@ -1,38 +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.ebuild,v 1.6 2004/07/15 03:12:17 agriffis Exp $
-
-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_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/files/digest-crossdev-0.2 b/sys-devel/crossdev/files/digest-crossdev-0.2
deleted file mode 100644
index 457b09f705a7..000000000000
--- a/sys-devel/crossdev/files/digest-crossdev-0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d7171ad44f1f51861b3e0f5b4e83d47d crossdev-0.2.tar.bz2 16392
diff --git a/sys-devel/crossdev/files/digest-crossdev-0.3 b/sys-devel/crossdev/files/digest-crossdev-0.3
deleted file mode 100644
index b01f7e22830f..000000000000
--- a/sys-devel/crossdev/files/digest-crossdev-0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 89fabca682139724f9aed5df907d3c1f crossdev-0.3.tar.bz2 17983
diff --git a/sys-devel/crossdev/files/digest-crossdev-0.4 b/sys-devel/crossdev/files/digest-crossdev-0.4
deleted file mode 100644
index d2af869bb1ea..000000000000
--- a/sys-devel/crossdev/files/digest-crossdev-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 52317caa43a1ea0fd14e060c596d02c3 crossdev-0.4.tar.bz2 19042