diff options
author | 2010-05-23 07:00:10 +0000 | |
---|---|---|
committer | 2010-05-23 07:00:10 +0000 | |
commit | 581aac833babd84c0717f4027f74d94ea87e54fb (patch) | |
tree | 5ef7f389a64d55131b18070f10e21822d19f32b4 | |
parent | app-admin/webalizer: Integrate GCC 4.4 patch for bug #321053 (diff) | |
download | gentoo-2-581aac833babd84c0717f4027f74d94ea87e54fb.tar.gz gentoo-2-581aac833babd84c0717f4027f74d94ea87e54fb.tar.bz2 gentoo-2-581aac833babd84c0717f4027f74d94ea87e54fb.zip |
Remove old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/ruby-activeldap/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-activeldap/ruby-activeldap-0.8.3.1.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-ruby/ruby-activeldap/ChangeLog b/dev-ruby/ruby-activeldap/ChangeLog index 8764bc4e865f..f64d7ee7110f 100644 --- a/dev-ruby/ruby-activeldap/ChangeLog +++ b/dev-ruby/ruby-activeldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-activeldap # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.19 2010/02/21 17:13:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.20 2010/05/23 07:00:10 graaff Exp $ + + 23 May 2010; Hans de Graaff <graaff@gentoo.org> + -ruby-activeldap-0.8.3.1.ebuild: + Remove old version. 21 Feb 2010; Raúl Porcel <armin76@gentoo.org> ruby-activeldap-1.2.1.ebuild: 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 deleted file mode 100644 index 6714a4464bd3..000000000000 --- a/dev-ruby/ruby-activeldap/ruby-activeldap-0.8.3.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 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.3 2009/08/02 10:29:18 armin76 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" -IUSE="" -USE_RUBY="ruby18" - -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" |