aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeather <Heather@cynede.net>2013-03-06 15:11:22 +0400
committerHeather <Heather@cynede.net>2013-03-06 15:11:22 +0400
commit2e87c17a8514ca2152bbb46862f01c95a218eee8 (patch)
tree10338a6247023ffc71f3f2371b0ad97411cb87a7
downloadrust-2e87c17a8514ca2152bbb46862f01c95a218eee8.tar.gz
rust-2e87c17a8514ca2152bbb46862f01c95a218eee8.tar.bz2
rust-2e87c17a8514ca2152bbb46862f01c95a218eee8.zip
init
-rw-r--r--dev-lang/rust/metadata.xml10
-rw-r--r--dev-lang/rust/rust-9999.ebuild24
-rw-r--r--metadata/layout.conf4
-rw-r--r--profiles/eapi1
-rw-r--r--profiles/repo_name1
5 files changed, 40 insertions, 0 deletions
diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml
new file mode 100644
index 0000000..4cc663c
--- /dev/null
+++ b/dev-lang/rust/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>Heather@Cynede.net</email>
+ </maintainer>
+<longdescription>
+ Mozilla Rust
+</longdescription>
+</pkgmetadata>
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
new file mode 100644
index 0000000..34b2285
--- /dev/null
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-2 eutils
+
+DESCRIPTION="Open source programming language from Mozilla"
+HOMEPAGE="http://www.rust-lang.org/"
+EGIT_REPO_URI="git://github.com/mozilla/rust.git"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+DEPEND="
+ >=dev-lang/python-2.6
+ >=dev-lang/perl-5.0"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ ./configure --prefix=/usr
+}
diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..44d411f
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1,4 @@
+masters = gentoo
+cache-formats = md5-dict pms
+thin-manifests = true
+manifest-hashes = SHA256 SHA512 WHIRLPOOL \ No newline at end of file
diff --git a/profiles/eapi b/profiles/eapi
new file mode 100644
index 0000000..7813681
--- /dev/null
+++ b/profiles/eapi
@@ -0,0 +1 @@
+5 \ No newline at end of file
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100644
index 0000000..871732e
--- /dev/null
+++ b/profiles/repo_name
@@ -0,0 +1 @@
+rust