summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-06-13 08:30:07 +0000
committerHans de Graaff <graaff@gentoo.org>2009-06-13 08:30:07 +0000
commita75935bf8925504c9b8f9e11bf0257082debdaa7 (patch)
treee71e0c1647207432ed66cd2631fbb64e1fc9e5fd /dev-ruby/ruby-tcpwrap
parentFix quoting. (diff)
downloadgentoo-2-a75935bf8925504c9b8f9e11bf0257082debdaa7.tar.gz
gentoo-2-a75935bf8925504c9b8f9e11bf0257082debdaa7.tar.bz2
gentoo-2-a75935bf8925504c9b8f9e11bf0257082debdaa7.zip
Fix quoting. ruby16 is no longer supported. Remove old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-tcpwrap')
-rw-r--r--dev-ruby/ruby-tcpwrap/ChangeLog8
-rw-r--r--dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild27
-rw-r--r--dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild8
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/*
}