diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-07-23 06:52:58 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-07-23 06:52:58 +0000 |
commit | 88f9f73ba84b7db3b265a1cf1868b6a782bfdc72 (patch) | |
tree | 6bf93221b64510d3cbf87039afe9509adaf5c31f /dev-ruby/ruby-ldap/ruby-ldap-0.9.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-88f9f73ba84b7db3b265a1cf1868b6a782bfdc72.tar.gz gentoo-2-88f9f73ba84b7db3b265a1cf1868b6a782bfdc72.tar.bz2 gentoo-2-88f9f73ba84b7db3b265a1cf1868b6a782bfdc72.zip |
Remove old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-ldap/ruby-ldap-0.9.4.ebuild')
-rw-r--r-- | dev-ruby/ruby-ldap/ruby-ldap-0.9.4.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.4.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.4.ebuild deleted file mode 100644 index 90c03b72fc08..000000000000 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.4.ebuild +++ /dev/null @@ -1,27 +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-ldap/ruby-ldap-0.9.4.ebuild,v 1.3 2006/04/30 16:20:27 dertobi123 Exp $ - -inherit ruby - -DESCRIPTION="A Ruby interface to some LDAP libraries" -HOMEPAGE="http://ruby-ldap.sourceforge.net/" -SRC_URI="mirror://sourceforge/ruby-ldap/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc x86" -IUSE="ssl" -USE_RUBY="ruby18 ruby19" -DEPEND=">=dev-lang/ruby-1.8.2 - >=net-nds/openldap-2 - ssl? ( dev-libs/openssl )" - -src_compile() { - ruby extconf.rb --with-openldap2 || die "extconf.rb failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc ChangeLog README* TODO -} |