summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-06-13 07:32:02 +0000
committerHans de Graaff <graaff@gentoo.org>2009-06-13 07:32:02 +0000
commit1b49b78f01d003ec59f3463792edf256b5966d0f (patch)
tree001e04052f0897495713f6179202d760a43e844d /dev-ruby/ruby-activeldap
parentVersion bump. (diff)
downloadgentoo-2-1b49b78f01d003ec59f3463792edf256b5966d0f.tar.gz
gentoo-2-1b49b78f01d003ec59f3463792edf256b5966d0f.tar.bz2
gentoo-2-1b49b78f01d003ec59f3463792edf256b5966d0f.zip
Remove old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-activeldap')
-rw-r--r--dev-ruby/ruby-activeldap/ChangeLog8
-rw-r--r--dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild18
2 files changed, 6 insertions, 20 deletions
diff --git a/dev-ruby/ruby-activeldap/ChangeLog b/dev-ruby/ruby-activeldap/ChangeLog
index 00cca3094bc1..dccc1cf3950e 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.8 2007/11/07 10:40:55 graaff Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.9 2009/06/13 07:32:02 graaff Exp $
+
+ 13 Jun 2009; Hans de Graaff <graaff@gentoo.org>
+ -ruby-activeldap-0.7.4.ebuild:
+ Remove old version.
*ruby-activeldap-0.8.3.1 (07 Nov 2007)
diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild
deleted file mode 100644
index cee33c16ae99..000000000000
--- a/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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"