diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:49:54 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:49:54 +0000 |
commit | 569637be11823d4d166ec62264e72e07bd1e0a99 (patch) | |
tree | 8a4f91f90baf9405a7e2831138bac832467c184b /dev-ruby/activesupport | |
parent | the orig rc1 ebuild was the wrong ebuild entirely; restoring the right one fr... (diff) | |
download | historical-569637be11823d4d166ec62264e72e07bd1e0a99.tar.gz historical-569637be11823d4d166ec62264e72e07bd1e0a99.tar.bz2 historical-569637be11823d4d166ec62264e72e07bd1e0a99.zip |
Initial import - from bug #83446
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/activesupport/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.0.0.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.0.0 | 1 | ||||
-rw-r--r-- | dev-ruby/activesupport/metadata.xml | 5 |
5 files changed, 38 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..56e7713b1ac1 --- /dev/null +++ b/dev-ruby/activesupport/Manifest @@ -0,0 +1,4 @@ +MD5 ba9e5997d98d2654ddb90afd8ee37e93 activesupport-1.0.0.ebuild 671 +MD5 8600c2e80f08073872dfad010c82331a ChangeLog 402 +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> |