Remove old versions.
authorHans de Graaff <graaff@gentoo.org>
Tue, 6 Dec 2011 13:05:21 +0000 (13:05 +0000)
committerHans de Graaff <graaff@gentoo.org>
Tue, 6 Dec 2011 13:05:21 +0000 (13:05 +0000)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64

dev-ruby/ruby-activeldap/ChangeLog
dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1.ebuild [deleted file]
dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild [deleted file]

index 8c36efa5193788b4f22d70980a02e9ab75e00727..5cdf79bd5c85ad0a596f4b6e9ef8f809531ee964 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-activeldap
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.30 2011/10/15 23:05:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ChangeLog,v 1.31 2011/12/06 13:05:21 graaff Exp $
+
+  06 Dec 2011; Hans de Graaff <graaff@gentoo.org>
+  -ruby-activeldap-1.2.1.ebuild, -ruby-activeldap-1.2.2.ebuild:
+  Remove old versions.
 
   15 Oct 2011; Markus Meier <maekke@gentoo.org>
   ruby-activeldap-1.2.2-r1.ebuild:
diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1.ebuild
deleted file mode 100644 (file)
index 1dbb442..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 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.ebuild,v 1.5 2011/10/08 18:36:51 armin76 Exp $
-
-inherit ruby gems
-
-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 x86"
-IUSE=""
-USE_RUBY="ruby18"
-
-DEPEND="
-       ~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"
-RDEPEND="${DEPEND}"
diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.2.ebuild
deleted file mode 100644 (file)
index 7ca016b..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 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.2.ebuild,v 1.5 2011/10/08 18:36:51 armin76 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 ~x86 ~x86-macos"
-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.8/~>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
-}