summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-12 13:53:44 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-12 13:53:44 +0000
commit65e2e7b865c4cefa002855dc9f0daef81d8f6310 (patch)
tree831257dbb61f2e92af8c174565b2ffae1635c921 /dev-ruby/activesupport
parentAdded ~amd64. (diff)
downloadhistorical-65e2e7b865c4cefa002855dc9f0daef81d8f6310.tar.gz
historical-65e2e7b865c4cefa002855dc9f0daef81d8f6310.tar.bz2
historical-65e2e7b865c4cefa002855dc9f0daef81d8f6310.zip
Version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r--dev-ruby/activesupport/ChangeLog7
-rw-r--r--dev-ruby/activesupport/Manifest12
-rw-r--r--dev-ruby/activesupport/activesupport-1.1.1.ebuild20
-rw-r--r--dev-ruby/activesupport/files/digest-activesupport-1.1.11
4 files changed, 34 insertions, 6 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 90c557675adc..3aa097f19008 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,11 @@
# 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.8 2005/07/12 11:09:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.9 2005/07/12 13:46:32 caleb Exp $
+
+*activesupport-1.1.1 (12 Jul 2005)
+
+ 12 Jul 2005; Caleb Tennis <caleb@gentoo.org> +activesupport-1.1.1.ebuild:
+ Version bump
12 Jul 2005; David Holm <dholm@gentoo.org> activesupport-1.0.4.ebuild:
Added to ~ppc.
diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index 2b55a6b0e622..eaff0cafac18 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -1,12 +1,14 @@
-MD5 630b43e7ecf75315584551eaed77c06c ChangeLog 1210
-MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670
-MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676
MD5 f6d8b72124574977e587b22454003f25 activesupport-1.0.2.ebuild 671
-MD5 b05ba12c142c284efc9cbdad51ffd3a1 activesupport-1.0.3.ebuild 699
MD5 814bdb03771fdd02755f59bf16d07c0d activesupport-1.0.4.ebuild 712
+MD5 268221445c48985fa3702a5133f3b880 activesupport-1.0.1.ebuild 676
+MD5 b05ba12c142c284efc9cbdad51ffd3a1 activesupport-1.0.3.ebuild 699
+MD5 0600f6a0fa27c766471fbb3ddcd15ade activesupport-1.1.1.ebuild 588
+MD5 c3b07fc1e74fb5c3542061c9c57f84d7 activesupport-1.0.0.ebuild 670
+MD5 630b43e7ecf75315584551eaed77c06c ChangeLog 1210
+MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
MD5 a30d1d838386d1ab86533cf73a414b1b files/digest-activesupport-1.0.0 67
MD5 71f8448bc93c1d85234c36468c3644f8 files/digest-activesupport-1.0.1 67
MD5 aa2ee8710f3597464448c8355f16d2e6 files/digest-activesupport-1.0.2 67
MD5 545b2791d0ba7f6e740d5213a9f3d268 files/digest-activesupport-1.0.3 67
MD5 da4d74c9cabda4d9dc2061a327a1bb14 files/digest-activesupport-1.0.4 67
+MD5 3cc7197f8083599bef3678502c6b11a8 files/digest-activesupport-1.1.1 67
diff --git a/dev-ruby/activesupport/activesupport-1.1.1.ebuild b/dev-ruby/activesupport/activesupport-1.1.1.ebuild
new file mode 100644
index 000000000000..8f1729365dcc
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-1.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $
+
+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/5160/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.2
+ >=dev-ruby/rubygems-0.8.10"
diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.1.1 b/dev-ruby/activesupport/files/digest-activesupport-1.1.1
new file mode 100644
index 000000000000..bb6a24882e63
--- /dev/null
+++ b/dev-ruby/activesupport/files/digest-activesupport-1.1.1
@@ -0,0 +1 @@
+MD5 091d2d98f3bf2bda1de0ad9f4368b28e activesupport-1.1.1.gem 26624