summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-08-07 12:03:15 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-08-07 12:03:15 +0000
commit26508c15ed23f0e54b92b29e4a45af34add7bd55 (patch)
tree7ef6c89da1da0a3ac575d2d6ad6af0c59cb9952c /dev-ruby/ruby-activeldap
parentworks also with gimp-2.3 (diff)
downloadgentoo-2-26508c15ed23f0e54b92b29e4a45af34add7bd55.tar.gz
gentoo-2-26508c15ed23f0e54b92b29e4a45af34add7bd55.tar.bz2
gentoo-2-26508c15ed23f0e54b92b29e4a45af34add7bd55.zip
version bump
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-ruby/ruby-activeldap')
-rw-r--r--dev-ruby/ruby-activeldap/ChangeLog8
-rw-r--r--dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.7.43
-rw-r--r--dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild18
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/ruby-activeldap/ChangeLog b/dev-ruby/ruby-activeldap/ChangeLog
index ca4246cb9c50..e41683897b85 100644
--- a/dev-ruby/ruby-activeldap/ChangeLog
+++ b/dev-ruby/ruby-activeldap/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-activeldap
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.4 2006/03/30 03:44:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.5 2006/08/07 12:03:15 caleb Exp $
+
+*ruby-activeldap-0.7.4 (07 Aug 2006)
+
+ 07 Aug 2006; Caleb Tennis <caleb@gentoo.org>
+ +ruby-activeldap-0.7.4.ebuild:
+ version bump
30 Mar 2006; Aron Griffis <agriffis@gentoo.org>
ruby-activeldap-0.6.0.ebuild:
diff --git a/dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.7.4 b/dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.7.4
new file mode 100644
index 000000000000..3904ccd94c6c
--- /dev/null
+++ b/dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.7.4
@@ -0,0 +1,3 @@
+MD5 5bea98d850306b9c79ef3cb17a8696f9 ruby-activeldap-0.7.4.gem 32768
+RMD160 f9391eb8333e70f795da6f9897d001cb793c9705 ruby-activeldap-0.7.4.gem 32768
+SHA256 1b09fdb00129fa4f9f66e550fc96891464e626443b2371805d2a659b3b770623 ruby-activeldap-0.7.4.gem 32768
diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild
new file mode 100644
index 000000000000..cee33c16ae99
--- /dev/null
+++ b/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild,v 1.1 2006/08/07 12:03:15 caleb Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
+HOMEPAGE="http://raa.ruby-lang.org/project/ruby-activeldap/"
+SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/ruby-ldap-0.8.2
+ dev-ruby/log4r"