diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-06-13 08:30:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-06-13 08:30:07 +0000 |
commit | e007e3294db8c1acfa221e7e3d378cef7992ef77 (patch) | |
tree | 97b4325de58c6b5df9bb8acb5fe2e35716614ca7 /dev-ruby/ruby-tcpwrap | |
parent | Fix quoting. (diff) | |
download | historical-e007e3294db8c1acfa221e7e3d378cef7992ef77.tar.gz historical-e007e3294db8c1acfa221e7e3d378cef7992ef77.tar.bz2 historical-e007e3294db8c1acfa221e7e3d378cef7992ef77.zip |
Fix quoting. ruby16 is no longer supported. Remove old version.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/ruby-tcpwrap')
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | 8 |
3 files changed, 10 insertions, 33 deletions
diff --git a/dev-ruby/ruby-tcpwrap/ChangeLog b/dev-ruby/ruby-tcpwrap/ChangeLog index d13fa015d6ea..a7b9daa4987c 100644 --- a/dev-ruby/ruby-tcpwrap/ChangeLog +++ b/dev-ruby/ruby-tcpwrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-tcpwrap -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.12 2007/02/22 01:18:01 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ChangeLog,v 1.13 2009/06/13 08:30:07 graaff Exp $ + + 13 Jun 2009; Hans de Graaff <graaff@gentoo.org> -ruby-tcpwrap-0.5.ebuild, + ruby-tcpwrap-0.6.ebuild: + Fix quoting. ruby16 is no longer supported. Remove old version. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild deleted file mode 100644 index 44739e112af7..000000000000 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.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-tcpwrap/ruby-tcpwrap-0.5.ebuild,v 1.7 2006/02/04 15:08:41 solar Exp $ - -DESCRIPTION="A TCP wrappers library for Ruby" -HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=ruby-tcpwrap" -SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~sparc x86" -IUSE="" -DEPEND="virtual/ruby - net-libs/libident - sys-apps/tcp-wrappers" -S=${WORKDIR}/${PN} - -src_compile() { - ruby extconf.rb || die - emake || die -} - -src_install() { - einstall - dodoc README* - insinto /usr/share/doc/${PF}/html - doins doc/* -} diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild index 7f3f7e16fb4f..1fa95f5b52d4 100644 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild,v 1.12 2006/01/31 20:04:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild,v 1.13 2009/06/13 08:30:07 graaff Exp $ inherit ruby @@ -12,7 +12,7 @@ SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -USE_RUBY="ruby16 ruby18 ruby19" +USE_RUBY="ruby18 ruby19" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86" DEPEND="virtual/ruby @@ -26,5 +26,5 @@ src_install(){ ruby_src_install insinto /usr/share/doc/${PF}/html - doins ${S}/doc/* + doins "${S}"/doc/* } |