diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-06-26 08:51:21 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-06-26 08:51:21 +0000 |
commit | 397f5bd74308aa96b65dad10ce67c5188dec21bd (patch) | |
tree | d5c8e3ae83111606cec59a7c1b801a5633ac1ce2 /dev-ruby/activeldap | |
parent | Satisfy the dependencies using sys-libs/libstdc++-v3 and sys-libs/lib-compat,... (diff) | |
download | gentoo-2-397f5bd74308aa96b65dad10ce67c5188dec21bd.tar.gz gentoo-2-397f5bd74308aa96b65dad10ce67c5188dec21bd.tar.bz2 gentoo-2-397f5bd74308aa96b65dad10ce67c5188dec21bd.zip |
Cleanup.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/activeldap')
-rw-r--r-- | dev-ruby/activeldap/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activeldap/activeldap-4.0.1.ebuild | 40 | ||||
-rw-r--r-- | dev-ruby/activeldap/activeldap-4.0.2.ebuild | 40 |
3 files changed, 5 insertions, 81 deletions
diff --git a/dev-ruby/activeldap/ChangeLog b/dev-ruby/activeldap/ChangeLog index 36df2e024f8b..ee2769f2ac20 100644 --- a/dev-ruby/activeldap/ChangeLog +++ b/dev-ruby/activeldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activeldap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.10 2014/05/26 05:22:23 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/ChangeLog,v 1.11 2014/06/26 08:51:21 graaff Exp $ + + 26 Jun 2014; Hans de Graaff <graaff@gentoo.org> -activeldap-4.0.1.ebuild, + -activeldap-4.0.2.ebuild: + Cleanup. 26 May 2014; Manuel Rüger <mrueg@gentoo.org> activeldap-3.2.2.ebuild: Remove ruby18 target. diff --git a/dev-ruby/activeldap/activeldap-4.0.1.ebuild b/dev-ruby/activeldap/activeldap-4.0.1.ebuild deleted file mode 100644 index a9b4bd9db716..000000000000 --- a/dev-ruby/activeldap/activeldap-4.0.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.1.ebuild,v 1.1 2013/10/22 17:59:01 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.textile TODO" -RUBY_FAKEGEM_EXTRAINSTALL="po" - -inherit ruby-fakegem - -MY_P="${P/ruby-/}" -DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" -HOMEPAGE="https://github.com/activeldap/activeldap" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_rdepend " - >=dev-ruby/activemodel-4.0.0:4.0 - dev-ruby/locale - dev-ruby/ruby-gettext - dev-ruby/gettext_i18n_rails - || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )" - -all_ruby_install() { - all_fakegem_install - - dodoc doc/text/* - - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/dev-ruby/activeldap/activeldap-4.0.2.ebuild b/dev-ruby/activeldap/activeldap-4.0.2.ebuild deleted file mode 100644 index 9460337c8db8..000000000000 --- a/dev-ruby/activeldap/activeldap-4.0.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeldap/activeldap-4.0.2.ebuild,v 1.1 2014/05/02 14:50:20 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.textile TODO" -RUBY_FAKEGEM_EXTRAINSTALL="po" - -inherit ruby-fakegem - -MY_P="${P/ruby-/}" -DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" -HOMEPAGE="https://github.com/activeldap/activeldap" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64" -IUSE="" - -# Most tests require a live LDAP server to run. -RESTRICT="test" - -ruby_add_rdepend " - >=dev-ruby/activemodel-4.0.0:4.0 - dev-ruby/locale - dev-ruby/ruby-gettext - dev-ruby/gettext_i18n_rails - || ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )" - -all_ruby_install() { - all_fakegem_install - - dodoc doc/text/* - - insinto /usr/share/doc/${PF} - doins -r examples -} |