summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-04-10 21:03:29 +0000
committerDavid Holm <dholm@gentoo.org>2004-04-10 21:03:29 +0000
commit8f82b5a3ebc483d9bae528fbb6384a1878e9bc9b (patch)
tree336f5776581315c69828139071e8c61ae98bce8f /dev-ruby
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-8f82b5a3ebc483d9bae528fbb6384a1878e9bc9b.tar.gz
gentoo-2-8f82b5a3ebc483d9bae528fbb6384a1878e9bc9b.tar.bz2
gentoo-2-8f82b5a3ebc483d9bae528fbb6384a1878e9bc9b.zip
Added to ~ppc
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/programming-ruby/ChangeLog7
-rw-r--r--dev-ruby/programming-ruby/programming-ruby-0.4.ebuild6
-rw-r--r--dev-ruby/testunit/ChangeLog5
-rw-r--r--dev-ruby/testunit/testunit-0.1.8.ebuild4
4 files changed, 14 insertions, 8 deletions
diff --git a/dev-ruby/programming-ruby/ChangeLog b/dev-ruby/programming-ruby/ChangeLog
index 3dd084bfc56d..81dea6e7d4d3 100644
--- a/dev-ruby/programming-ruby/ChangeLog
+++ b/dev-ruby/programming-ruby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/programming-ruby
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/programming-ruby/ChangeLog,v 1.2 2003/05/23 10:44:11 twp Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/programming-ruby/ChangeLog,v 1.3 2004/04/10 21:03:29 dholm Exp $
+
+ 10 Apr 2004; David Holm <dholm@gentoo.org> programming-ruby-0.4.ebuild:
+ Added to ~ppc.
*programming-ruby-0.4 (20 May 2003)
diff --git a/dev-ruby/programming-ruby/programming-ruby-0.4.ebuild b/dev-ruby/programming-ruby/programming-ruby-0.4.ebuild
index 7f3760bb0953..ade96482d817 100644
--- a/dev-ruby/programming-ruby/programming-ruby-0.4.ebuild
+++ b/dev-ruby/programming-ruby/programming-ruby-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/programming-ruby/programming-ruby-0.4.ebuild,v 1.3 2004/02/22 22:22:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/programming-ruby/programming-ruby-0.4.ebuild,v 1.4 2004/04/10 21:03:29 dholm Exp $
MY_P=ProgrammingRuby-${PV}
DESCRIPTION="Programming Ruby: The Pragmatic Programmers' Guide by Dave Thomas and Andrew Hunt"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.rubycentral.com/"
SRC_URI="http://dev.rubycentral.com/downloads/files/${MY_P}.tgz"
LICENSE="OPL"
SLOT="0"
-KEYWORDS="alpha hppa mips sparc x86"
+KEYWORDS="alpha hppa mips sparc x86 ~ppc"
DEPEND=""
S=${WORKDIR}/${MY_P}
diff --git a/dev-ruby/testunit/ChangeLog b/dev-ruby/testunit/ChangeLog
index 3836255e86a0..912c04ba5257 100644
--- a/dev-ruby/testunit/ChangeLog
+++ b/dev-ruby/testunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/testunit
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/testunit/ChangeLog,v 1.7 2004/03/18 21:35:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/testunit/ChangeLog,v 1.8 2004/04/10 20:59:20 dholm Exp $
+
+ 10 Apr 2004; David Holm <dholm@gentoo.org> testunit-0.1.8.ebuild:
+ Added to ~ppc.
27 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> testunit-0.1.5.ebuild,
testunit-0.1.8.ebuild:
diff --git a/dev-ruby/testunit/testunit-0.1.8.ebuild b/dev-ruby/testunit/testunit-0.1.8.ebuild
index 0aa41b99a2de..06292a76199e 100644
--- a/dev-ruby/testunit/testunit-0.1.8.ebuild
+++ b/dev-ruby/testunit/testunit-0.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/testunit/testunit-0.1.8.ebuild,v 1.5 2004/02/26 17:54:38 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/testunit/testunit-0.1.8.ebuild,v 1.6 2004/04/10 20:59:20 dholm Exp $
inherit ruby
@@ -10,7 +10,7 @@ SRC_URI="http://testunit.talbott.ws/packages/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~ppc"
# testunit is included in ruby distribution from 1.8
DEPEND="=dev-lang/ruby-1.6.8*"