diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-12-11 07:49:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-12-11 07:49:14 +0000 |
commit | 68b9357d69647007c21182b16769baa8038a6af0 (patch) | |
tree | fd95655a2d41e7f7a9eacc9ed65ca1fb15cdf908 /dev-ruby/ruby-activeldap | |
parent | Expand gettext_activerecord dependency to include most recent version. (diff) | |
download | gentoo-2-68b9357d69647007c21182b16769baa8038a6af0.tar.gz gentoo-2-68b9357d69647007c21182b16769baa8038a6af0.tar.bz2 gentoo-2-68b9357d69647007c21182b16769baa8038a6af0.zip |
Remove old versions.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-activeldap')
-rw-r--r-- | dev-ruby/ruby-activeldap/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r1.ebuild | 49 | ||||
-rw-r--r-- | dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r2.ebuild | 55 |
3 files changed, 5 insertions, 105 deletions
diff --git a/dev-ruby/ruby-activeldap/ChangeLog b/dev-ruby/ruby-activeldap/ChangeLog index c958dc77f5e7..8288eadfbfa8 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.24 2010/12/11 07:47:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.25 2010/12/11 07:49:14 graaff Exp $ + + 11 Dec 2010; Hans de Graaff <graaff@gentoo.org> + -ruby-activeldap-1.2.1-r1.ebuild, -ruby-activeldap-1.2.1-r2.ebuild: + Remove old versions. 11 Dec 2010; Hans de Graaff <graaff@gentoo.org> ruby-activeldap-1.2.2.ebuild: diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r1.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r1.ebuild deleted file mode 100644 index 119a47c861fe..000000000000 --- a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r1.ebuild,v 1.1 2010/05/23 08:08:25 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README TODO" -RUBY_FAKEGEM_EXTRAINSTALL="data po rails rails_generators" - -inherit ruby-fakegem - -MY_P="${P/ruby-/}" -DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" -HOMEPAGE="http://ruby-activeldap.rubyforge.org/doc/" -SRC_URI="mirror://rubygems/${MY_P}.gem" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_bdepend "dev-ruby/hoe" -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -ruby_add_rdepend " - ~dev-ruby/activerecord-2.3.5 - ~dev-ruby/locale-2.0.5 - ~dev-ruby/ruby-gettext-2.1.0 - ~dev-ruby/gettext_activerecord-2.1.0 - >=dev-ruby/ruby-ldap-0.8.2" - -each_ruby_test() { - # Tests use test-unit-2 which is currently masked in tree. - # Version 2.0.6 is bundled so use that for now. - RUBYLIB=test-unit/lib ${RUBY} -S rake test || die "Tests failed." -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r2.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r2.ebuild deleted file mode 100644 index 8d28a06dc284..000000000000 --- a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1-r2.ebuild,v 1.1 2010/05/23 19:57:47 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README TODO" -RUBY_FAKEGEM_EXTRAINSTALL="data po rails rails_generators" -RUBY_FAKEGEM_NAME="activeldap" - -inherit ruby-fakegem - -MY_P="${P/ruby-/}" -DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" -HOMEPAGE="http://ruby-activeldap.rubyforge.org/doc/" -SRC_URI="mirror://rubygems/${MY_P}.gem" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_bdepend "dev-ruby/hoe" -ruby_add_bdepend "test? ( virtual/ruby-test-unit )" - -ruby_add_rdepend " - =dev-ruby/activerecord-2.3* - ~dev-ruby/locale-2.0.5 - ~dev-ruby/ruby-gettext-2.1.0 - ~dev-ruby/gettext_activerecord-2.1.0 - >=dev-ruby/ruby-ldap-0.8.2" - -all_ruby_prepare() { - # Make activeldap more lenient towards newer Rails versions. - sed -i -e "s/= 2.3.5/~>2.3.5/" lib/active_ldap.rb || die -} - -each_ruby_test() { - # Tests use test-unit-2 which is currently masked in tree. - # Version 2.0.6 is bundled so use that for now. - RUBYLIB=test-unit/lib ${RUBY} -S rake test || die "Tests failed." -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples -} |