summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-12-04 09:32:02 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-12-04 09:32:02 +0000
commit0af522a58576fa94500c893b161724f6c4718faf (patch)
tree8bf81b160f43c676dab7ae4a87eb0b05a305fa72 /sys-devel/crossdev
parent*** empty log message *** (diff)
downloadgentoo-2-0af522a58576fa94500c893b161724f6c4718faf.tar.gz
gentoo-2-0af522a58576fa94500c893b161724f6c4718faf.tar.bz2
gentoo-2-0af522a58576fa94500c893b161724f6c4718faf.zip
*** empty log message ***
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r--sys-devel/crossdev/ChangeLog10
-rw-r--r--sys-devel/crossdev/Manifest4
-rw-r--r--sys-devel/crossdev/crossdev-0.2.ebuild34
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.21
-rw-r--r--sys-devel/crossdev/metadata.xml14
5 files changed, 61 insertions, 2 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog
new file mode 100644
index 000000000000..5e365c26e5d6
--- /dev/null
+++ b/sys-devel/crossdev/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-devel/crossdev
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.1 2003/12/04 09:31:50 kumba Exp $
+
+
+*crossdev-0.2 (04 Dec 2003)
+
+ 04 Dec 2003; Joshua Kinard <kumba@gentoo.org> crossdev-0.2.ebuild:
+ Initial introduction of this script/ebuild
+
diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index ddd606dfde25..fd02e2cdc3aa 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -1,4 +1,4 @@
-MD5 5ed7cd8910aba03bec55eff0c102466a crossdev-0.2.ebuild 802
+MD5 28daff048fa479a89e4aabb63001b383 crossdev-0.2.ebuild 902
MD5 127d45787ba2d3b02a96facfcc7c8e61 metadata.xml 374
-MD5 0938db38a28bf3c7ce2db70500546c88 ChangeLog 272
+MD5 d5ba7877c79b4c31b2bf572dafc78101 ChangeLog 362
MD5 41882d5c4b72122ba324821b3d8e02fa files/digest-crossdev-0.2 64
diff --git a/sys-devel/crossdev/crossdev-0.2.ebuild b/sys-devel/crossdev/crossdev-0.2.ebuild
new file mode 100644
index 000000000000..e738bb281bbc
--- /dev/null
+++ b/sys-devel/crossdev/crossdev-0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/12/04 09:31:50 kumba 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"
+
+S=${WORKDIR}/${P}
+
+
+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/files/digest-crossdev-0.2 b/sys-devel/crossdev/files/digest-crossdev-0.2
new file mode 100644
index 000000000000..457b09f705a7
--- /dev/null
+++ b/sys-devel/crossdev/files/digest-crossdev-0.2
@@ -0,0 +1 @@
+MD5 d7171ad44f1f51861b3e0f5b4e83d47d crossdev-0.2.tar.bz2 16392
diff --git a/sys-devel/crossdev/metadata.xml b/sys-devel/crossdev/metadata.xml
new file mode 100644
index 000000000000..ce6852c1a575
--- /dev/null
+++ b/sys-devel/crossdev/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>kumba@gentoo.org</email>
+ <name>Joshua Kinard</name>
+ </maintainer>
+
+ <longdescription>
+ crossdev is a script which generates cross-toolchains for other architectures
+ </longdescription>
+</pkgmetadata>
+