summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-07 09:09:39 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-07 09:09:39 +0000
commit93d922acc866afaf46e9db73592ce2a4ced41804 (patch)
treea623b2a453da91ec53fc2236a7395239cae8bcc7 /dev-ruby
parentrepoman: Fix leading whitespace (diff)
downloadhistorical-93d922acc866afaf46e9db73592ce2a4ced41804.tar.gz
historical-93d922acc866afaf46e9db73592ce2a4ced41804.tar.bz2
historical-93d922acc866afaf46e9db73592ce2a4ced41804.zip
Added src_test(). Stable on x86 and ppc.
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/testunit/Manifest4
-rw-r--r--dev-ruby/text-format/ChangeLog5
-rw-r--r--dev-ruby/text-format/Manifest6
-rw-r--r--dev-ruby/text-format/text-format-0.64.ebuild16
4 files changed, 22 insertions, 9 deletions
diff --git a/dev-ruby/testunit/Manifest b/dev-ruby/testunit/Manifest
index a5635e86fd28..fcac21115dd1 100644
--- a/dev-ruby/testunit/Manifest
+++ b/dev-ruby/testunit/Manifest
@@ -1,6 +1,6 @@
MD5 e3bbb2ea50336becac5ae82ca61c1198 testunit-0.1.5.ebuild 548
-MD5 18869b264acb6d22e5cbbe76dbe84602 testunit-0.1.8.ebuild 556
-MD5 805b3eb272508d7d23891d561392f619 ChangeLog 1164
+MD5 4911e85c59e09e96db2d5d797a051aca testunit-0.1.8.ebuild 551
+MD5 07950ae72295cb2732af9ab2a290eced ChangeLog 1260
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
MD5 f9b954f6a79a828c4b574e2a6c544840 files/digest-testunit-0.1.5 65
MD5 ebbde9216d164d03a86fdd3de925fe2d files/digest-testunit-0.1.8 129
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog
index b303fb8ef987..430a1607573f 100644
--- a/dev-ruby/text-format/ChangeLog
+++ b/dev-ruby/text-format/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/text-format
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.5 2004/06/25 02:05:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.6 2004/09/07 09:09:39 usata Exp $
+
+ 07 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> text-format-0.64.ebuild:
+ Added src_test(). Stable on x86 and ppc.
11 Apr 2004; David Holm <dholm@gentoo.org> text-format-0.64.ebuild:
Added to ~ppc.
diff --git a/dev-ruby/text-format/Manifest b/dev-ruby/text-format/Manifest
index a7700dd8b23f..ab3ce016a7fb 100644
--- a/dev-ruby/text-format/Manifest
+++ b/dev-ruby/text-format/Manifest
@@ -1,7 +1,7 @@
-MD5 662032e833a4413214fdb90b07601faf ChangeLog 703
-MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 c14b3dc546a9255a7230cc2dfc4400c0 text-format-0.64.ebuild 806
MD5 e503abb5cab98b3d73ff4cc4794aff34 text-format-0.61.ebuild 575
-MD5 2734ec0d6bcfd736b7b4e53a9d12fe77 text-format-0.64.ebuild 687
+MD5 c4bc0c0642aca4b371413701f287033b ChangeLog 818
+MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
MD5 f37bc0821cc417e5995a74ea0da04a74 files/digest-text-format-0.61 67
MD5 9626de3ffd69104cee2d33803f700216 files/digest-text-format-0.64 68
MD5 59d7d1d5f91e596f23be50226ddd8aa3 files/text-format-0.64-prefix.diff 747
diff --git a/dev-ruby/text-format/text-format-0.64.ebuild b/dev-ruby/text-format/text-format-0.64.ebuild
index 7a25a54960ff..d4dd0fd16bbb 100644
--- a/dev-ruby/text-format/text-format-0.64.ebuild
+++ b/dev-ruby/text-format/text-format-0.64.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.4 2004/07/14 22:18:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.5 2004/09/07 09:09:39 usata Exp $
-inherit eutils
+inherit eutils ruby
DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
HOMEPAGE="http://www.halostatue.ca/ruby/Text__Format.html"
@@ -10,9 +10,10 @@ SRC_URI="http://www.halostatue.ca/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc"
IUSE=""
DEPEND="virtual/ruby"
+USE_RUBY="any"
src_unpack() {
unpack ${A}
@@ -20,9 +21,18 @@ src_unpack() {
epatch ${FILESDIR}/${P}-prefix.diff
}
+src_compile() {
+ return
+}
+
src_install() {
ruby install.rb --prefix=${D}/usr || die
dohtml -r doc/*
dodoc Changelog
}
+
+src_test() {
+ cd tests
+ ruby unit_tests.rb || die "unit_tests.rb failed."
+}