summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-02-28 17:49:54 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-02-28 17:49:54 +0000
commitfe3706ab2537a0eec46b1a3361e59362a54aecec (patch)
tree21a1768ca35fd64491f915e1750f3374ffab8380 /dev-ruby/activesupport
parentthe orig rc1 ebuild was the wrong ebuild entirely; restoring the right one fr... (diff)
downloadgentoo-2-fe3706ab2537a0eec46b1a3361e59362a54aecec.tar.gz
gentoo-2-fe3706ab2537a0eec46b1a3361e59362a54aecec.tar.bz2
gentoo-2-fe3706ab2537a0eec46b1a3361e59362a54aecec.zip
Initial import - from bug #83446
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r--dev-ruby/activesupport/ChangeLog10
-rw-r--r--dev-ruby/activesupport/Manifest3
-rw-r--r--dev-ruby/activesupport/activesupport-1.0.0.ebuild18
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-1.0.01
-rw-r--r--dev-ruby/activesupport/metadata.xml5
5 files changed, 37 insertions, 0 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
new file mode 100644
index 000000000000..60426d740bf0
--- /dev/null
+++ b/dev-ruby/activesupport/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/activesupport
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.1 2005/02/28 17:49:54 caleb Exp $
+
+*activesupport-1.0.0 (28 Feb 2005)
+
+ 28 Feb 2005; Caleb Tennis <caleb@gentoo.org> +metadata.xml,
+ +activesupport-1.0.0.ebuild:
+ Initial import - support for rails. From bug #83446.
+
diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
new file mode 100644
index 000000000000..47f5be8a8aea
--- /dev/null
+++ b/dev-ruby/activesupport/Manifest
@@ -0,0 +1,3 @@
+MD5 d1fc7856a0c84e6570309600a86f462a activesupport-1.0.0.ebuild 674
+MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 a30d1d838386d1ab86533cf73a414b1b files/digest-activesupport-1.0.0 67
diff --git a/dev-ruby/activesupport/activesupport-1.0.0.ebuild b/dev-ruby/activesupport/activesupport-1.0.0.ebuild
new file mode 100644
index 000000000000..6a789c001d2a
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-1.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.0.0.ebuild,v 1.1 2005/02/28 17:49:54 caleb Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="http://rubyforge.org/projects/activesupport/"
+# The URL depends implicitly on the version, unfortunately. Even if you
+# change the filename on the end, it still downloads the same file.
+SRC_URI="http://rubyforge.org/frs/download.php/3196/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="=dev-lang/ruby-1.8*"
diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.0 b/dev-ruby/activesupport/files/digest-activesupport-1.0.0
new file mode 100644
index 000000000000..cae3356eef06
--- /dev/null
+++ b/dev-ruby/activesupport/files/digest-activesupport-1.0.0
@@ -0,0 +1 @@
+MD5 70949cf387c4b34f840a954816e3b40c activesupport-1.0.0.gem 22016
diff --git a/dev-ruby/activesupport/metadata.xml b/dev-ruby/activesupport/metadata.xml
new file mode 100644
index 000000000000..852136183369
--- /dev/null
+++ b/dev-ruby/activesupport/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>