summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-11-07 10:40:56 +0000
committerHans de Graaff <graaff@gentoo.org>2007-11-07 10:40:56 +0000
commit37cdbb1576d533d3371991bdcc96071e88bd2b46 (patch)
treed3c4c731601c3d229fbf45165e36a4d0b4698360 /dev-ruby/ruby-activeldap
parentVersion bump; fix QA issues; restrict tests (diff)
downloadgentoo-2-37cdbb1576d533d3371991bdcc96071e88bd2b46.tar.gz
gentoo-2-37cdbb1576d533d3371991bdcc96071e88bd2b46.tar.bz2
gentoo-2-37cdbb1576d533d3371991bdcc96071e88bd2b46.zip
Version bump
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-ruby/ruby-activeldap')
-rw-r--r--dev-ruby/ruby-activeldap/ChangeLog9
-rw-r--r--dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.8.3.13
-rw-r--r--dev-ruby/ruby-activeldap/ruby-activeldap-0.8.3.1.ebuild18
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/ruby-activeldap/ChangeLog b/dev-ruby/ruby-activeldap/ChangeLog
index 6c758d385075..00cca3094bc1 100644
--- a/dev-ruby/ruby-activeldap/ChangeLog
+++ b/dev-ruby/ruby-activeldap/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/ruby-activeldap
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.7 2007/02/22 15:10:05 rbrown Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.8 2007/11/07 10:40:55 graaff Exp $
+
+*ruby-activeldap-0.8.3.1 (07 Nov 2007)
+
+ 07 Nov 2007; Hans de Graaff <graaff@gentoo.org>
+ +ruby-activeldap-0.8.3.1.ebuild:
+ Version bump with updated dependencies; fix QA issues in ebuild; update
+ license information according to Google Project page
22 Feb 2007; Richard Brown <rbrown@gentoo.org>
-ruby-activeldap-0.5.7.ebuild:
diff --git a/dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.8.3.1 b/dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.8.3.1
new file mode 100644
index 000000000000..a84d9edb04ab
--- /dev/null
+++ b/dev-ruby/ruby-activeldap/files/digest-ruby-activeldap-0.8.3.1
@@ -0,0 +1,3 @@
+MD5 62100c8ed2be311ff9ededf36c226981 ruby-activeldap-0.8.3.1.gem 233472
+RMD160 c21a1bcc505766a665e92ada2f095c189872a54a ruby-activeldap-0.8.3.1.gem 233472
+SHA256 0927739c7b92d7d63b450237c49bda6a61bcf7c8896d2c9236435b319fcd4d86 ruby-activeldap-0.8.3.1.gem 233472
diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-0.8.3.1.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-0.8.3.1.ebuild
new file mode 100644
index 000000000000..566ea3d0f2ea
--- /dev/null
+++ b/dev-ruby/ruby-activeldap/ruby-activeldap-0.8.3.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 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.8.3.1.ebuild,v 1.1 2007/11/07 10:40:55 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
+HOMEPAGE="http://raa.ruby-lang.org/project/ruby-activeldap/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+
+DEPEND=">=dev-lang/ruby-1.8
+ >=dev-ruby/ruby-ldap-0.8.2
+ >=dev-ruby/log4r-1.0.4
+ dev-ruby/activerecord
+ >=dev-ruby/hoe-1.2.0"