diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-20 09:17:10 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-20 09:17:10 +0000 |
commit | 8cf28511ecc0ec34f0ed39e51d55e255714dfc66 (patch) | |
tree | b7494cdb2d49f45bc2645beadc322dbe5d0e73c9 /dev-ruby/ruby-tcpwrap | |
parent | Version bumped. Marked previous version as stable for x86 (diff) | |
download | historical-8cf28511ecc0ec34f0ed39e51d55e255714dfc66.tar.gz historical-8cf28511ecc0ec34f0ed39e51d55e255714dfc66.tar.bz2 historical-8cf28511ecc0ec34f0ed39e51d55e255714dfc66.zip |
Version bumped. Marked previous version as stable for x86
Diffstat (limited to 'dev-ruby/ruby-tcpwrap')
-rw-r--r-- | dev-ruby/ruby-tcpwrap/Manifest | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/files/digest-ruby-tcpwrap-0.6 | 1 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | 29 |
4 files changed, 35 insertions, 5 deletions
diff --git a/dev-ruby/ruby-tcpwrap/Manifest b/dev-ruby/ruby-tcpwrap/Manifest index 5af31e768e1c..404bfbaa4072 100644 --- a/dev-ruby/ruby-tcpwrap/Manifest +++ b/dev-ruby/ruby-tcpwrap/Manifest @@ -1,6 +1,6 @@ -MD5 99e45a654d9a09c3c42947c760868dcb ChangeLog 388 +MD5 a4ddee98c379ca2bab70e32027940f44 ChangeLog 570 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 6907db9260bce3e4dc8c4aab35ed026e ruby-tcpwrap-0.5.ebuild 708 -MD5 d79fdd3f48e950ce28a26ed0107382c0 ruby-tcpwrap-0.6.ebuild 585 +MD5 03af7df61ccb70207090d5eadded6601 ruby-tcpwrap-0.5.ebuild 709 +MD5 d1ca66f4a1b89d55ce7ea858c5f4f952 ruby-tcpwrap-0.6.ebuild 678 MD5 a82c7f3f05166f1f662746bf4882646f files/digest-ruby-tcpwrap-0.5 66 MD5 8dfa8390946d6b5318bba0928992a2b0 files/digest-ruby-tcpwrap-0.6 66 diff --git a/dev-ruby/ruby-tcpwrap/files/digest-ruby-tcpwrap-0.6 b/dev-ruby/ruby-tcpwrap/files/digest-ruby-tcpwrap-0.6 new file mode 100644 index 000000000000..21932df76ed6 --- /dev/null +++ b/dev-ruby/ruby-tcpwrap/files/digest-ruby-tcpwrap-0.6 @@ -0,0 +1 @@ +MD5 4f6f55d51e32e6ff4330766999f49741 ruby-tcpwrap-0.6.tar.gz 4504 diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild index 44f991e7d8d5..fdd2dc77f039 100644 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/05/13 14:33:19 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.5.ebuild,v 1.2 2003/09/20 09:17:05 usata 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 ~arm ~hppa ~mips ~sparc ~x86" +KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc x86" DEPEND="dev-lang/ruby net-libs/libident sys-apps/tcp-wrappers" diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild new file mode 100644 index 000000000000..720f4ebc27a2 --- /dev/null +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/20 09:17:05 usata Exp $ + +inherit ruby + +IUSE="" + +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 ~arm ~hppa ~mips ~sparc ~x86" + +DEPEND="dev-lang/ruby + net-libs/libident + sys-apps/tcp-wrappers" + +S=${WORKDIR}/${PN} + +src_install(){ + + ruby_src_install + + insinto /usr/share/doc/${PF}/html + doins ${S}/doc/* +} |